mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
channelmix: add simple upmix method
Add a property to select the upmix method. PSD is enabled by default but a new simple upmixing algorithm is available that duplicates channels and avoids lowpass filter on the FC and disables widening. Fixes #861
This commit is contained in:
parent
cec8898740
commit
bc5b486cb9
8 changed files with 98 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ stream.properties = {
|
|||
#channelmix.normalize = false
|
||||
#channelmix.mix-lfe = true
|
||||
#channelmix.upmix = true
|
||||
#channelmix.upmix-method = psd # none, simple
|
||||
#channelmix.lfe-cutoff = 120
|
||||
#channelmix.fc-cutoff = 6000
|
||||
#channelmix.rear-delay = 12.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue