the audio lib (as well as teensy core) now use the dsp lib as part of the cmsis packagemain
| #include <core/core_pins.h> | #include <core/core_pins.h> | ||||
| #include <core/AudioStream.h> | #include <core/AudioStream.h> | ||||
| #include <core/arm_math.h> | |||||
| #include <arm_math.h> | |||||
| /*********************************************************************** | /*********************************************************************** | ||||
| * Safe to adjust these values below * | * Safe to adjust these values below * | ||||
| * * | * * |
| */ | */ | ||||
| #include <audio/utility/dspinst.h> | #include <audio/utility/dspinst.h> | ||||
| #include <core/arm_math.h> | |||||
| #include <arm_math.h> | |||||
| #include <core/Arduino.h> | #include <core/Arduino.h> | ||||
| #include "audio/AudioTuner.h" | #include "audio/AudioTuner.h" | ||||