neonbjb / tortoise-tts

A multi-voice TTS system trained with an emphasis on quality
Apache License 2.0
13.04k stars 1.8k forks source link

SSML Support #52

Closed nwatab closed 2 years ago

nwatab commented 2 years ago

It would be great if you can input SSML instead of plain text. AWS and GCP support it. https://www.w3.org/TR/speech-synthesis11/

neonbjb commented 2 years ago

Hi there, I'm really sorry, but I have no plans to implement this. I will consider a pull request if anyone wants to try to implement it on their own. It seems like most of the cases could be covered by converting SSML tags to english, for example <say-as interpret-as="ordinal">1</say-as> maps to "first".