Skip to content

Commit 13d92d0

Browse files
docs : fix VAD section heading levels (#3186)
1 parent aab6976 commit 13d92d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ let package = Package(
733733
)
734734
```
735735

736-
### Voice Activity Detection (VAD)
736+
## Voice Activity Detection (VAD)
737737
Support for Voice Activity Detection (VAD) can be enabled using the `--vad`
738738
argument to `whisper-cli`. In addition to this option a VAD model is also
739739
required.
@@ -747,7 +747,7 @@ transcription process.
747747

748748
The 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
752752
written 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
798798
for a speech segment/frame above this threshold will be considered as speech.

0 commit comments

Comments
 (0)