channelmix: Prepare for generating LFE channel

Add channelmix.lfe-cutoff property, 0 is disabled
Disable upmix by default
This commit is contained in:
Wim Taymans 2021-03-17 11:09:19 +01:00
parent 4200ca98d6
commit e51cc5b537
7 changed files with 27 additions and 20 deletions

View file

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

View file

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

View file

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