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
1 changed files with 10 additions and 0 deletions

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