Last active
April 26, 2021 19:57
-
-
Save nunq/2901a39315f38866131b5763f6f390c3 to your computer and use it in GitHub Desktop.
pulseaudio fix autoadjusting mic
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
# https://wiki.archlinux.org/index.php/PulseAudio/Troubleshooting | |
append | |
[Element Mic Boost] | |
volume = zero | |
[Element Int Mic Boost] | |
volume = zero | |
[Element Internal Mic Boost] | |
volume = zero | |
[Element Capture] | |
volume = zero | |
to /usr/share/alsa-card-profile/mixer/paths/analog-input-mic.conf.common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment