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

Method frequencyBinCount

src/core/AnalyserNode.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144size_t AnalyserNode::frequencyBinCount() const
145{
146 return _detail->m_analyser->frequencyBinCount();
147}
148void AnalyserNode::getFloatFrequencyData(std::vector<float> & array)
149{
150 _detail->m_analyser->getFloatFrequencyData(array);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected