Opentts server brief description
Open tts server is tts server application with rest API.
Main advantage is that it has unified access to multiple open source text to speech systems and voices for many languages, the other advantage is that it has been already implemented by other guys and has Russian voices by default.
Opentts server brief description Open tts server is tts server application with rest API.
Main advantage is that it has unified access to multiple open source text to speech systems and voices for many languages, the other advantage is that it has been already implemented by other guys and has Russian voices by default.
link to github repo: https://github.com/synesthesiam/opentts
Environment requirements:
How to run
execute following command
docker run -d -it --restart unless-stopped -p 5500:5500 synesthesiam/opentts:ru
How to check
visit :
http://localhost:5500/openapi/
or
http://localhost:5500/api/tts?voice=larynx%3Aminaev-glow_tts&text=%D0%9E%D0%9B%D0%9E%D0%9B%D0%9E%20%D0%9F%D1%8B%D1%89%20%D0%9F%D1%8B%D1%89%20%D1%80%D0%B5%D0%B0%D0%BB%D1%8C%D0%BD%D0%B5&vocoder=hifi_gan%3Auniversal_large&denoiserStrength=0.03&cache=false
To get more details read https://github.com/synesthesiam/opentts or http://localhost:5500/openapi/ page