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