From 249e2b9a278d214f8ccd940ca9832ac89bc2a991 Mon Sep 17 00:00:00 2001 From: Eren Date: Tue, 5 Jun 2018 16:15:23 +0200 Subject: [PATCH] Update server readme --- server/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/server/README.md b/server/README.md index 4326b183..974b695b 100644 --- a/server/README.md +++ b/server/README.md @@ -1,6 +1,9 @@ ## TTS example web-server Steps to run: 1. Download one of the models given on the main page. -2. Set paths and other options in server/conf.json. -3. Run the server ```python server/server.py -c conf.json``` -4. Go to ```localhost:[given_port]``` and enjoy. \ No newline at end of file +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. \ No newline at end of file