From 1e6df9e8c94a1c4aa44cf5e6f47dfa69bbef135b Mon Sep 17 00:00:00 2001 From: Peter Steenbergen Date: Thu, 31 Jan 2019 09:13:15 +0100 Subject: [PATCH] MycroftOS: Small changes to default /etc/mycroft/mycroft.conf - Log level back to DEBUG, will be INFO at release - Don't mute the microphone when playing --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index f5adf9b0..15e7e745 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -2,6 +2,9 @@ "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 + }, "ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"], - "log_level": "INFO" + "log_level": "DEBUG" }