Skip to content

Instantly share code, notes, and snippets.

@vibhavp
Last active March 23, 2022 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vibhavp/3e8ee4233ff1304d2ad17537d773b01b to your computer and use it in GitHub Desktop.
Save vibhavp/3e8ee4233ff1304d2ad17537d773b01b to your computer and use it in GitHub Desktop.
# ~/.config/pipewire/pipewire-pulse.conf
context.spa-libs = {
audio.convert.* = audioconvert/libspa-audioconvert
support.* = support/libspa-support
}
context.modules = [
{ name = libpipewire-module-rt
args = {
nice.level = -11
}
flags = [ ifexists nofail ]
}
{ name = libpipewire-module-protocol-native }
{ name = libpipewire-module-client-node }
{ name = libpipewire-module-adapter }
{ name = libpipewire-module-metadata }
{ name = libpipewire-module-protocol-pulse
args = {
server.address = [
"unix:native"
]
pulse.default.position = [ FL FR SL SR RL RR ]
}
}
]
stream.properties = {
resample.quality = 4
channelmix.normalize = false
channelmix.mix-lfe = false
channelmix.upmix = true
channelmix.rear-delay = 12.0
#channelmix.stereo-widen = 0.0
channelmix.hilbert-taps = 50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment