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