| 137 | _detail->_fftSize->setUint32(static_cast<uint32_t>(sz)); |
| 138 | } |
| 139 | size_t AnalyserNode::fftSize() const |
| 140 | { |
| 141 | return _detail->m_analyser->fftSize(); |
| 142 | } |
| 143 | |
| 144 | size_t AnalyserNode::frequencyBinCount() const |
| 145 | { |
nothing calls this directly
no outgoing calls
no test coverage detected