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

Method GetProcessedSize

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

Source from the content-addressed store, hash-verified

280}
281
282int SpectrumAnalyst::GetProcessedSize() const
283{
284 return mProcessed.size() / 2;
285}
286
287float SpectrumAnalyst::GetProcessedValue(float freq0, float freq1) const
288{

Callers 3

DrawPlotMethod · 0.80
PlotPaintMethod · 0.80
OnExportMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected