PipeWire: Difference between revisions
imported>Fufexan Add note about low latency audio |
imported>Fufexan m Also update pulse values |
||
Line 163: | Line 163: | ||
name = "libpipewire-module-protocol-pulse"; | name = "libpipewire-module-protocol-pulse"; | ||
args = { | args = { | ||
"pulse.min.quantum" = | "pulse.min.quantum" = 32; # controls minimum playback quant | ||
"pulse.min.req" = | "pulse.min.req" = 32; # controls minimum recording quant | ||
"pulse.min.frag" = | "pulse.min.frag" = 32; # controls minimum fragment size | ||
"server.address" = [ "unix:native" ]; # the default address of the server | "server.address" = [ "unix:native" ]; # the default address of the server | ||
}; | }; |