OpenVoiceOS/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf

18 lines
421 B
Plaintext

{
"play_wav_cmdline": "aplay %1",
"play_mp3_cmdline": "mpg123 %1",
"ipc_path": "/ramdisk/mycroft/ipc/",
"enclosure": {
"platform": "MycroftOS",
"platform_build": "0.1.0"
},
"listener": {
"mute_during_output": false
},
"skills": {
"priority_skills": ["mycroft-pairing", "mycroft-volume"]
},
"ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"],
"log_level": "INFO"
}