mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
pulse-server: move some config params to config file
Also make the minreq/fragsize larger by default.
This commit is contained in:
parent
8712cfb6a1
commit
43f8f39d3a
3 changed files with 71 additions and 17 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue