whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

UI: speed_up doubles the duration_ms

Open heshpdx opened this issue 2 years ago • 0 comments

This is an easy one to fix for anyone wanting to contribute. (I can get to it later if nobody else does).

If one supplies -su as a parameter alongside -d, then whatever value is passed to -d is effectively doubled. So if you specify -d 10000 -su to process the first ten seconds of audio at twice the rate, whisper.cpp will not exit until it completes twenty seconds of transcription.

heshpdx avatar Mar 28 '23 23:03 heshpdx