mirror of https://github.com/coqui-ai/TTS.git
* added basic Mary-TTS API endpoints to server - imported `parse_qs` from `urllib.parse` to parse HTTP POST parameters - imported `render_template_string` from `flask` to return text as endpoint result - added new routes: - `/locales` - returns list of locales (currently locale of active model) - `/voices` - returns list of voices (currently locale and name of active model) - `/process` - accepts synth. request (GET and POST) with parameter `INPUT_TEXT` (other parameters ignored since we have only one active model) * better log messages for Mary-TTS API - smaller tweaks to log output * use f-string in log print to please linter * updated server.py to match 'make style' result |
||
---|---|---|
.. | ||
bin | ||
config | ||
encoder | ||
server | ||
tts | ||
utils | ||
vocoder | ||
.models.json | ||
VERSION | ||
__init__.py | ||
api.py | ||
model.py |