resample: implement resample disable

Implement the option to completely disable the resampler.
This commit is contained in:
Wim Taymans 2022-01-18 18:05:36 +01:00
parent 3e73f05af4
commit 18607ee5e3
2 changed files with 21 additions and 11 deletions

View file

@ -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