Arguments renamed
[mirrors/Programs.git] / c / goertzel / sleepmon.sh
index cb28c7187de5e2a7d82c66cfa7f70024293fd5b9..3b975ba06d0c84c9a1913dda205638bef4ac98d2 100755 (executable)
@@ -21,7 +21,7 @@ screen=false
 while getopts "s" OPT; do
        test "$OPT" == 's' && screen=true;
 done
-arecord | ./goertzel -i -q -a -t $tresh -s 2000 | while read line; do
+arecord | ./goertzel -n -q -l -t $tresh -d 4 | while read line; do
        date="$(date +%s)"
        time="$(echo "$line" | cut -f 1)"
        level="$(echo "$line" | cut -f 2)"
This page took 0.094901 seconds and 4 git commands to generate.