channelmix: add more generic upmixing

Add options to enable lfe filtering and upmix.
Enable upmix by default, lfe is disabled because we don't actually
do a lowpass filter yet.
This commit is contained in:
Wim Taymans 2021-03-06 21:31:18 +01:00
parent c7309f0248
commit 6324298bc5
6 changed files with 67 additions and 17 deletions

View file

@ -72,5 +72,7 @@ stream.properties = {
#node.latency = 1024/48000
#resample.quality = 4
#channelmix.normalize = false
#channelmix.mix-lfe = false
#channelmix.mix-lfe = true
channelmix.upmix = true
#channelmix.filter-lfe = false
}

View file

@ -62,4 +62,6 @@ stream.properties = {
#resample.quality = 4
#channelmix.normalize = false
#channelmix.mix-lfe = false
channelmix.upmix = true
#channelmix.filter-lfe = false
}

View file

@ -49,4 +49,6 @@ stream.properties = {
#resample.quality = 4
#channelmix.normalize = false
#channelmix.mix-lfe = false
channelmix.upmix = true
#channelmix.filter-lfe = false
}