diff --git a/src/daemon/pipewire-pulse.conf.in b/src/daemon/pipewire-pulse.conf.in index cce6b0fb5..acb960ed9 100644 --- a/src/daemon/pipewire-pulse.conf.in +++ b/src/daemon/pipewire-pulse.conf.in @@ -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 ] diff --git a/src/modules/module-protocol-pulse.c b/src/modules/module-protocol-pulse.c index 2dda6a1a8..1e87b4baa 100644 --- a/src/modules/module-protocol-pulse.c +++ b/src/modules/module-protocol-pulse.c @@ -59,12 +59,12 @@ * # 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 # 2.6ms + * #pulse.min.quantum = 128/48000 # 2.7ms * #pulse.default.format = F32 * #pulse.default.position = [ FL FR ] * # These overrides are only applied when running in a vm. @@ -110,7 +110,7 @@ * ### Playback buffering options * *\code{.unparsed} - * pulse.min.req = 128/48000 # 2.6ms + * pulse.min.req = 128/48000 # 2.7ms *\endcode * * The minimum amount of data to request for clients. The client requested @@ -136,7 +136,7 @@ * ### Record buffering options * *\code{.unparsed} - * pulse.min.frag = 128/48000 # 2.6ms + * pulse.min.frag = 128/48000 # 2.7ms *\endcode * * The minimum allowed size of the capture buffer before it is sent to a client. @@ -154,7 +154,7 @@ * ### Scheduling options * *\code{.unparsed} - * pulse.min.quantum = 128/48000 # 2.6ms + * pulse.min.quantum = 128/48000 # 2.7ms *\endcode * * The minimum quantum (buffer size in samples) to use for pulseaudio clients.