FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setMicProfile()

void fl::audio::Processor::setMicProfile ( MicProfile profile)

Set microphone correction profile for frequency response compensation.

This is a property of the physical microphone hardware. Propagates to detector::EqualizerDetector as pink noise correction gains.

Definition at line 762 of file audio_processor.cpp.hpp.

762 {
763 mMicProfile = profile;
764 if (mEqualizerDetector) {
765 mEqualizerDetector->setMicProfile(profile);
766 }
767}
shared_ptr< detector::EqualizerDetector > mEqualizerDetector

References mEqualizerDetector, mMicProfile, and setMicProfile().

Referenced by onDropImpact(), and setMicProfile().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: