Skip to content

Instantly share code, notes, and snippets.

@aejh
Created January 12, 2022 10:32
Show Gist options
  • Save aejh/9058f1f3be62cfbe90770804f7f0abef to your computer and use it in GitHub Desktop.
Save aejh/9058f1f3be62cfbe90770804f7f0abef to your computer and use it in GitHub Desktop.
Pipewire + wireplumber buzzing when idle
# As root, for global fix
mkdir -p /etc/wireplumber/main.lua.d/
cp -a /usr/share/wireplumber/main.lua.d/50-alsa-config.lua /etc/wireplumber/main.lua.d/
# Add the following to the "apply_properties" section
["session.suspend-timeout-seconds"] = 0
# As user
systemctl --user restart wireplumber
# Use the interface, should then stay active
# source: https://ask.fedoraproject.org/t/how-do-i-disable-audio-sink-suspend-on-idle-using-wireplumber-and-pipewire-on-fedora-35-so-that-my-audio-isnt-delayed-when-playback-resumes/18076/2
# but works on Arch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment