Dividing into segments #123
ammish-tandon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Whisper-timestamped divides the audio into segments, and for each word in every segment, we're getting the word-level timestamps. I have observed that there is a pause/gap where the end time of the last word of the previous segment and the start time of the first word of the next segment are not the same. There may be a genuine pause between the 2 words, but there may be cases where there isn't, and still, the timestamps don't match. The audios are < 30 seconds in duration (duration of whisper chunks). Is this the case, that whisper-timestamped adds a pause between segments? If yes, then how to avoid it?
Beta Was this translation helpful? Give feedback.
All reactions