MCPcopy Create free account
hub / github.com/LabSound/LabSound / setSmoothingTimeConstant

Method setSmoothingTimeConstant

src/core/AnalyserNode.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void AnalyserNode::setSmoothingTimeConstant(double k)
127{
128 _detail->_smoothingTimeConstant->setFloat(static_cast<float>(k));
129}
130double AnalyserNode::smoothingTimeConstant() const
131{
132 return _detail->m_analyser->smoothingTimeConstant();

Callers 1

shared_constructionMethod · 0.45

Calls 1

setFloatMethod · 0.80

Tested by

no test coverage detected