Skip to content

Commit 529ff1a

Browse files
committed
readme
1 parent a9a13c6 commit 529ff1a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ non exhaustive list of config options
3232
"microphone": {
3333
"module": "ovos-microphone-plugin-alsa"
3434
},
35+
// wake word verifier plugins will double check a wake word prediction
36+
// they are given a chance to reject wake word activations
37+
"ww_verifiers": {
38+
"ovos-ww-verifier-silero": {
39+
"threshold": 0.1,
40+
// does not make sense to enable if "vad_pre_wake_enabled" is set to true
41+
"enabled": false
42+
}
43+
},
44+
3545
// If enabled will only check for wakeword if VAD also detected speech
3646
// this should reduce false activations
3747
"vad_pre_wake_enabled": true,

0 commit comments

Comments
 (0)