this post was submitted on 24 May 2024
9 points (90.9% liked)
Linux Gaming
20370 readers
395 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
WWW:
Discord:
IRC:
Matrix:
Telegram:
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You didn't list your distro, but I had the same issue on Pop!_OS. I fixed it by modifying the ALSA properties in
/usr/share/wireplumber/main.lua.d/50-alsa-config.lua
. I'd first try uncommentingheadroom
and changing it to 1024, then logging out and back in. If that doesn't work, go 2048. If that still doesn't work, then I'd maybe try adjustingperiod-size
.For me, a value in the ~1200 range for headroom fixed it completely. But it will entirely depend on your sound card/hardware. And note, these values will probably be overwritten with any wireplummer updates.
Also keep in mind, increasing headroom will increase audio latency, so try not to increase it too drastically.