pulse-server: move some config params to config file

Also make the minreq/fragsize larger by default.
This commit is contained in:
Wim Taymans 2021-02-23 14:57:45 +01:00
parent 8712cfb6a1
commit 43f8f39d3a
3 changed files with 71 additions and 17 deletions

View file

@ -29,10 +29,17 @@ context.modules = {
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
}
}
}