PipeWire: Difference between revisions
imported>Fufexan m Update linking nodes script according to PW Status Tracking Issue |
imported>Fufexan Add note about low latency audio |
||
Line 146: | Line 146: | ||
config.pipewire = { | config.pipewire = { | ||
"context.properties" = { | "context.properties" = { | ||
"default.clock.min-quantum" = | "default.clock.min-quantum" = 32 # default; going lower may cause crackles and distorted audio | ||
}; | }; | ||
}; | }; | ||
}; | }; | ||
</syntaxHighlight> | </syntaxHighlight> | ||
<strong>NOTE</strong>: Every setup is different, and a lot of factors determine your final latency, like CPU speed, RT/PREEMPTIVE kernels and soundcards supporting different audio formats. That's why 32 isn't always a value that's going to work for everyone. The best way to get everything working is to keep increasing the quant value until you get no crackles (underruns) or until you get audio again (in case there wasn't any). This won't guarantee the lowest possible latency, but will provide a decent one paired with stable audio. | |||
===PulseAudio backend=== | ===PulseAudio backend=== |