Made jira executable
[clearscm.git] / bin / micrecording.sh
1 #!/bin/bash
2 # This will set the audio system to be able to record both the mic and what
3 # is going on in the speakers. This might cause feedback to turn down the
4 # speakers. Also, you'll probably here an echo, ugh.
5 #
6
7 module=$(pactl load-module module-loopback latency_msec=1)
8 echo "Note you must do pactl unload-module $module to turn this off"
9