comparison examples/audio_in_FFT/render.cpp @ 379:24c3a0663d54 prerelease

Added Ne10 headers within include directory
author andrewm
date Sun, 12 Jun 2016 18:16:20 +0100
parents 3bed6b09223c
children
comparison
equal deleted inserted replaced
378:8db03611ee76 379:24c3a0663d54
34 and the resulting output is placed on each channel. 34 and the resulting output is placed on each channel.
35 */ 35 */
36 36
37 #include <Bela.h> 37 #include <Bela.h>
38 #include <rtdk.h> 38 #include <rtdk.h>
39 #include <NE10.h> // neon library 39 #include <ne10/NE10.h> // neon library
40 #include <cmath> 40 #include <cmath>
41 41
42 int gFFTSize; 42 int gFFTSize;
43 43
44 int gReadPointer = 0; 44 int gReadPointer = 0;