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

Method getGain

src/fl/audio/input.h:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 /// Digital gain applied to all input samples. Default 1.0 (no change).
239 void setGain(float gain) FL_NOEXCEPT { mGain = gain; }
240 float getGain() const FL_NOEXCEPT { return mGain; }
241
242 /// Microphone pink noise correction profile.
243 /// Compensates for the frequency response of specific microphones.

Callers 3

createMethod · 0.45
FL_TEST_FILEFunction · 0.45
auto_gain.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected