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

add an option to use api key? #116

Closed iorilu closed 11 months ago

iorilu commented 11 months ago

it's better to have two options , with key and without key

since if use a key , there are more voice names for selection , and maybe better speed and less connection limit, anyway , for now the key is mostly free.

rany2 commented 11 months ago

@iorilu Could you elaborate on this a bit more? What do you mean by "with/without key"? You mean using an azure cognitive services API key?

iorilu commented 11 months ago

@iorilu Could you elaborate on this a bit more? What do you mean by "with/without key"? You mean using an azure cognitive services API key?

yes, since I found the voice provided by edge is a lot less compare to the whole list.

rany2 commented 11 months ago

If you are going to pay for azure cognitive services use official SDK not this.