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:
parent
40e788a5d1
commit
19ceec8eac
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue