mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Merge branch 'develop' of github.com:OpenVoiceOS/OpenVoiceOS into develop
This commit is contained in:
@ -4,44 +4,20 @@
|
|||||||
"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"
|
||||||
},
|
},
|
||||||
"disable_xdg": false,
|
|
||||||
"listener": {
|
"listener": {
|
||||||
"mute_during_output": false,
|
"mute_during_output": false,
|
||||||
"instant_listen": true
|
"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": {
|
"tts": {
|
||||||
"module": "ovos-tts-plugin-mimic2",
|
"module": "ovos-tts-plugin-mimic2",
|
||||||
|
"fallback_module": "ovos-tts-plugin-mimic",
|
||||||
"ovos-tts-plugin-mimic2": {
|
"ovos-tts-plugin-mimic2": {
|
||||||
"lang": "en-us",
|
"voice": "kusal",
|
||||||
"url": "https://mimic-api.mycroft.ai/synthesize?text=",
|
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us"
|
||||||
"preloaded_cache": "/usr/share/mycroft/Mimic2TTSPlugin/kusal/en-us",
|
|
||||||
"fallback_module": "ovos-tts-plugin-mimic"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
|
Reference in New Issue
Block a user