Compare commits

...

2 Commits

Author SHA1 Message Date
j1nx 580d2ec8ed Replace local audio backend to OCP within configuration 2022-06-28 15:59:08 +02:00
j1nx 71572a9fc5 Bump ovos_workshop 2022-06-28 15:58:46 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
sha256 919d034dd51e3a2c12402c75d2139b2b65f9781855c6855e54ec6bcb14fd1d16 python-ovos-workshop-0ed6c8254c69094bdc2e18faf61c13eeb2a2995d.tar.gz
sha256 54ce6300c7e59ccdce8f0aee9bbcc3d9c2ae75b9ae327d98d4a333b8a6a8c437 python-ovos-workshop-5f096e2f5c8f46b0289361a0763c2e0834940014.tar.gz

View File

@ -4,7 +4,7 @@
#
################################################################################
PYTHON_OVOS_WORKSHOP_VERSION = 0ed6c8254c69094bdc2e18faf61c13eeb2a2995d
PYTHON_OVOS_WORKSHOP_VERSION = 5f096e2f5c8f46b0289361a0763c2e0834940014
PYTHON_OVOS_WORKSHOP_SITE = $(call github,OpenVoiceOS,OVOS-workshop,$(PYTHON_OVOS_WORKSHOP_VERSION))
PYTHON_OVOS_WORKSHOP_SETUP_TYPE = setuptools
PYTHON_OVOS_WORKSHOP_LICENSE_FILES = LICENSE

View File

@ -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"
}