From 9811e7f3de1d74d88f54c2a89d9680154d2a6d87 Mon Sep 17 00:00:00 2001 From: j1nx Date: Sat, 14 Aug 2021 14:50:20 +0200 Subject: [PATCH] Remove pulse ducking from settings file --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index ae6b0c91..6ec2c8dd 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -65,8 +65,7 @@ "backends": { "vlc": { "type": "ovos_vlc", - "active": true, - "duck": true + "active": true } }, "default-backend": "vlc"