Compare commits
No commits in common. "8f7e8517d42bef62d2bc691c82ce062e4377246a" and "ae806eb6a0e2ea6d8096b986e5db05ad7460f03b" have entirely different histories.
8f7e8517d4
...
ae806eb6a0
|
@ -63,17 +63,11 @@
|
|||
"local": {
|
||||
"type": "ovos_common_play",
|
||||
"dbus_type": "system",
|
||||
"active": true,
|
||||
"youtube_backend": "youtube-dl",
|
||||
"ydl_backend": "auto"
|
||||
"active": true
|
||||
},
|
||||
"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