MCPcopy Create free account
hub / github.com/FastLED/FastLED / getBins

Method getBins

src/fl/audio/detector/equalizer.h:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 bool getIsSilence() const { return mIsSilence; }
111 float getBin(int index) const;
112 const float* getBins() const { return mBins; }
113
114 /// Set microphone correction profile (propagated from Processor).
115 void setMicProfile(MicProfile profile);

Callers 1

equalizer.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected