Expose underlying audio input for FastLED.add() auto-pump
| 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; } |