mirror of
https://github.com/ggml-org/whisper.cpp.git
synced 2026-07-23 11:10:57 -05:00
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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user