mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-10 08:21:03 -04: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
|
||
|
|
}
|