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

Method getByteFrequencyData

src/core/AnalyserNode.cpp:161–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void AnalyserNode::getByteFrequencyData(std::vector<uint8_t> & array, bool resample)
162{
163 if (array.size() == frequencyBinCount())
164 resample = false;
165
166 _detail->m_analyser->getByteFrequencyData(array, resample);
167}
168
169void AnalyserNode::process(ContextRenderLock & r, int bufferSize)
170{

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected