mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
resample: implement resample disable
Implement the option to completely disable the resampler.
This commit is contained in:
parent
3e73f05af4
commit
18607ee5e3
2 changed files with 21 additions and 11 deletions
|
|
@ -191,6 +191,7 @@ context.objects = [
|
|||
#audio.channels = 4
|
||||
#audio.position = [ FL FR RL RR ]
|
||||
#resample.quality = 4
|
||||
resample.disable = true
|
||||
#monitor.channel-volumes = false
|
||||
#channelmix.normalize = true
|
||||
#channelmix.mix-lfe = false
|
||||
|
|
@ -239,6 +240,7 @@ context.objects = [
|
|||
#audio.channels = 2
|
||||
#audio.position = "FL,FR"
|
||||
#resample.quality = 4
|
||||
resample.disable = true
|
||||
#channelmix.normalize = true
|
||||
#channelmix.mix-lfe = false
|
||||
#channelmix.upmix = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue