| @@ -20,10 +20,10 @@ | |||
| * THE SOFTWARE. | |||
| */ | |||
| #include "analyze_notefreq_fast.h" | |||
| #include "utility/dspinst.h" | |||
| #include "arm_math.h" | |||
| #include "Arduino.h" | |||
| #include "AudioTuner.h" | |||
| #define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 ) | |||
| @@ -1,5 +1,5 @@ | |||
| <p align="center"> | |||
| <b>Guitar and Bass Tuner Library v3.0</b><br> | |||
| <b>Guitar and Bass Tuner Library v3.1</b><br> | |||
| <b>Teensy 3.1/2</b><br> | |||
| </p> | |||
| @@ -1,5 +1,5 @@ | |||
| name=AudioTuner | |||
| version=3.0 | |||
| version=3.1 | |||
| author=Colin Duffy | |||
| maintainer=Colin Duffy | |||
| sentence=Yin algorithm | |||
| @@ -1,3 +1,6 @@ | |||
| ><b>Updated (12/7/17 v3.1)</b><br> | |||
| * Fix wrong include.<br> | |||
| ><b>Updated (02/17/17 v3.0)</b><br> | |||
| * Now we decimate the signal before analysis, significant speed up.<br> | |||
| * More robust algorithm to determine the fundamental frequency.<br> | |||