From 52081a49b194aff65bd45f93994d0851674be00b Mon Sep 17 00:00:00 2001 From: j1nx Date: Fri, 4 Sep 2020 14:04:55 +0200 Subject: [PATCH] MucroftOS: Make pulse device the default listener device. --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 5abfb22b..76d66148 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -7,7 +7,8 @@ "platform_build": 1 }, "listener": { - "mute_during_output": false + "mute_during_output": false, + "device_name": "pulse" }, "tts": { "module": "mimic2",