/silero_tts_server

Bare minimum of code to interact with Silero TTS models over network

Primary LanguagePython

About silero_tts_server

Bare minimum of code to interact with Silero TTS models over network

The only dependency:

pip3 install torch

Usage

Send a GET request and get back a .wav file:

<audio controls src="http://192.168.1.100:8021/Тестовый текст!"></audio>