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

Method maxDecibels

src/core/AnalyserNode.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 _detail->_maxDecibels->setFloat(static_cast<float>(k));
120}
121double AnalyserNode::maxDecibels() const
122{
123 return _detail->m_analyser->maxDecibels();
124}
125
126void AnalyserNode::setSmoothingTimeConstant(double k)
127{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected