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:
parent
71572a9fc5
commit
580d2ec8ed
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user