mycroft default configuration changes.

- Do not use Vosk for "wake up" by default
- No VAD configured by default. Let the user choose it on the platform it supports.
- Set autogen_meta to false to prevent writing json settings in non writable path.
This commit is contained in:
j1nx 2022-12-30 12:40:42 +01:00
parent fbc757b4a7
commit 002661914e
1 changed files with 2 additions and 14 deletions

View File

@ -14,10 +14,6 @@
"listener": {
"mute_during_output": false,
"instant_listen": true,
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
},
"retry_mic_init" : false
},
"hotwords": {
@ -27,15 +23,6 @@
"sensitivity": 0.5,
"trigger_level": 3,
"expected_duration": 3
},
"wake_up": {
"module": "ovos-ww-plugin-vosk",
"rule": "equals",
"samples": [
"wake up"
],
// wakeupwords are only used in SLEEPING mode
"wakeup": true
}
},
"tts": {
@ -46,7 +33,8 @@
}
},
"skills": {
"wait_for_internet": true
"wait_for_internet": true,
"autogen_meta": false
},
"Audio": {
"backends": {