mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -05:00
9 lines
225 B
Text
9 lines
225 B
Text
|
|
# Enables upmixing
|
||
|
|
stream.properties = {
|
||
|
|
channelmix.upmix = true
|
||
|
|
channelmix.upmix-method = psd # none, simple
|
||
|
|
channelmix.lfe-cutoff = 150
|
||
|
|
channelmix.fc-cutoff = 12000
|
||
|
|
channelmix.rear-delay = 12.0
|
||
|
|
}
|