Skip to content

Instantly share code, notes, and snippets.

@leogallego
Last active March 15, 2021 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leogallego/dc1f004b77857cf49b3c30dcb2f38012 to your computer and use it in GitHub Desktop.
Save leogallego/dc1f004b77857cf49b3c30dcb2f38012 to your computer and use it in GitHub Desktop.
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