Created
April 19, 2018 21:32
-
-
Save Data-ptr/41125b410083a9d406c31b78f05c69d8 to your computer and use it in GitHub Desktop.
Using soundmeter to trigger a script if the mic input is above $RMS Rms (when a loud sound is present)
This file contains hidden or 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
| PROG=hello.sh;RMS=100;soundmeter --trigger +$RMS --action exec --exec $PROG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment