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

Method getByteTimeDomainData

src/core/AnalyserNode.cpp:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 _detail->m_analyser->getFloatTimeDomainData(array);
155}
156void AnalyserNode::getByteTimeDomainData(std::vector<uint8_t> & array)
157{
158 _detail->m_analyser->getByteTimeDomainData(array);
159}
160
161void AnalyserNode::getByteFrequencyData(std::vector<uint8_t> & array, bool resample)
162{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected