Simple Text-To-Speech web app.
pip install -Ur requirements.txt
Change TTS_ENGINE
in ttsdemo/settings.py
.
Supported engines:
-
Google
pip install -U "gtts==2.0.3"
-
RHVoice
Read wiki for installing instructions. -
Festival
Read wiki for installing instructions.
In this directory generated audio and text files are stored.
Change MEDIA_ROOT
in ttsdemo/settings.py
.
Default is /path/to/ttsdemo/media
.
To work with reverse prxoy set BASE_URL
environment variable
- Run server
python manage.py runserver
- In browser open http://localhost:8000
Removes generated files.
Run once: python cleaner.py 1
Run forever: python cleaner.py