mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
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:
parent
c7309f0248
commit
6324298bc5
6 changed files with 67 additions and 17 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,4 +62,6 @@ stream.properties = {
|
|||
#resample.quality = 4
|
||||
#channelmix.normalize = false
|
||||
#channelmix.mix-lfe = false
|
||||
channelmix.upmix = true
|
||||
#channelmix.filter-lfe = false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,4 +49,6 @@ stream.properties = {
|
|||
#resample.quality = 4
|
||||
#channelmix.normalize = false
|
||||
#channelmix.mix-lfe = false
|
||||
channelmix.upmix = true
|
||||
#channelmix.filter-lfe = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue