Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ Context
Method
Context
src/fl/audio/audio_context.cpp.hpp:25–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
Context::Context(const Sample& sample)
26
: mSample(sample)
27
, mFFTHistoryDepth(0)
28
, mFFTHistoryIndex(0)
29
{
30
mFFTCache.reserve(MAX_FFT_CACHE_ENTRIES);
31
}
32
33
Context::~Context() FL_NOEXCEPT = default;
34
Callers
nothing calls this directly
Calls
1
reserve
Method · 0.45
Tested by
no test coverage detected