27 lines
661 B
Plaintext
27 lines
661 B
Plaintext
{
|
|
"play_wav_cmdline": "paplay %1",
|
|
"play_mp3_cmdline": "mpg123 %1",
|
|
"ipc_path": "/ramdisk/mycroft/ipc/",
|
|
"enclosure": {
|
|
"platform": "MycroftOS",
|
|
"platform_build": 1
|
|
},
|
|
"listener": {
|
|
"mute_during_output": false,
|
|
"device_name": "MycroftOS"
|
|
},
|
|
"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": {
|
|
"priority_skills": ["skill-mycroftos-enclosure", "skill-mycroftos-gui", "mycroft-pairing", "mycroft-volume"]
|
|
},
|
|
"log_level": "INFO"
|
|
}
|