mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
pulse-server: fix comments
128/48000 = 0.002666... so rounding to 2.7ms is more accurate.
This commit is contained in:
parent
ddbb54fd6f
commit
2c4bd25a89
2 changed files with 9 additions and 9 deletions
|
|
@ -95,12 +95,12 @@ pulse.properties = {
|
|||
# client.access = "restricted" # permissions for clients
|
||||
#}
|
||||
]
|
||||
#pulse.min.req = 128/48000 # 2.6ms
|
||||
#pulse.min.req = 128/48000 # 2.7ms
|
||||
#pulse.default.req = 960/48000 # 20 milliseconds
|
||||
#pulse.min.frag = 128/48000 # 2.6ms
|
||||
#pulse.min.frag = 128/48000 # 2.7ms
|
||||
#pulse.default.frag = 96000/48000 # 2 seconds
|
||||
#pulse.default.tlength = 96000/48000 # 2 seconds
|
||||
#pulse.min.quantum = 128/48000 # 5ms
|
||||
#pulse.min.quantum = 128/48000 # 2.7ms
|
||||
#pulse.idle.timeout = 0 # don't pause after underruns
|
||||
#pulse.default.format = F32
|
||||
#pulse.default.position = [ FL FR ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue