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.
This commit is contained in:
Daniel Bevenius
2025-11-20 13:35:11 +01:00
committed by GitHub
parent 40e788a5d1
commit 19ceec8eac

View File

@@ -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