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

Can we use additional voices/custom Voice? #151

Closed HSultankhan closed 8 months ago

HSultankhan commented 8 months ago

Hello, I was wondering if its possible to include my own voice in this? Is it possible?

If yes, Please tell how to?

rany2 commented 8 months ago

That's not possible, there's no way this could be done with the APIs we're using. Even if it is possible with Azure's offerings, the endpoints this library uses are restricted by Microsoft to only the features needed to work with Edge Browser. If you need anything more advanced I guess you'll need to look elsewhere.