MCPcopy Create free account
hub / github.com/cinder/Cinder / getFftSize

Method getFftSize

include/cinder/audio/MonitorNode.h:110–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 Format& windowSize( size_t size ) { MonitorNode::Format::windowSize( size ); return *this; }
109
110 size_t getFftSize() const { return mFftSize; }
111 dsp::WindowType getWindowType() const { return mWindowType; }
112
113 // reimpl Node::Format

Callers 4

printBinInfoMethod · 0.80
SpectralTestMethod · 0.80
printBinFreqMethod · 0.80
MonitorSpectralNodeMethod · 0.80

Calls

no outgoing calls

Tested by 2

SpectralTestMethod · 0.64
printBinFreqMethod · 0.64