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

83 lines
2.1 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-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}
}
},
"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": {
"disabled": false,
"url": "https://api.mycroft.ai",
"version": "v1",
"update": true,
"metrics": false,
"sync_skill_settings": false
},
"Audio": {
"backends": {
"local": {
"type": "ovos_common_play",
"dbus_type": "system",
"active": true,
"youtube_backend": "youtube-dl",
"ydl_backend": "auto"
},
"vlc": {
"type": "ovos_vlc",
"active": true
},
"simple": {
"type": "ovos_audio_simple",
"active": true
}
},
"default-backend": "local"
},
"log_level": "INFO"
}