From: Daniel Bevenius Date: Thu, 20 Nov 2025 12:35:11 +0000 (+0100) Subject: examples : fix typo in vad-speech-segments command [no ci] (#3535) X-Git-Tag: upstream/1.8.3~284 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=19ceec8eac980403b714d603e5ca31653cd42a3f;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp examples : fix typo in vad-speech-segments command [no ci] (#3535) This commit corrects a typo the command-line argument for specifying the VAD model in the vad-speech-segments example. --- diff --git a/examples/vad-speech-segments/README.md b/examples/vad-speech-segments/README.md index 7dea6985..aa5c8114 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