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

Subtitles split #126

Closed Tendaliu closed 10 months ago

Tendaliu commented 11 months ago

The segmentation of the subtitles is not very reasonable, a sentence is often cut off in the middle. Can you solve this problem?

rany2 commented 11 months ago

Yes, it is a solvable problem. Just haven't had the time to do that.

rany2 commented 11 months ago

I'll most likely use some SRT generation library instead of my "homegrown" solution to save time.

rany2 commented 10 months ago

Duplicate of https://github.com/rany2/edge-tts/issues/118