1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-03-14 02:20:12 +01:00

Fix mycroft.conf mistake

This commit is contained in:
j1nx 2022-05-23 21:18:17 +02:00
parent f06e6805ab
commit 16edd74c93

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}
}