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.24k stars 447 forks source link

Incomplete voice library #130

Closed asasas234 closed 10 months ago

asasas234 commented 11 months ago

I found that the available voice library is not complete. Can you support a full voice library?

rany2 commented 10 months ago

It used to be possible but now Microsoft limits which voices you could use edge-tts. Previously we had full parity with Azure Cognitive Services, but right now we could only implement what Microsoft Edge supports and nothing more.

asasas234 commented 10 months ago

Okay, thank you.