OpenVoiceOS/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf

88 lines
2.3 KiB
Plaintext

{
"ready_settings": ["setup", "skills"],
"confirm_listening": true,
"play_wav_cmdline": "paplay %1",
"play_mp3_cmdline": "mpg123 %1",
"ipc_path": "/dev/shm/mycroft/ipc/",
"enclosure": {
"platform": "OpenVoiceOS",
"ntp_sync_on_boot": true
},
"gui": {
"extension": "smartspeaker",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
},
"PHAL": {
"ovos-PHAL-plugin-system": {"enabled": true},
"ovos-PHAL-plugin-connectivity-events": {"enabled": true},
"ovos-PHAL-plugin-balena-wifi": {"enabled": true},
"ovos-PHAL-plugin-display-manager-ipc": {"enabled": true},
"ovos-PHAL-plugin-dashboard": {"enabled": true}
},
"listener": {
"mute_during_output": false,
"instant_listen": true,
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
}
},
"hotwords": {
"hey_mycroft": {
"module": "ovos-precise-lite",
"model": "~/.local/share/precise-lite/wakewords/en/hey_mycroft.tflite",
"sensitivity": 0.5,
"trigger_level": 3,
"expected_duration": 3,
"phonemes": "HH EY . M AY K R AO F T",
"threshold": 1e-90,
"lang": "en-us"
},
"wake_up": {
"module": "ovos-ww-plugin-pocketsphinx",
"phonemes": "W EY K . AH P",
"threshold": 1e-20,
"lang": "en-us"
}
},
"tts": {
"module": "ovos-tts-plugin-mimic2",
"fallback_module": "ovos-tts-plugin-mimic",
"ovos-tts-plugin-mimic2": {
"voice": "kusal",
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us"
}
},
"skills": {
"wait_for_internet": true,
"upload_skill_manifest": false,
"sync2way": false,
"blacklisted_skills": [
"mycroft-pairing.mycroftai",
"mycroft-volume.mycroftai",
"mycroft-version-checker.mycroftai"
]
},
"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
}
},
"default-backend": "OCP"
},
"log_level": "INFO"
}