2 #ifndef AUDIOSTREAMER_H
3 #define AUDIOSTREAMER_H
13 inputData = (
double *)malloc(
sizeof(
double)*512);
14 outputData = (fftw_complex *) fftw_malloc(
sizeof(fftw_complex)*512);
15 inverseOut = (
double *)malloc(
sizeof(
double)*512);
20 fftw_complex *outputData;
22 double* currentNoteFrequency;
Definition: audioStreamer.h:8