diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 74e2b3e4..4d0521b1 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -78,7 +78,7 @@ }, "Audio": { "backends": { - "local": { + "OCP": { "type": "ovos_common_play", "dbus_type": "system", "manage_external_players": true, @@ -95,7 +95,7 @@ "active": true } }, - "default-backend": "local" + "default-backend": "OCP" }, "log_level": "INFO" }