2021-02-11 21:01:58 +01:00
|
|
|
# PulseAudio config file for PipeWire version @VERSION@ #
|
2021-04-12 14:54:02 +00:00
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.properties = {
|
2021-02-10 19:57:35 +01:00
|
|
|
## Configure properties in the system.
|
2021-02-13 21:11:35 +02:00
|
|
|
#mem.warn-mlock = false
|
|
|
|
|
#mem.allow-mlock = true
|
|
|
|
|
#mem.mlock-all = false
|
|
|
|
|
#log.level = 2
|
2021-02-10 19:57:35 +01:00
|
|
|
}
|
|
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.spa-libs = {
|
2021-02-13 20:38:02 +01:00
|
|
|
audio.convert.* = audioconvert/libspa-audioconvert
|
|
|
|
|
support.* = support/libspa-support
|
2021-02-10 19:57:35 +01:00
|
|
|
}
|
|
|
|
|
|
2021-03-12 12:39:58 +01:00
|
|
|
context.modules = [
|
|
|
|
|
{ name = libpipewire-module-rtkit
|
2021-02-10 19:57:35 +01:00
|
|
|
args = {
|
2021-02-13 21:11:35 +02:00
|
|
|
#nice.level = -11
|
2021-03-03 19:56:22 +01:00
|
|
|
#rt.prio = 88
|
2021-02-10 19:57:35 +01:00
|
|
|
#rt.time.soft = 200000
|
|
|
|
|
#rt.time.hard = 200000
|
2021-02-13 21:11:35 +02:00
|
|
|
}
|
2021-02-10 19:57:35 +01:00
|
|
|
flags = [ ifexists nofail ]
|
|
|
|
|
}
|
2021-03-12 12:39:58 +01:00
|
|
|
{ name = libpipewire-module-protocol-native }
|
|
|
|
|
{ name = libpipewire-module-client-node }
|
|
|
|
|
{ name = libpipewire-module-adapter }
|
|
|
|
|
{ name = libpipewire-module-metadata }
|
2021-02-13 21:11:35 +02:00
|
|
|
|
2021-03-12 12:39:58 +01:00
|
|
|
{ name = libpipewire-module-protocol-pulse
|
2021-02-11 21:01:58 +01:00
|
|
|
args = {
|
2021-02-23 14:57:45 +01:00
|
|
|
# the addresses this server listens on
|
2021-02-13 21:11:35 +02:00
|
|
|
server.address = [
|
|
|
|
|
"unix:native"
|
|
|
|
|
# "tcp:4713"
|
|
|
|
|
]
|
2021-02-23 14:57:45 +01:00
|
|
|
#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
|
2021-04-09 11:38:54 +02:00
|
|
|
#pulse.default.format = F32
|
2021-04-09 11:30:57 +02:00
|
|
|
#pulse.default.position = [ FL FR ]
|
2021-02-13 21:11:35 +02:00
|
|
|
}
|
2021-02-11 21:01:58 +01:00
|
|
|
}
|
2021-03-12 12:39:58 +01:00
|
|
|
]
|
2021-02-20 21:06:47 +01:00
|
|
|
|
|
|
|
|
stream.properties = {
|
|
|
|
|
#node.latency = 1024/48000
|
2021-03-29 14:19:34 +02:00
|
|
|
#node.autoconnect = true
|
2021-02-20 21:06:47 +01:00
|
|
|
#resample.quality = 4
|
|
|
|
|
#channelmix.normalize = false
|
|
|
|
|
#channelmix.mix-lfe = false
|
2021-03-17 11:09:19 +01:00
|
|
|
#channelmix.upmix = false
|
|
|
|
|
#channelmix.lfe-cutoff = 0
|
2021-02-20 21:06:47 +01:00
|
|
|
}
|