Merge pull request #122 from OpenVoiceOS/mycroftconf_tweaks
Update mycroft.conf
This commit is contained in:
commit
f5102e096c
|
@ -4,20 +4,12 @@
|
||||||
"play_wav_cmdline": "paplay %1",
|
"play_wav_cmdline": "paplay %1",
|
||||||
"play_mp3_cmdline": "mpg123 %1",
|
"play_mp3_cmdline": "mpg123 %1",
|
||||||
"ipc_path": "/dev/shm/mycroft/ipc/",
|
"ipc_path": "/dev/shm/mycroft/ipc/",
|
||||||
"enclosure": {
|
|
||||||
"platform": "OpenVoiceOS",
|
|
||||||
"ntp_sync_on_boot": true
|
|
||||||
},
|
|
||||||
"gui": {
|
"gui": {
|
||||||
"extension": "smartspeaker",
|
"extension": "smartspeaker",
|
||||||
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
|
"idle_display_skill": "skill-ovos-homescreen.openvoiceos"
|
||||||
},
|
},
|
||||||
"PHAL": {
|
"PHAL": {
|
||||||
"ovos-PHAL-plugin-system": {"enabled": true},
|
"ovos-PHAL-plugin-system": {"sudo": false}
|
||||||
"ovos-PHAL-plugin-connectivity-events": {"enabled": true},
|
|
||||||
"ovos-PHAL-plugin-balena-wifi": {"enabled": true},
|
|
||||||
"ovos-PHAL-plugin-display-manager-ipc": {"enabled": true},
|
|
||||||
"ovos-PHAL-plugin-dashboard": {"enabled": true}
|
|
||||||
},
|
},
|
||||||
"listener": {
|
"listener": {
|
||||||
"mute_during_output": false,
|
"mute_during_output": false,
|
||||||
|
@ -33,35 +25,18 @@
|
||||||
"model": "~/.local/share/precise-lite/wakewords/en/hey_mycroft.tflite",
|
"model": "~/.local/share/precise-lite/wakewords/en/hey_mycroft.tflite",
|
||||||
"sensitivity": 0.5,
|
"sensitivity": 0.5,
|
||||||
"trigger_level": 3,
|
"trigger_level": 3,
|
||||||
"expected_duration": 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": {
|
"tts": {
|
||||||
"module": "ovos-tts-plugin-mimic2",
|
"module": "ovos-tts-plugin-mimic3-server",
|
||||||
"fallback_module": "ovos-tts-plugin-mimic",
|
"fallback_module": "ovos-tts-plugin-mimic",
|
||||||
"ovos-tts-plugin-mimic2": {
|
"ovos-tts-plugin-mimic3-server": {
|
||||||
"voice": "kusal",
|
"voice": "en_UK/apope_low"
|
||||||
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
"wait_for_internet": true,
|
"wait_for_internet": true
|
||||||
"upload_skill_manifest": false,
|
|
||||||
"sync2way": false,
|
|
||||||
"blacklisted_skills": [
|
|
||||||
"mycroft-pairing.mycroftai",
|
|
||||||
"mycroft-volume.mycroftai",
|
|
||||||
"mycroft-version-checker.mycroftai"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"Audio": {
|
"Audio": {
|
||||||
"backends": {
|
"backends": {
|
||||||
|
@ -80,8 +55,7 @@
|
||||||
"type": "ovos_audio_simple",
|
"type": "ovos_audio_simple",
|
||||||
"active": true
|
"active": true
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"default-backend": "OCP"
|
|
||||||
},
|
},
|
||||||
"log_level": "INFO"
|
"log_level": "INFO"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue