| #ifndef AudioTuner_h_ | #ifndef AudioTuner_h_ | ||||
| #define AudioTuner_h_ | #define AudioTuner_h_ | ||||
| #include <core_pins.h> | |||||
| #include "AudioStream.h" | |||||
| #include "arm_math.h" | |||||
| #include <core/core_pins.h> | |||||
| #include <core/AudioStream.h> | |||||
| #include <core/arm_math.h> | |||||
| /*********************************************************************** | /*********************************************************************** | ||||
| * Safe to adjust these values below * | * Safe to adjust these values below * | ||||
| * * | * * |
| * THE SOFTWARE. | * THE SOFTWARE. | ||||
| */ | */ | ||||
| #include "utility/dspinst.h" | |||||
| #include "arm_math.h" | |||||
| #include "Arduino.h" | |||||
| #include "AudioTuner.h" | |||||
| #include <audio/utility/dspinst.h> | |||||
| #include <core/arm_math.h> | |||||
| #include <core/Arduino.h> | |||||
| #include "audio/AudioTuner.h" | |||||
| #define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 ) | #define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 ) | ||||