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

Method setMicProfile

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

Microphone pink noise correction profile. Compensates for the frequency response of specific microphones.

Source from the content-addressed store, hash-verified

242 /// Microphone pink noise correction profile.
243 /// Compensates for the frequency response of specific microphones.
244 void setMicProfile(MicProfile profile) FL_NOEXCEPT {
245 mMicProfile = profile;
246 }
247 MicProfile getMicProfile() const FL_NOEXCEPT { return mMicProfile; }
248
249 private:

Callers 8

addMethod · 0.45
CreateInmp441Method · 0.45
CreateIcs43434Method · 0.45
CreateGenericMEMSMethod · 0.45
CreateTeensyI2SMethod · 0.45
CreateSpm1423PdmMethod · 0.45
CreatePdmMethod · 0.45
equalizer.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected