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

Method getDominantFreqHz

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

P2 getters

Source from the content-addressed store, hash-verified

119
120 // P2 getters
121 float getDominantFreqHz() const { return mDominantFreqHz; }
122 float getDominantMagnitude() const { return mDominantMagnitude; }
123 float getVolumeDb() const { return mVolumeDb; }
124

Callers 2

getEqDominantFreqHzMethod · 0.80
equalizer.hppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected