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

77 lines
1.9 KiB
Plaintext
Raw Normal View History

2018-10-26 19:51:01 +02:00
{
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/",
"enclosure": {
"platform": "OpenVoiceOS",
"ntp_sync_on_boot": true
},
2021-06-12 15:22:15 +02:00
"disable_xdg": false,
"listener": {
"mute_during_output": false,
"instant_listen": true
},
"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,
"phonemes": "HH EY . M AY K R AO F T",
"threshold": 1e-90,
"lang": "en-us"
},
"wake up": {
2021-09-05 13:33:39 +02:00
"module": "ovos-ww-plugin-pocketsphinx",
"phonemes": "W EY K . AH P",
"threshold": 1e-20,
"lang": "en-us"
}
},
"tts": {
2022-02-03 20:58:48 +01:00
"module": "ovos-tts-plugin-mimic2",
"ovos-tts-plugin-mimic2": {
"lang": "en-us",
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
2022-02-10 20:36:32 +01:00
"preloaded_cache": "/home/mycroft/.local/share/Mimic2TTSPlugin/default/en-us",
"fallback_module": "ovos-tts-plugin-mimic"
}
},
"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
}