faster-whisper icon indicating copy to clipboard operation
faster-whisper copied to clipboard

segment /chunk is too long

Open sd816224 opened this issue 1 year ago • 1 comments

hi there, each segment of srt output is a bit too long for me, then i turn on vad_filter and adjust the max_speech_duration_s to 2. it still output segment much more than 2 seconds.

not sure if the function (get_speech_timestamps) of VadOptions works properly here to split the long speech chunk? thanks a lot

sd816224 avatar Feb 12 '24 23:02 sd816224

i turn on vad_filter

VAD filter has nothing to do with text length.

segment of srt output

This repo doesn't have srt writer, you should ask at the repo which srt writer you are using.

You can try Standalone Faster-Whisper from there -> https://github.com/Purfview/whisper-standalone-win Try --standard or --standard_asia, or other settings for srt/vtt output.

Purfview avatar Feb 13 '24 02:02 Purfview