| 154 | _detail->m_analyser->getFloatTimeDomainData(array); |
| 155 | } |
| 156 | void AnalyserNode::getByteTimeDomainData(std::vector<uint8_t> & array) |
| 157 | { |
| 158 | _detail->m_analyser->getByteTimeDomainData(array); |
| 159 | } |
| 160 | |
| 161 | void AnalyserNode::getByteFrequencyData(std::vector<uint8_t> & array, bool resample) |
| 162 | { |
nothing calls this directly
no outgoing calls
no test coverage detected