Last active
March 15, 2021 17:11
-
-
Save leogallego/dc1f004b77857cf49b3c30dcb2f38012 to your computer and use it in GitHub Desktop.
white noise speaker when idle pulse audio linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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