2018-10-26 19:51:01 +02:00
|
|
|
{
|
2019-11-26 08:27:51 +01:00
|
|
|
"play_wav_cmdline": "paplay %1",
|
2019-09-21 12:39:33 +02:00
|
|
|
"play_mp3_cmdline": "mpg123 %1",
|
2019-09-11 14:32:29 +02:00
|
|
|
"ipc_path": "/ramdisk/mycroft/ipc/",
|
|
|
|
"enclosure": {
|
2020-10-06 21:23:38 +02:00
|
|
|
"platform": "OpenVoiceOS",
|
2019-11-11 09:10:44 +01:00
|
|
|
"platform_build": 1
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
|
|
|
"listener": {
|
2021-01-10 16:31:48 +01:00
|
|
|
"mute_during_output": false
|
2019-11-11 09:10:44 +01:00
|
|
|
},
|
2021-01-10 17:20:54 +01:00
|
|
|
"hotwords": {
|
|
|
|
"hey mycroft": {
|
|
|
|
"module": "jarbas_precise_ww_plug",
|
|
|
|
"model": "~/.local/share/precise03/hey-mycroft.pb",
|
|
|
|
"sensitivity": 0.5,
|
|
|
|
"trigger_level": 3,
|
2021-01-13 20:53:43 +01:00
|
|
|
"version": 0.3,
|
2021-01-10 17:20:54 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
},
|
2019-11-11 09:10:44 +01:00
|
|
|
"tts": {
|
|
|
|
"module": "mimic2",
|
|
|
|
"mimic2": {
|
|
|
|
"lang": "en-us",
|
|
|
|
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
|
|
|
|
"preloaded_cache": "/opt/mycroft/preloaded_cache/Mimic2"
|
|
|
|
},
|
|
|
|
"pulse_duck": true
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
|
|
|
"skills": {
|
2021-01-27 22:45:35 +01:00
|
|
|
"blacklisted_skills": ["mycroft-pairing.mycroftai", "mycroft-volume.mycroftai"],
|
2021-02-23 15:18:10 +01:00
|
|
|
"priority_skills": ["skill-ovos-volume", "skill-ovos-pairing", "skill-balena-wifi-setup"]
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
|
|
|
"log_level": "INFO"
|
2018-10-26 19:51:01 +02:00
|
|
|
}
|