[ALL] Updates on default mycroft configuration
This commit is contained in:
parent
17d2087d81
commit
e90da41e23
|
@ -5,5 +5,65 @@
|
||||||
"skills": {
|
"skills": {
|
||||||
"wait_for_internet": true
|
"wait_for_internet": true
|
||||||
},
|
},
|
||||||
|
"gui": {
|
||||||
|
"extension": "smartspeaker",
|
||||||
|
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
|
||||||
|
},
|
||||||
|
"listener": {
|
||||||
|
"silence_end": 0.5,
|
||||||
|
"recording_timeout": 7,
|
||||||
|
"VAD": {
|
||||||
|
"module": "ovos-vad-plugin-silero"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"hotwords": {
|
||||||
|
"hey_mycroft": {
|
||||||
|
"module": "ovos-ww-plugin-precise-lite",
|
||||||
|
"model": "https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite",
|
||||||
|
"listen": true,
|
||||||
|
"sound": "snd/start_listening.wav",
|
||||||
|
"expected_duration": 3,
|
||||||
|
"trigger_level": 3,
|
||||||
|
"sensitivity": 0.5,
|
||||||
|
"fallback_ww": "hey_mycroft_openwakeword"
|
||||||
|
},
|
||||||
|
"hey_mycroft_openwakeword": {
|
||||||
|
"module": "ovos-ww-plugin-openwakeword",
|
||||||
|
"threshold": 0.4,
|
||||||
|
"fallback_ww": "hey_mycroft_vosk"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"tts": {
|
||||||
|
"module": "ovos-tts-plugin-mimic3-server",
|
||||||
|
"fallback_module": "ovos-tts-plugin-mimic",
|
||||||
|
"ovos-tts-plugin-mimic3-server": {
|
||||||
|
"voice": "en_UK/apope_low"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"padatious": {
|
||||||
|
"regex_only": false
|
||||||
|
},
|
||||||
|
"g2p": {
|
||||||
|
"module": "ovos-g2p-plugin-mimic"
|
||||||
|
},
|
||||||
|
"Audio": {
|
||||||
|
"backends": {
|
||||||
|
"OCP": {
|
||||||
|
"type": "ovos_common_play",
|
||||||
|
"manage_external_players": true,
|
||||||
|
"active": true,
|
||||||
|
"youtube_backend": "youtube-dl",
|
||||||
|
"ydl_backend": "auto"
|
||||||
|
},
|
||||||
|
"vlc": {
|
||||||
|
"type": "ovos_vlc",
|
||||||
|
"active": true
|
||||||
|
},
|
||||||
|
"simple": {
|
||||||
|
"type": "ovos_audio_simple",
|
||||||
|
"active": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"log_level": "DEBUG"
|
"log_level": "DEBUG"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue