1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-24 23:56:50 +01:00
OpenVoiceOS/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf

11 lines
288 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/",
"listener": {
"mute_during_output": false
},
2018-10-26 19:51:01 +02:00
"ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"],
"log_level": "DEBUG"
2018-10-26 19:51:01 +02:00
}