1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-19 04:30:14 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/base/etc/mycroft/mycroft.conf

76 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-10-26 19:51:01 +02:00
{
2023-01-04 12:45:12 +01:00
"ready_settings": ["setup", "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/",
"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"
},
2022-11-11 09:40:13 +01:00
"PHAL": {
"ovos-PHAL-plugin-system": {"sudo": false}
},
"listener": {
"mute_during_output": false,
2022-05-23 21:18:17 +02:00
"instant_listen": true,
2023-01-05 09:47:45 +01:00
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
},
2022-12-13 14:58:14 +01:00
"retry_mic_init" : false
},
"hotwords": {
2022-10-08 18:54:17 +02:00
"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
}
},
2022-12-31 18:06:41 +01:00
"stt": {
"fallback_module": ""
},
"tts": {
2022-11-10 22:16:21 +01:00
"module": "ovos-tts-plugin-mimic3-server",
"fallback_module": "ovos-tts-plugin-mimic",
"ovos-tts-plugin-mimic3-server": {
"voice": "en_UK/apope_low"
2022-02-10 20:36:32 +01:00
}
},
"skills": {
"wait_for_internet": true,
"autogen_meta": false
},
"Audio": {
"backends": {
"OCP": {
2021-09-23 20:48:13 +02:00
"type": "ovos_common_play",
2022-06-19 15:42:36 +02:00
"manage_external_players": true,
2022-06-01 21:21:39 +02:00
"active": true,
"youtube_backend": "youtube-dl",
"ydl_backend": "auto"
},
2021-09-23 20:48:13 +02:00
"vlc": {
"type": "ovos_vlc",
"active": true
2022-06-01 21:21:39 +02:00
},
"simple": {
"type": "ovos_audio_simple",
"active": true
}
}
},
2023-01-04 12:45:12 +01:00
"log_level": "INFO"
2018-10-26 19:51:01 +02:00
}