vad : Silero VAD v6.2.0 (#3524)

* Add ggml-silero-v6.2.0 to download candidates

* Make default VAD model ggml-silero-v6.2.0

* Make VAD model in documentations ggml-silero-v6.2.0
This commit is contained in:
KITAITI Makoto
2025-11-17 22:26:17 +09:00
committed by GitHub
parent d9b7613b34
commit 27f485a14c
12 changed files with 38 additions and 37 deletions

View File

@@ -77,11 +77,11 @@ First, you need to download a VAD model:
```
$ # Execute the commands below in the project root dir.
$ ./models/download-vad-model.sh silero-v5.1.2
$ ./models/download-vad-model.sh silero-v6.2.0
```
Create `eval.conf` with the following content:
```
WHISPER_FLAGS = --no-prints --language en --output-txt --vad --vad-model ../../models/ggml-silero-v5.1.2.bin
WHISPER_FLAGS = --no-prints --language en --output-txt --vad --vad-model ../../models/ggml-silero-v6.2.0.bin
```