2021-02-11 21:01:58 +01:00
|
|
|
# PulseAudio config file for PipeWire version @VERSION@ #
|
|
|
|
|
context.properties = {
|
2021-02-10 19:57:35 +01:00
|
|
|
## Configure properties in the system.
|
|
|
|
|
#mem.warn-mlock = false
|
|
|
|
|
#mem.allow-mlock = true
|
|
|
|
|
#mem.mlock-all = false
|
|
|
|
|
#log.level = 2
|
|
|
|
|
}
|
|
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.spa-libs = {
|
2021-02-10 19:57:35 +01:00
|
|
|
audio.convert* = audioconvert/libspa-audioconvert
|
|
|
|
|
support.* = support/libspa-support
|
|
|
|
|
}
|
|
|
|
|
|
2021-02-11 21:01:58 +01:00
|
|
|
context.modules = {
|
2021-02-10 19:57:35 +01:00
|
|
|
libpipewire-module-rtkit = {
|
|
|
|
|
args = {
|
2021-02-11 21:01:58 +01:00
|
|
|
#nice.level = -11
|
2021-02-10 19:57:35 +01:00
|
|
|
#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
|
2021-02-11 21:01:58 +01:00
|
|
|
libpipewire-module-protocol-pulse = {
|
|
|
|
|
args = {
|
|
|
|
|
server.address = [
|
|
|
|
|
"unix:native"
|
|
|
|
|
# "tcp:4713"
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-02-10 19:57:35 +01:00
|
|
|
}
|