MCPcopy Create free account
hub / github.com/LabSound/LabSound / imagData

Method imagData

src/internal/src/FFTFrameKissFFT.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132float * FFTFrame::imagData() const
133{
134 return const_cast<float *>(m_imagData.data());
135}
136
137} // namespace lab
138

Callers 6

doFFTAnalysisMethod · 0.45
printMethod · 0.45
FFTFrameMethod · 0.45
multiplyMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected