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

Multilingual voice will change language unintentionally #225

Closed Xascoria closed 3 weeks ago

Xascoria commented 3 weeks ago

For example:

Microsoft Server Speech Text to Speech Voice (en-US, AndrewNeural)

Will switch to French automatically when reading the sentence Fines plus a charge?, even when the specified voice is English, as can be seen above, instead of Microsoft Server Speech Text to Speech Voice (en-US, AndrewMultilingualNeural)

Is there any way to prevent this or to force the language to be English?

rany2 commented 3 weeks ago

Unfortunately this is a server-side issue. There's nothing I could do about it