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

18 lines
438 B
Plaintext
Raw Normal View History

2018-10-26 19:51:01 +02:00
{
"play_wav_cmdline": "aplay -Dhw:0,0 %1",
"play_mp3_cmdline": "mpg123 -a hw:0,0 %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"
2018-10-26 19:51:01 +02:00
}