Compare commits
2 Commits
ae806eb6a0
...
8f7e8517d4
Author | SHA1 | Date |
---|---|---|
j1nx | 8f7e8517d4 | |
j1nx | 8cf0b6a5cb |
|
@ -63,11 +63,17 @@
|
|||
"local": {
|
||||
"type": "ovos_common_play",
|
||||
"dbus_type": "system",
|
||||
"active": true
|
||||
"active": true,
|
||||
"youtube_backend": "youtube-dl",
|
||||
"ydl_backend": "auto"
|
||||
},
|
||||
"vlc": {
|
||||
"type": "ovos_vlc",
|
||||
"active": true
|
||||
},
|
||||
"simple": {
|
||||
"type": "ovos_audio_simple",
|
||||
"active": true
|
||||
}
|
||||
},
|
||||
"default-backend": "local"
|
||||
|
|
|
@ -95,4 +95,4 @@ default-sample-rate = 48000
|
|||
alternate-sample-rate = 44100
|
||||
default-sample-channels = 2
|
||||
default-channel-map = front-left,front-right
|
||||
flat-volumes = no
|
||||
; flat-volumes = no
|
||||
|
|
|
@ -93,4 +93,4 @@ resample-method = ffmpeg
|
|||
default-sample-format = s16le
|
||||
default-sample-rate = 44100
|
||||
alternate-sample-rate = 48000
|
||||
flat-volumes = no
|
||||
; flat-volumes = no
|
||||
|
|
|
@ -92,4 +92,4 @@ default-sample-format = s16le
|
|||
default-sample-rate = 96000
|
||||
default-sample-channels = 4
|
||||
avoid-resampling = true
|
||||
flat-volumes = no
|
||||
; flat-volumes = no
|
||||
|
|
|
@ -92,4 +92,4 @@ default-sample-format = s32le
|
|||
default-sample-rate = 96000
|
||||
default-sample-channels = 8
|
||||
avoid-resampling = true
|
||||
flat-volumes = no
|
||||
; flat-volumes = no
|
||||
|
|
Loading…
Reference in New Issue