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

Method setSampleRate

src/fl/audio/auto_gain.h:119–119  ·  view source on GitHub ↗

Set sample rate for dt computation

Source from the content-addressed store, hash-verified

117
118 /// Set sample rate for dt computation
119 void setSampleRate(int sampleRate) { mSampleRate = sampleRate; }
120
121private:
122 /// Resolve preset enum into concrete PI tuning parameters

Callers 15

beginMethod · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
audio_context.hppFile · 0.45
auto_gain.hppFile · 0.45
vocal.hppFile · 0.45
runSignalFunction · 0.45
runMixFunction · 0.45
runFullBandMixFunction · 0.45
getOrCreateContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected