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

Method getFloatFrequencyData

src/core/AnalyserNode.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 return _detail->m_analyser->frequencyBinCount();
147}
148void AnalyserNode::getFloatFrequencyData(std::vector<float> & array)
149{
150 _detail->m_analyser->getFloatFrequencyData(array);
151}
152void AnalyserNode::getFloatTimeDomainData(std::vector<float> & array)
153{
154 _detail->m_analyser->getFloatTimeDomainData(array);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected