1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Make our ovos_vlc the default for audio

This commit is contained in:
j1nx
2021-08-13 18:32:49 +02:00
parent 6d990f6959
commit b630005d23

View File

@@ -61,5 +61,15 @@
"server": {
"sync_skill_settings": false
},
"Audio": {
"backends": {
"vlc": {
"type": "ovos_vlc",
"active": true,
"duck": true
}
},
"default-backend": "vlc"
},
"log_level": "INFO"
}