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

58 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-10-26 19:51:01 +02:00
{
2022-03-12 09:03:08 +01:00
"ready_settings": ["pairing", "skills"],
2021-09-08 10:28:28 +02:00
"confirm_listening": true,
"play_wav_cmdline": "paplay %1",
"play_mp3_cmdline": "mpg123 %1",
"ipc_path": "/dev/shm/mycroft/ipc/",
"gui": {
"extension": "smartspeaker",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
},
"listener": {
"mute_during_output": false,
"instant_listen": true
},
"tts": {
2022-02-03 20:58:48 +01:00
"module": "ovos-tts-plugin-mimic2",
"fallback_module": "ovos-tts-plugin-mimic",
2022-02-03 20:58:48 +01:00
"ovos-tts-plugin-mimic2": {
"voice": "kusal",
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us"
2022-02-10 20:36:32 +01:00
}
},
"skills": {
"wait_for_internet": true,
"upload_skill_manifest": false,
2021-06-23 12:47:04 +02:00
"blacklisted_skills": [
2021-09-05 13:33:39 +02:00
"mycroft-pairing.mycroftai",
"mycroft-volume.mycroftai",
2021-06-23 12:47:04 +02:00
"mycroft-version-checker.mycroftai"
],
2021-09-05 13:33:39 +02:00
"priority_skills": [
"skill-ovos-setup.openvoiceos",
2021-09-05 13:33:39 +02:00
"skill-balena-wifi-setup.openvoiceos",
"skill-ovos-volume.openvoiceos",
"skill-weather.openvoiceos",
2021-06-23 12:47:04 +02:00
"ovos-skills-info.openvoiceos"
]
},
"server": {
"sync_skill_settings": false
},
"Audio": {
"backends": {
2021-09-23 20:48:13 +02:00
"local": {
"type": "ovos_common_play",
2021-10-31 19:30:37 +01:00
"dbus_type": "system",
"active": true
},
2021-09-23 20:48:13 +02:00
"vlc": {
"type": "ovos_vlc",
"active": true
}
},
2021-09-23 20:48:13 +02:00
"default-backend": "local"
},
"log_level": "INFO"
2018-10-26 19:51:01 +02:00
}