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

Is there quota for the tts service? #219

Closed boveyking closed 1 month ago

boveyking commented 1 month ago

This project is awesome. Seems free without api or account required. I would like to know if there is quota imposed on request rate, for example, how many chars we can convert using microsoft service? If yes, how to pay the fee to use the service ? thanks.

rany2 commented 1 month ago

The exact quota is unknown but it seems like it's generous enough that you're unlikely to hit it. For the paid service, you should look into Azure Cognitive Services; it's not expensive.