Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ raw
Method
raw
src/fl/audio/fft/fft.cpp.hpp:63–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
fl::size Bins::bands() const { return mBands; }
62
63
fl::span<const float> Bins::raw() const { return mBinsRaw; }
64
65
fl::span<const float> Bins::db() const {
66
if (!mDbDirty) {
Callers
15
mapFFTBinsToFrequencyChannels
Method · 0.45
mapFrequencyBin
Method · 0.45
update
Method · 0.45
calculateBeatAccent
Method · 0.45
update
Method · 0.45
calculateSpectralFlux
Method · 0.45
update
Method · 0.45
computeFormantRatio
Method · 0.45
computeBroadSpectralFeatures
Method · 0.45
calculateBandEnergy
Method · 0.45
calculateHighFreqEnergy
Method · 0.45
calculateSpectralCentroid
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected