1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-18 11:58:58 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf
2021-06-16 16:04:12 +02:00

52 lines
1.4 KiB
Plaintext

{
"play_wav_cmdline": "paplay %1",
"play_mp3_cmdline": "mpg123 %1",
"ipc_path": "/ramdisk/mycroft/ipc/",
"enclosure": {
"platform": "OpenVoiceOS",
"ntp_sync_on_boot": false
},
"disable_xdg": false,
"listener": {
"mute_during_output": false
},
"hotwords": {
"hey mycroft": {
"module": "jarbas_precise_ww_plug",
"model": "~/.local/share/precise03/hey-mycroft.pb",
"sensitivity": 0.5,
"trigger_level": 3,
"version": 0.3,
"expected_duration": 3,
"phonemes": "HH EY . M AY K R AO F T",
"threshold": 1e-90,
"lang": "en-us"
},
"wake up": {
"module": "pocketsphinx",
"phonemes": "W EY K . AH P",
"threshold": 1e-20,
"lang": "en-us"
}
},
"tts": {
"module": "mimic2",
"mimic2": {
"lang": "en-us",
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
"preloaded_cache": "/home/mycroft/.cache/mycroft/preloaded_cache/Mimic2"
},
"pulse_duck": true
},
"skills": {
"wait_for_internet": false,
"msm": {
"disabled": true
},
"auto_update": false,
"blacklisted_skills": ["mycroft-pairing.mycroftai", "mycroft-volume.mycroftai", "mycroft-version-checker.mycroftai"],
"priority_skills": ["skill-ovos-volume.openvoiceos", "skill-ovos-pairing.openvoiceos", "skill-balena-wifi-setup.openvoiceos", "skill-weather.openvoiceos", "ovos-skills-info.openvoiceos"]
},
"log_level": "INFO"
}