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

Method setMinDecibels

src/core/AnalyserNode.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void AnalyserNode::setMinDecibels(double k)
109{
110 _detail->_minDecibels->setFloat(static_cast<float>(k));
111}
112double AnalyserNode::minDecibels() const
113{
114 return _detail->m_analyser->minDecibels();

Callers 1

shared_constructionMethod · 0.45

Calls 1

setFloatMethod · 0.80

Tested by

no test coverage detected