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

Method getFloatTimeDomainData

src/core/AnalyserNode.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 _detail->m_analyser->getFloatFrequencyData(array);
151}
152void AnalyserNode::getFloatTimeDomainData(std::vector<float> & array)
153{
154 _detail->m_analyser->getFloatTimeDomainData(array);
155}
156void AnalyserNode::getByteTimeDomainData(std::vector<uint8_t> & array)
157{
158 _detail->m_analyser->getByteTimeDomainData(array);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected