Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop words_in_cue code for SubMaker and switch to SRT #323

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

rany2
Copy link
Owner

@rany2 rany2 commented Nov 22, 2024

WebVTT isn't a very common format in the first place and attempting to make WordBoundary play nice with input text is very hard.

Instead we now just display the word that the TTS
is saying at a given time. In the future, we could try to enable SentenceBoundary but there is a risk that it will be banned by Microsoft as it is not used by Microsoft Edge itself.

Closes: #118
Closes: #171
Closes: #229
Closes: #234

@rany2 rany2 force-pushed the drop-srt-cue-code branch from 04253db to 29392c1 Compare November 22, 2024 18:53
WebVTT isn't a very common format in the first place
and attempting to make WordBoundary play nice with
input text is very hard.

Instead we now just display the word that the TTS
is saying at a given time. In the future, we could
try to enable SentenceBoundary but there is a risk
that it will be banned by Microsoft as it is not used
by Microsoft Edge itself.

Closes: #118
Closes: #171
Closes: #229
Closes: #234

Signed-off-by: rany <[email protected]>
@rany2 rany2 force-pushed the drop-srt-cue-code branch from 29392c1 to a8eee9e Compare November 22, 2024 18:58
@rany2 rany2 merged commit 4f5d79e into master Nov 22, 2024
2 checks passed
@rany2 rany2 deleted the drop-srt-cue-code branch November 22, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment