Skip to content

Instantly share code, notes, and snippets.

@voghDev
Created November 18, 2020 14:32
Show Gist options
  • Save voghDev/b764091174a408fff078fed7d66a5ee6 to your computer and use it in GitHub Desktop.
Save voghDev/b764091174a408fff078fed7d66a5ee6 to your computer and use it in GitHub Desktop.
Fix Microphone volume increas in Ubuntu 18.04 (AGC - Automatic Mic Gain)
# Dell XPS 13
while sleep 0.1; do pacmd set-source-volume alsa_input.pci-0000_00_1f.3.analog-stereo 16000; done
# HP Pavilion Laptop (jordihurtado)
while sleep 0.1; do pacmd set-source-volume alsa_input.pci-0000_00_1b.0.analog-stereo 18000; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment