2018-10-26 19:51:01 +02:00
|
|
|
{
|
2021-09-08 10:28:28 +02:00
|
|
|
"confirm_listening": true,
|
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",
|
2021-06-24 01:04:06 +02:00
|
|
|
"ipc_path": "/dev/shm/mycroft/ipc/",
|
2019-09-11 14:32:29 +02:00
|
|
|
"enclosure": {
|
2020-10-06 21:23:38 +02:00
|
|
|
"platform": "OpenVoiceOS",
|
2021-08-10 17:08:11 +02:00
|
|
|
"ntp_sync_on_boot": true
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
2021-06-12 15:22:15 +02:00
|
|
|
"disable_xdg": false,
|
2019-09-11 14:32:29 +02:00
|
|
|
"listener": {
|
2021-09-08 09:25:18 +02:00
|
|
|
"mute_during_output": false,
|
|
|
|
"instant_listen": true
|
2019-11-11 09:10:44 +01:00
|
|
|
},
|
2021-01-10 17:20:54 +01:00
|
|
|
"hotwords": {
|
|
|
|
"hey mycroft": {
|
2021-09-23 14:55:05 +02:00
|
|
|
"module": "ovos-precise-lite",
|
|
|
|
"model": "~/.local/share/precise-lite/wakewords/en/hey_mycroft.tflite",
|
2021-01-10 17:20:54 +01:00
|
|
|
"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",
|
2021-01-10 17:20:54 +01:00
|
|
|
"phonemes": "W EY K . AH P",
|
|
|
|
"threshold": 1e-20,
|
|
|
|
"lang": "en-us"
|
|
|
|
}
|
|
|
|
},
|
2019-11-11 09:10:44 +01:00
|
|
|
"tts": {
|
2022-02-03 20:58:48 +01:00
|
|
|
"module": "ovos-tts-plugin-mimic2",
|
|
|
|
"ovos-tts-plugin-mimic2": {
|
2019-11-11 09:10:44 +01:00
|
|
|
"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"
|
|
|
|
}
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
|
|
|
"skills": {
|
2021-06-23 20:01:28 +02:00
|
|
|
"wait_for_internet": true,
|
2021-08-12 16:50:42 +02:00
|
|
|
"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": [
|
2021-08-12 16:50:42 +02:00
|
|
|
"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"
|
|
|
|
]
|
2019-09-11 14:32:29 +02:00
|
|
|
},
|
2021-08-12 16:50:42 +02:00
|
|
|
"server": {
|
|
|
|
"sync_skill_settings": false
|
|
|
|
},
|
2021-08-13 18:32:49 +02:00
|
|
|
"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",
|
2021-08-14 14:50:20 +02:00
|
|
|
"active": true
|
2021-08-14 20:55:44 +02:00
|
|
|
},
|
2021-09-23 20:48:13 +02:00
|
|
|
"vlc": {
|
|
|
|
"type": "ovos_vlc",
|
2021-10-02 10:42:31 +02:00
|
|
|
"active": true
|
2021-08-13 18:32:49 +02:00
|
|
|
}
|
|
|
|
},
|
2021-09-23 20:48:13 +02:00
|
|
|
"default-backend": "local"
|
2021-08-13 18:32:49 +02:00
|
|
|
},
|
2019-09-11 14:32:29 +02:00
|
|
|
"log_level": "INFO"
|
2018-10-26 19:51:01 +02:00
|
|
|
}
|