Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
282
int SpectrumAnalyst::GetProcessedSize() const
283
{
284
return mProcessed.size() / 2;
285
}
286
287
float SpectrumAnalyst::GetProcessedValue(float freq0, float freq1) const
288
{
Callers
3
DrawPlot
Method · 0.80
PlotPaint
Method · 0.80
OnExport
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected