mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
channelmix: Prepare for generating LFE channel
Add channelmix.lfe-cutoff property, 0 is disabled Disable upmix by default
This commit is contained in:
parent
4200ca98d6
commit
e51cc5b537
7 changed files with 27 additions and 20 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue