69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
{
|
|
"ready_settings": ["pairing", "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-connectivity-events": {"enabled": true},
|
|
"ovos-PHAL-plugin-balena-wifi": {"enabled": true},
|
|
"ovos-PHAL-plugin-display-manager-ipc": {"enabled": true},
|
|
"ovos-PHAL-plugin-mk1": {"enabled": true},
|
|
"ovos-PHAL-plugin-dashboard": {"enabled": true}
|
|
},
|
|
"listener": {
|
|
"mute_during_output": false,
|
|
"instant_listen": true
|
|
},
|
|
"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,
|
|
"blacklisted_skills": [
|
|
"mycroft-pairing.mycroftai",
|
|
"mycroft-volume.mycroftai",
|
|
"mycroft-version-checker.mycroftai"
|
|
],
|
|
"priority_skills": [
|
|
"skill-ovos-setup.openvoiceos",
|
|
"skill-ovos-volume.openvoiceos",
|
|
"skill-weather.openvoiceos",
|
|
"ovos-skills-info.openvoiceos"
|
|
]
|
|
},
|
|
"server": {
|
|
"sync_skill_settings": false
|
|
},
|
|
"Audio": {
|
|
"backends": {
|
|
"local": {
|
|
"type": "ovos_common_play",
|
|
"dbus_type": "system",
|
|
"active": true
|
|
},
|
|
"vlc": {
|
|
"type": "ovos_vlc",
|
|
"active": true
|
|
}
|
|
},
|
|
"default-backend": "local"
|
|
},
|
|
"log_level": "INFO"
|
|
}
|