We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a13c6 commit 529ff1aCopy full SHA for 529ff1a
README.md
@@ -32,6 +32,16 @@ non exhaustive list of config options
32
"microphone": {
33
"module": "ovos-microphone-plugin-alsa"
34
},
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
+
45
// If enabled will only check for wakeword if VAD also detected speech
46
// this should reduce false activations
47
"vad_pre_wake_enabled": true,
0 commit comments