rany2 / edge-tts

Use Microsoft Edge's online text-to-speech service from Python WITHOUT needing Microsoft Edge or Windows or an API key
https://pypi.org/project/edge-tts/
GNU General Public License v3.0
4.21k stars 444 forks source link

how to use the break tag in SSML? #173

Closed suifengtec closed 5 months ago

suifengtec commented 5 months ago

such as


hello...<break time="1844ms"/>bye!

how to use it?

rany2 commented 5 months ago

It's not possible, Microsoft filters out these tags which is why custom SSML support was removed.