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.38k stars 549 forks source link

Maximum input length accepted by edge-tts #68

Closed NimayDono closed 1 year ago

NimayDono commented 1 year ago

Does anyone know how long of a line it accepts? Would've been really nice to mention in API the limits of accepted input. It clearly has some, but it's kind of tricky to figure out for me.

rany2 commented 1 year ago

There is no limit when using the library (it handles splitting automatically)