Skip to content

Commit

Permalink
Fix VAD link
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 committed Jul 11, 2024
1 parent d0afdfd commit e2a0bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/micro_wake_word.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Configuration variables:
- **model** (*Optional*, string): This can be one of:

- A github shorthand URL to a model JSON file.
e.g. ``github://esphome/micro-wake-word-models/models/vad.json@main``.
e.g. ``github://esphome/micro-wake-word-models/models/v2/vad.json@main``.
- A full URL to a model JSON file.
e.g. ``https://github.com/esphome/micro-wake-word-models/raw/main/models/vad.json``.
e.g. ``https://github.com/esphome/micro-wake-word-models/raw/main/models/v2/vad.json``.

- **probability_cutoff** (*Optional*, percentage): The probability cutoff for voice activity detection.
If the probability is below this value, then no wake word will be accepted.
Expand Down

0 comments on commit e2a0bb5

Please sign in to comment.