77 lines
1.9 KiB
Plaintext
77 lines
1.9 KiB
Plaintext
{
|
|
"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
|
|
},
|
|
"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": {
|
|
"module": "ovos-ww-plugin-pocketsphinx",
|
|
"phonemes": "W EY K . AH P",
|
|
"threshold": 1e-20,
|
|
"lang": "en-us"
|
|
}
|
|
},
|
|
"tts": {
|
|
"module": "ovos-tts-plugin-mimic2",
|
|
"ovos-tts-plugin-mimic2": {
|
|
"lang": "en-us",
|
|
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
|
|
"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,
|
|
"blacklisted_skills": [
|
|
"mycroft-pairing.mycroftai",
|
|
"mycroft-volume.mycroftai",
|
|
"mycroft-version-checker.mycroftai"
|
|
],
|
|
"priority_skills": [
|
|
"skill-ovos-setup.openvoiceos",
|
|
"skill-balena-wifi-setup.openvoiceos",
|
|
"skill-ovos-volume.openvoiceos",
|
|
"skill-weather.openvoiceos",
|
|
"ovos-skills-info.openvoiceos"
|
|
]
|
|
},
|
|
"server": {
|
|
"sync_skill_settings": false
|
|
},
|
|
"Audio": {
|
|
"backends": {
|
|
"local": {
|
|
"type": "ovos_common_play",
|
|
"dbus_type": "system",
|
|
"active": true
|
|
},
|
|
"vlc": {
|
|
"type": "ovos_vlc",
|
|
"active": true
|
|
}
|
|
},
|
|
"default-backend": "local"
|
|
},
|
|
"log_level": "INFO"
|
|
}
|