1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

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

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": {