|
|
@ -95,6 +95,8 @@ |
|
|
|
#define analyze_fft2048iq_h_ |
|
|
|
#define analyze_fft2048iq_h_ |
|
|
|
|
|
|
|
|
|
|
|
// *************** TEENSY 4.X ONLY ****************
|
|
|
|
// *************** TEENSY 4.X ONLY ****************
|
|
|
|
|
|
|
|
// Use 1024 size, or smaller, for Teensy 3.x
|
|
|
|
|
|
|
|
#if defined(__IMXRT1062__) |
|
|
|
|
|
|
|
|
|
|
|
#include "Arduino.h" |
|
|
|
#include "Arduino.h" |
|
|
|
#include "AudioStream_F32.h" |
|
|
|
#include "AudioStream_F32.h" |
|
|
@ -298,3 +300,4 @@ private: |
|
|
|
} |
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
#endif |
|
|
|