Skip to content

Commit

Permalink
Revised examples of VAD usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gkonovalov committed Dec 21, 2023
1 parent c4849b5 commit 7dda50d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Recommended parameters for WebRTC VAD:

#### Usage
WebRTC VAD can identify speech in short audio frames, returning results for each frame.
By utilizing parameters such as silenceDurationMs and speechDurationMs, you can enhance the
By utilizing parameters such as **silenceDurationMs** and **speechDurationMs**, you can enhance the
capability of VAD, enabling the detection of prolonged utterances while minimizing false positive
results during pauses between sentences.

Expand Down Expand Up @@ -156,7 +156,7 @@ Recommended parameters for Silero VAD:

#### Usage
Silero VAD can identify speech in short audio frames, returning results for each frame.
By utilizing parameters such as silenceDurationMs and speechDurationMs, you can enhance the
By utilizing parameters such as **silenceDurationMs** and **speechDurationMs**, you can enhance the
capability of VAD, enabling the detection of prolonged utterances while minimizing false positive
results during pauses between sentences.

Expand Down Expand Up @@ -255,7 +255,7 @@ Recommended parameters for Yamnet VAD:
#### Usage
Yamnet VAD can identify [521](https://github.com/tensorflow/models/blob/master/research/audioset/yamnet/yamnet_class_map.csv)
audio event classes (such as speech, music, animal sounds and etc) in small audio frames.
By utilizing parameters such as silenceDurationMs and speechDurationMs, you can enhance the
By utilizing parameters such as **silenceDurationMs** and **speechDurationMs**, you can enhance the
capability of VAD, enabling the detection of prolonged utterances while minimizing false positive
results during pauses between sentences.

Expand Down

0 comments on commit 7dda50d

Please sign in to comment.