Make webrtcvad a little bit less agressive

This commit is contained in:
j1nx 2022-06-08 10:52:31 +02:00
parent f7107b578b
commit c8e3b9a9a3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
"instant_listen": true, "instant_listen": true,
"VAD": { "VAD": {
"module": "ovos-vad-plugin-webrtcvad", "module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3} "ovos-vad-plugin-webrtcvad": {"vad_mode": 2}
} }
}, },
"tts": { "tts": {