1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-19 12:40:02 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf

59 lines
1.4 KiB
Plaintext
Raw Normal View History

2018-10-26 19:51:01 +02:00
{
2022-10-07 18:56:51 +02: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/",
"gui": {
"extension": "smartspeaker",
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
},
"listener": {
"mute_during_output": false,
2022-05-23 21:18:17 +02:00
"instant_listen": true,
"VAD": {
"module": "ovos-vad-plugin-webrtcvad",
"ovos-vad-plugin-webrtcvad": {"vad_mode": 3}
}
},
"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
}
},
"tts": {
2022-02-03 20:58:48 +01:00
"module": "ovos-tts-plugin-mimic2",
"fallback_module": "ovos-tts-plugin-mimic3-server",
"ovos-tts-plugin-mimic3-server": {
"voice": "en_UK/apope_low"
2022-02-10 20:36:32 +01:00
}
},
"skills": {
"wait_for_internet": true
},
"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
}
}
},
"log_level": "INFO"
2018-10-26 19:51:01 +02:00
}