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

Method getSampleRate

src/fl/audio/detector/frequency_bands.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 void setSmoothing(float tau) { mBassSmoother.setTau(tau); mMidSmoother.setTau(tau); mTrebleSmoother.setTau(tau); }
49
50 int getSampleRate() const { return mSampleRate; }
51
52 // Diagnostic counters
53 static int getPrivateFFTCount();

Callers 6

updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected