this post was submitted on 11 Feb 2025
19 points (100.0% liked)
Linux Gaming
16664 readers
67 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've had a similar problem across various distros and several years: everything is fine for a while, then suddenly several games have audio crackling issues. I can usually (but not always) solve this with a
PULSE_LATENCY_MSEC=60 %command%
in the launch options; sometimes a different number, such as 20 or 30, works better.PIPEWIRE_LATENCY=1024/48000 %command% if using pipewire. You can change those values as needed.
+1 on latency being an issue/solution
Will have to test that !