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.46k stars 557 forks source link

Are you sure it's free? #259

Closed yuanjian19900610 closed 2 weeks ago

yuanjian19900610 commented 2 weeks ago

This seems to encapsulate a network request interface. The actual synthesis is also done by Microsoft services. If it is used commercially, it should be limited.

rany2 commented 2 weeks ago

Yes, it depends on the web service used by the Microsoft Edge browser for TTS. The web service is available free of charge in the Edge browser and this library makes use of that.