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

Method audioInput

src/fl/ui/audio.h:71–71  ·  view source on GitHub ↗

Expose underlying audio input for FastLED.add() auto-pump

Source from the content-addressed store, hash-verified

69
70 // Expose underlying audio input for FastLED.add() auto-pump
71 fl::shared_ptr<audio::IInput> audioInput() FL_NOEXCEPT { return mImpl.audioInput(); }
72
73 // Returns the hardware microphone config, if one was provided.
74 const fl::optional<audio::Config>& config() const FL_NOEXCEPT { return mConfig; }

Callers 2

addMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected