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

Method fftSize

src/core/AnalyserNode.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 _detail->_fftSize->setUint32(static_cast<uint32_t>(sz));
138}
139size_t AnalyserNode::fftSize() const
140{
141 return _detail->m_analyser->fftSize();
142}
143
144size_t AnalyserNode::frequencyBinCount() const
145{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected