From 580d2ec8edff2bc97ba4583300ce52ee8210d0b9 Mon Sep 17 00:00:00 2001
From: j1nx
Date: Tue, 28 Jun 2022 15:59:08 +0200
Subject: [PATCH] Replace local audio backend to OCP within configuration
---
buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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"
}