mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-04-13 10:02:38 +02:00
Replace local audio backend to OCP within configuration
This commit is contained in:
parent
71572a9fc5
commit
580d2ec8ed
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user