Go to file
2019-04-15 10:23:36 +02:00
.gitignore initial commit - up to lesson06 2019-04-14 21:37:45 +02:00
generate.py fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00
INSTALL.sh fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00
README.md fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00
requirements.txt fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00
RUN.sh fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00
sound_cache.csv fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00
tts.py initial commit - up to lesson06 2019-04-14 21:37:45 +02:00
unsorted_words_lesson06.csv initial commit - up to lesson06 2019-04-14 21:37:45 +02:00
words.csv fix errors in lesson05 and lesson06 2019-04-15 10:23:36 +02:00

en_de

Generate audio from a dictionary.

install

./INSTALL.sh

run

You first need a service account secret from Google Cloud Text-To-Speech API (go through the steps of Before you begin section, the rest is handled by the app).

Modify what you need from the generate.py file:

./RUN.sh