en_de/README.md

30 lines
627 B
Markdown
Raw Normal View History

2019-04-15 10:23:36 +02:00
# en_de
2022-01-15 21:37:57 +01:00
Generate audio/video from a dictionary.
Uses espeak for audio generation, Pillow for images with text overlay, OpenCV for video combining, ffmpeg for combining.
2019-04-15 10:23:36 +02:00
## install
```
./INSTALL.sh
```
# run
2022-01-15 21:37:57 +01:00
Change the lesson
```
python generate.py <lesson number>
```
# old run
2019-04-15 10:23:36 +02:00
You first need a service account secret from [Google Cloud Text-To-Speech API](https://cloud.google.com/text-to-speech/docs/quickstart-client-libraries#client-libraries-install-python) (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
```