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

If the API's parallel limitation is primarily based on IP addresses? #128

Closed hyh957947142 closed 10 months ago

hyh957947142 commented 11 months ago

Hello, author! First of all, I want to express my gratitude for creating this lib. It is incredibly useful. The stability, parallelism, and ease of use have exceeded my expectations.

Currently, I am planning to integrate it into my website application. I would like to understand if the API's parallel limitation is primarily based on IP addresses. If I use multiple proxy IPs, would it be possible to reduce the impact of the parallel limitation?

Thank you!

rany2 commented 11 months ago

I believe so, in fact it seems to also work fine with Tor IPs; so the ISP behind proxy IPs should not matter either.

goldenNormal commented 10 months ago

Thank you for your reply!