Example of guitar tuner using goertzel and histogram.pl
[mirrors/Programs.git] / c / goertzel / guitar-tuner.sh
diff --git a/c/goertzel/guitar-tuner.sh b/c/goertzel/guitar-tuner.sh
new file mode 100755 (executable)
index 0000000..2f3dba4
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+#Example of guitar tuner using goertzel:
+#165Hz = Low E
+#How to tune:
+#There are 3 frequencies, you have to make the middle one (target frequency) most loud
+#and the other two surrounding it shoud show approximately same intensity
+
+arecord -r 44100 | ./goertzel -r 44100 -f 150 -f 165 -f 180 | ./histogram.pl
This page took 0.087252 seconds and 4 git commands to generate.