TTS/server
Eren Golge 41f4d99e77 model path changes for server and string strip 2018-06-06 07:30:45 -07:00
..
templates Small edit 2018-06-05 16:18:25 +02:00
README.md Update server readme 2018-06-05 16:15:23 +02:00
conf.json model path changes for server and string strip 2018-06-06 07:30:45 -07:00
server.py Remove the noise in the code 2018-06-05 16:15:57 +02:00
synthesizer.py model path changes for server and string strip 2018-06-06 07:30:45 -07:00

README.md

TTS example web-server

Steps to run:

  1. Download one of the models given on the main page.
  2. Checkout the corresponding commit history.
  3. Set paths and other options in the file server/conf.json.
  4. Run the server python server/server.py -c conf.json. (Requires Flask)
  5. Go to localhost:[given_port] and enjoy.

Note that the audio quality on browser is slightly worse due to the encoder quantization.