Fix mycroft.conf mistake

This commit is contained in:
j1nx 2022-05-23 21:18:17 +02:00
parent f06e6805ab
commit 16edd74c93
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@
},
"listener": {
"mute_during_output": false,
"instant_listen": true
"VAD":{
"instant_listen": true,
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
}