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

Method GetFFTLength

libraries/lib-wave-track-settings/SpectrogramSettings.cpp:733–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733size_t SpectrogramSettings::GetFFTLength() const
734{
735//#ifndef EXPERIMENTAL_ZERO_PADDED_SPECTROGRAMS
736 // return windowSize;
737//#else
738 return windowSize * ((algorithm != algPitchEAC && algorithm != algWavelet) ? zeroPaddingFactor : 1);
739//#endif
740}
741
742size_t SpectrogramSettings::NBins() const
743{

Callers 5

GetBoundsMethod · 0.80
DrawClipSpectrumFunction · 0.80
DoZoomMethod · 0.80
SnapCenterOnceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected