Fixed bug in treshold-cross logic
[mirrors/Programs.git] / c / goertzel / dtmf.sh
index 2abc22b5b9c03f3fbba03a4ff625f729246b5c46..e01571ed3050d484248dbf5a546058f399b2dfa2 100755 (executable)
@@ -8,7 +8,7 @@
 
 tresh=10
 last='';
-./goertzel -n B -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
+./goertzel -n B -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.126033 seconds and 4 git commands to generate.