MCPcopy Create free account
hub / github.com/audacity/audacity / GetProcessed

Method GetProcessed

libraries/lib-fft/SpectrumAnalyst.cpp:277–280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277const float *SpectrumAnalyst::GetProcessed() const
278{
279 return &mProcessed[0];
280}
281
282int SpectrumAnalyst::GetProcessedSize() const
283{

Callers 1

OnExportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected