jrovu / LinguaFreq-text2speech

Creates voice audio files from a list of sentences, using AWS Polly (text-to-speech)
1 stars 0 forks source link

Files are only exporting to the FP folder, the rest are empty. #13

Closed ctparadise closed 4 years ago

ctparadise commented 4 years ago

As a user I expect it to export the audio to all folders, instead it is only exporting to the FP folder and all others are empty.

ctparadise commented 4 years ago

Bug.txt

ctparadise commented 4 years ago

example_chinese.txt

ctparadise commented 4 years ago

./tts.py -m csv -f example_chinese.csv -v1 Zhiyu -v2 Joanna -v2e neural -v

jrovu commented 4 years ago

Your AWS region was set to us-east-2. That AWS region does not support neural voices yet. We used aws configure to set the region to us-east-1 and now the files export.