MCPcopy 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

61fl::size Bins::bands() const { return mBands; }
62
63fl::span<const float> Bins::raw() const { return mBinsRaw; }
64
65fl::span<const float> Bins::db() const {
66 if (!mDbDirty) {

Callers 15

mapFrequencyBinMethod · 0.45
updateMethod · 0.45
calculateBeatAccentMethod · 0.45
updateMethod · 0.45
calculateSpectralFluxMethod · 0.45
updateMethod · 0.45
computeFormantRatioMethod · 0.45
calculateBandEnergyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected