FishCanCry / myalomatika-tts-service

The service generates InputStream with Voice acting
0 stars 0 forks source link

How to run opentts server on your local machine #3

Closed ngbtr closed 3 years ago

ngbtr commented 3 years ago

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

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

ngbtr commented 3 years ago

how to