Skip to content

Fix VAD min silence argument parsing - #3963

Merged
danbev merged 1 commit into
ggml-org:masterfrom
chupakobra6:agent/fix-vad-min-silence-assignment
Aug 3, 2026
Merged

Fix VAD min silence argument parsing#3963
danbev merged 1 commit into
ggml-org:masterfrom
chupakobra6:agent/fix-vad-min-silence-assignment

Conversation

@chupakobra6

Copy link
Copy Markdown
Contributor

Summary

Fix --vad-min-silence-duration-ms (-vsd) parsing in whisper-vad-speech-segments.

The option was incorrectly assigned to vad_min_speech_duration_ms instead of vad_min_silence_duration_ms. As a result, the requested silence duration was ignored and the minimum speech duration was overwritten.

Testing

  • Built whisper-vad-speech-segments
  • Ran test-vad
  • Verified long and short option forms produce the same result
  • Tested with jfk.wav and a 1000 ms minimum silence duration

@chupakobra6
chupakobra6 marked this pull request as ready for review July 31, 2026 10:58
@danbev

danbev commented Aug 3, 2026

Copy link
Copy Markdown
Member

I've opened #3966 for the failing vad CI job.

@danbev
danbev merged commit 2957983 into ggml-org:master Aug 3, 2026
44 of 45 checks passed
@chupakobra6
chupakobra6 deleted the agent/fix-vad-min-silence-assignment branch August 4, 2026 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants