ERIS CORE

◆ capture()

bool erisAudioAnalyzeFFT1024::capture ( void  )

Definition at line 136 of file eris_analyze_fft1024.cpp.

137 {
138  if (outputflag == false) return false; //no new data frame to analyze
139  is_analyzed = false;
140  return true;
141 }

References is_analyzed, and outputflag.

Referenced by AppCQT::update().

+ Here is the caller graph for this function: