mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-27 07:00:12 -05:00
These drop-ins are not meant to be enabled by default, so let's move them to fontconfig style *.conf.avail/ subfolders from which they can be copied or symlinked to a location that will get merged into the corresponding configuration file. Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
8 lines
225 B
Text
8 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
|
|
}
|