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

Method minDecibels

src/core/AnalyserNode.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 _detail->_minDecibels->setFloat(static_cast<float>(k));
111}
112double AnalyserNode::minDecibels() const
113{
114 return _detail->m_analyser->minDecibels();
115}
116
117void AnalyserNode::setMaxDecibels(double k)
118{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected