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

Method MonitorSpectralNode

src/cinder/audio/MonitorNode.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95// ----------------------------------------------------------------------------------------------------
96
97MonitorSpectralNode::MonitorSpectralNode( const Format &format )
98 : MonitorNode( format ), mFftSize( format.getFftSize() ), mWindowType( format.getWindowType() ),
99 mSmoothingFactor( 0.5f ), mLastFrameMagSpectrumComputed( 0 )
100{
101}
102
103MonitorSpectralNode::~MonitorSpectralNode()
104{

Callers

nothing calls this directly

Calls 2

getFftSizeMethod · 0.80
getWindowTypeMethod · 0.80

Tested by

no test coverage detected