-
Notifications
You must be signed in to change notification settings - Fork 20
ALSA
Dominic Létourneau edited this page Jun 12, 2018
·
8 revisions
Enable capture on all microphones. ` #!/bin/bash
if [ $# -eq 1 ] then amixer -c $1 sset Mic,0 cap amixer -c $1 sset Mic,0 100% else echo "Please specify card number." fi `
Provided by IntRoLab, Université de Sherbrooke, Québec, Canada.