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
5.38k stars 549 forks source link

1.How to insert pauses in text? 2. How to install more voice pack to obtain more characters? thanks ! #105

Closed sweetsmile888 closed 1 year ago

rany2 commented 1 year ago

How to insert pauses in text?

You could add ... or new paragraphs in the text to have pauses. You cannot use custom SSML to accomplish that.

How to install more voice pack to obtain more characters?

What do you mean by "more characters?" Do you mean additional voices?

sweetsmile888 commented 1 year ago

How to insert pauses in text?

You could add ... or new paragraphs in the text to have pauses. You cannot use custom SSML to accomplish that.

How to install more voice pack to obtain more characters?

What do you mean by "more characters?" Do you mean additional voices?

yes,defualt voices is too less,can I install more?

sweetsmile888 commented 1 year ago

How to insert pauses in text?

You could add ... or new paragraphs in the text to have pauses. You cannot use custom SSML to accomplish that.

I have add ... or new paragraphs in the text,but it have no obvious effect, actually, I want to control the pauses time,because the default pauses time is too short by Punctuation

rany2 commented 1 year ago

You can't unfortunately. Only basic ways like creating paragraphs and ... could be used, no custom SSML is allowed otherwise the request is blocked.