RealtimeTTS
RealtimeTTS copied to clipboard
Audio inflections.
Are there any methods for emotions within the test. eg happy, sad etc. Add a pause.
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.
In the other repo can I use my own created voices ?
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.