From ae9000389638bd87a3d322b32abf90f7ebaee39b Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Thu, 20 Nov 2025 13:28:03 +0100 Subject: [PATCH] examples : fix typo in vad-speech-segments command [no ci] This commit corrects a typo the command-line argument for specifying the VAD model in the vad-speech-segments example. --- examples/vad-speech-segments/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vad-speech-segments/README.md b/examples/vad-speech-segments/README.md index 7dea6985617..aa5c8114726 100644 --- a/examples/vad-speech-segments/README.md +++ b/examples/vad-speech-segments/README.md @@ -15,7 +15,7 @@ The examples can be run using the following command, which uses a model that we use internally for testing: ```console ./build/bin/vad-speech-segments \ - -vad-model models/for-tests-silero-v6.2.0-ggml.bin \ + --vad-model models/for-tests-silero-v6.2.0-ggml.bin \ --file samples/jfk.wav \ --no-prints