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

76 lines
1.9 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/",
"network_tests": {
"ip_url": "https://api.ipify.org",
"dns_primary": "1.1.1.1",
"dns_secondary": "8.8.8.8",
"web_url": "http://nmcheck.gnome.org/check_network_status.txt",
"web_url_secondary": "https://checkonline.home-assistant.io/online.txt",
"captive_portal_url": "http://nmcheck.gnome.org/check_network_status.txt",
"captive_portal_text": "NetworkManager is online"
},
"gui": {
"extension": "smartspeaker",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
},
"PHAL": {
"ovos-PHAL-plugin-system": {"sudo": false}
},
"listener": {
"mute_during_output": false,
"instant_listen": true,
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
},
"retry_mic_init" : false
},
"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
}
},
"stt": {
"fallback_module": ""
},
"tts": {
"module": "ovos-tts-plugin-mimic3-server",
"fallback_module": "ovos-tts-plugin-mimic",
"ovos-tts-plugin-mimic3-server": {
"voice": "en_UK/apope_low"
}
},
"skills": {
"wait_for_internet": true,
"autogen_meta": false
},
"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": "INFO"
}