pipewire/src/daemon/pipewire-pulse.conf.in

53 lines
1.5 KiB
Text
Raw Normal View History

# PulseAudio config file for PipeWire version @VERSION@ #
context.properties = {
## Configure properties in the system.
#mem.warn-mlock = false
#mem.allow-mlock = true
#mem.mlock-all = false
#log.level = 2
}
context.spa-libs = {
2021-02-13 20:38:02 +01:00
audio.convert.* = audioconvert/libspa-audioconvert
support.* = support/libspa-support
}
context.modules = {
libpipewire-module-rtkit = {
args = {
#nice.level = -11
#rt.prio = 20
#rt.time.soft = 200000
#rt.time.hard = 200000
}
flags = [ ifexists nofail ]
}
libpipewire-module-protocol-native = null
libpipewire-module-client-node = null
libpipewire-module-adapter = null
libpipewire-module-metadata = null
libpipewire-module-protocol-pulse = {
args = {
# the addresses this server listens on
server.address = [
"unix:native"
# "tcp:4713"
]
#pulse.min.req = 256/48000 # 5ms
#pulse.default.req = 960/48000 # 20 milliseconds
#pulse.min.frag = 256/48000 # 5ms
#pulse.default.frag = 96000/48000 # 2 seconds
#pulse.default.tlength = 96000/48000 # 2 seconds
#pulse.min.quantum = 256/48000 # 5ms
}
}
}
stream.properties = {
#node.latency = 1024/48000
#resample.quality = 4
#channelmix.normalize = false
#channelmix.mix-lfe = false
}