2018-06-05 12:15:48 +00:00
|
|
|
## TTS example web-server
|
|
|
|
Steps to run:
|
|
|
|
1. Download one of the models given on the main page.
|
2018-06-05 14:15:23 +00:00
|
|
|
2. Checkout the corresponding commit history.
|
|
|
|
2. Set paths and other options in the file ```server/conf.json```.
|
|
|
|
3. Run the server ```python server/server.py -c conf.json```. (Requires Flask)
|
|
|
|
4. Go to ```localhost:[given_port]``` and enjoy.
|
|
|
|
|
|
|
|
Note that the audio quality on browser is slightly worse due to the encoder quantization.
|