Skip to content

Instantly share code, notes, and snippets.

@leogallego
Last active March 15, 2021 17:11
Embed
What would you like to do?
white noise speaker when idle pulse audio linux
White noise is caused by the suspend-on-idle for some speakers.
]$ sudo vim /etc/pulse/default.pa
### Automatically suspend sinks/sources that become idle for too long
#load-module module-suspend-on-idle
----
Unloading the module manually:
~]$ pactl unload-module module-suspend-on-idle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment