| .. | ||
| img | ||
| mimic3_http | ||
| .gitignore | ||
| .isort.cfg | ||
| .projectile | ||
| check.sh | ||
| client.sh | ||
| LICENSE | ||
| MANIFEST.in | ||
| mypy.ini | ||
| pylintrc | ||
| README.md | ||
| requirements.txt | ||
| run.sh | ||
| setup.cfg | ||
| setup.py | ||
Mimic 3 Web Server
A small HTTP web server for the Mimic 3 text to speech system.
Installation
Running the Server
Endpoints
/api/ttsPOSTtext or SSML and receive WAV audio back- Use
?voice=to select a different voice/speaker - Set
Content-Typetoapplication/ssml+xml(or use?ssml=1) for SSML input
/api/voices- Returns a JSON list of available voices
An OpenAPI test page is also available at http://localhost:59125/openapi
