Skip to content

Henry147147/tts-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Readme for the text to speach service running on server.

The service file is for systemctl.

The endpoints are as follows:

GET "/voices" -> returns the avaialable voices that can be used for TTS generation.

GET "/languages" -> returns the avaialable languages that can be used for TTS generation.

POST "/text-to-speech" body={text: data to read back, voice: the voice to use, rate: the speech rate, pitch: the pitch the speecher is altered} -> returns the generated mp3 data from the TTS models.

About

Text to speech endpoint hosted on linux box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors