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

Method setGain

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

Digital gain applied to all input samples. Default 1.0 (no change).

Source from the content-addressed store, hash-verified

237
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.

Callers 2

createMethod · 0.45
FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected