Skip to content

Instantly share code, notes, and snippets.

@andrew-carroll
Created December 7, 2016 20:31
Show Gist options
  • Save andrew-carroll/bcbe3340c713052991a95476c7649ba8 to your computer and use it in GitHub Desktop.
Save andrew-carroll/bcbe3340c713052991a95476c7649ba8 to your computer and use it in GitHub Desktop.
stdbuf -oL alsactl monitor | \
while read; do
amixer -D pulse sset Capture 32767,0
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment