rany2
rany2
You need to reinstall from that branch, I believe you didn't do so which is why the same behaviour remained.
Makes sense, thanks for the feedback.
Unfortunately sentence boundary has many bugs if proper punctuation isn't provided and is deprecated by Microsoft themselves.
I don't understand? is it doing something different from https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API#webvtt_files ?
I have an internal version of edge-tts which has many subtitle fixes (especially noticeable Chinese) and uses pysrt for subtitle generation so this issue should be fixed, but I never...
If you're keen you could test it out I pushed my wip branch, https://github.com/rany2/edge-tts/tree/wip-subtitles
It needs to be simplified a bit more before it's ready, right now it's more of a bodge and a concept. There are some issues so it's not ready to...
I don't understand the question.
P.S. when you cherry-pick, use `git cherry-pick -x` as it would add a nice `(cherry picked from commit )` to your message. I think it's a requirement for all backport...
> > After rebasing, your commit [0b92ea2](https://github.com/openwrt/openwrt/commit/0b92ea21a5d001155e26f808b06765dbba77d7cc) ("`hostapd: don't ignore probe-requests with invalid DSSS params`") seems to be just adding some unneeded lines. You can probably drop it. > >...