Make webrtcvad the default plugin for ovos-core

This commit is contained in:
j1nx 2022-05-22 19:36:57 +02:00
parent 88076a43a5
commit f06e6805ab
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"listener": {
"mute_during_output": false,
"instant_listen": true
"VAD":{
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
}
},
"tts": {
"module": "ovos-tts-plugin-mimic2",