Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LabSound/LabSound
/ setFftSize
Method
setFftSize
src/core/AnalyserNode.cpp:135–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void AnalyserNode::setFftSize(ContextRenderLock &, int sz)
136
{
137
_detail->_fftSize->setUint32(static_cast<uint32_t>(sz));
138
}
139
size_t AnalyserNode::fftSize() const
140
{
141
return _detail->m_analyser->fftSize();
Callers
nothing calls this directly
Calls
1
setUint32
Method · 0.80
Tested by
no test coverage detected