File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ let package = Package(
733733)
734734```
735735
736- ### Voice Activity Detection (VAD)
736+ ## Voice Activity Detection (VAD)
737737Support for Voice Activity Detection (VAD) can be enabled using the ` --vad `
738738argument to ` whisper-cli ` . In addition to this option a VAD model is also
739739required.
@@ -747,7 +747,7 @@ transcription process.
747747
748748The following VAD models are currently supported:
749749
750- #### Silero-VAD
750+ ### Silero-VAD
751751[ Silero-vad] ( https://github.com/snakers4/silero-vad ) is a lightweight VAD model
752752written in Python that is fast and accurate.
753753
@@ -792,7 +792,7 @@ $ ./build/bin/whisper-cli \
792792 --vad-model ./models/silero-v5.1.2-ggml.bin
793793```
794794
795- #### VAD Options
795+ ### VAD Options
796796
797797* --vad-threshold: Threshold probability for speech detection. A probability
798798for a speech segment/frame above this threshold will be considered as speech.
You can’t perform that action at this time.
0 commit comments