]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : fix argument flag for min speech duration in VAD (#3907)
authorQuantiusBenignus <redacted>
Fri, 26 Jun 2026 06:09:03 +0000 (02:09 -0400)
committerGitHub <redacted>
Fri, 26 Jun 2026 06:09:03 +0000 (08:09 +0200)
commite3ab311094d98057acedc6d0ba704ba9b31cd400
tree7a9280feeec2de896f2b62c090a40b1b948626e8
parent43d78af5be58f41d6ffbc227d608f104577741ea
examples : fix argument flag for min speech duration in VAD (#3907)

Fixed the -vspd flag for vad_min_speech_duration_ms, to prevent hiding vad_min_silence_duration_ms.
In usage () clarified the output timestamp units.
Fixed a few typos.
examples/vad-speech-segments/speech.cpp