1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-04-15 02:52:45 +02:00

Replace local audio backend to OCP within configuration

This commit is contained in:
j1nx 2022-06-28 15:59:08 +02:00
parent 71572a9fc5
commit 580d2ec8ed

View File

@ -78,7 +78,7 @@
}, },
"Audio": { "Audio": {
"backends": { "backends": {
"local": { "OCP": {
"type": "ovos_common_play", "type": "ovos_common_play",
"dbus_type": "system", "dbus_type": "system",
"manage_external_players": true, "manage_external_players": true,
@ -95,7 +95,7 @@
"active": true "active": true
} }
}, },
"default-backend": "local" "default-backend": "OCP"
}, },
"log_level": "INFO" "log_level": "INFO"
} }