RealtimeTTS icon indicating copy to clipboard operation
RealtimeTTS copied to clipboard

Audio inflections.

Open Toolfolks opened this issue 1 year ago • 3 comments

Are there any methods for emotions within the test. eg happy, sad etc. Add a pause.

Toolfolks avatar Jul 29 '24 11:07 Toolfolks

Few TTS systems can do things like that out of the box. AzureEngine has a set_emotion method, but you can't use this within a synthesis text. I have a separate repo covering this topic.

KoljaB avatar Jul 29 '24 13:07 KoljaB

In the other repo can I use my own created voices ?

Toolfolks avatar Aug 08 '24 10:08 Toolfolks

In principle yes, I am doing nothing different in the repo, but you would have to create reference files for every emotion you want to use. And in best case train a XTTS base model first.

KoljaB avatar Aug 08 '24 11:08 KoljaB