Created
August 19, 2020 23:52
-
-
Save angeloevangelista/35d2733cd4173fa8070fc540b4af5e09 to your computer and use it in GitHub Desktop.
To fix Pulse Audio auto-ajust
This file contains hidden or 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
sudo cp -vR /usr/share/pulseaudio/alsa-mixer/paths /usr/share/pulseaudio/alsa-mixer/paths_backup | |
sudo perl -pi -0 -e 's/(\[[A-Za-z ]*Mic Boost\][A-Za-z._=\s-]+volume *= *)merge/\1zero/g;' /usr/share/pulseaudio/alsa-mixer/paths/* | |
sudo diff -r -C 5 /usr/share/pulseaudio/alsa-mixer/paths_backup /usr/share/pulseaudio/alsa-mixer/paths |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It really helps