Arguments renamed
[mirrors/Programs.git] / c / goertzel / dtmf.sh
index 2c6547d3a27672667c4f1cfa4708b155b36ba001..80a9d5926959a9c2c285f946469228b973c4d21e 100755 (executable)
@@ -8,7 +8,7 @@
 
 tresh=10
 last='';
-./goertzel -i -q -a -r 8000 -s 400 -t $tresh -f 697 -f 770 -f 852 -f 941 -f 1209 -f 1336 -f 1477 -f 1633 $@ | while read line; do
+./goertzel -n -q -l -r 8000 -d 20 -t $tresh -f 697 -f 770 -f 852 -f 941 -f 1209 -f 1336 -f 1477 -f 1633 $@ | while read line; do
        #echo "$line";
 
        #Get time
This page took 0.100928 seconds and 4 git commands to generate.