1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

MycroftOS: Changes to default system mycroft.conf

- Make Mimic2 the default TTS
- Make TTS duckable
(Make MycroftOS more inline with Mark-1 and Mark-2)
This commit is contained in:
Peter Steenbergen
2019-11-11 09:10:44 +01:00
parent 5ccd33e78f
commit 7d574f5432
2 changed files with 11 additions and 3 deletions

View File

@ -4,14 +4,22 @@
"ipc_path": "/ramdisk/mycroft/ipc/", "ipc_path": "/ramdisk/mycroft/ipc/",
"enclosure": { "enclosure": {
"platform": "MycroftOS", "platform": "MycroftOS",
"platform_build": "0.1.0" "platform_build": 1
}, },
"listener": { "listener": {
"mute_during_output": false "mute_during_output": false
},
"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
}, },
"skills": { "skills": {
"priority_skills": ["mycroft-pairing", "mycroft-volume"] "priority_skills": ["mycroft-pairing", "mycroft-volume"]
}, },
"ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"],
"log_level": "INFO" "log_level": "INFO"
} }