|
FastLED 3.9.15
|
|
static |
Add a pre-created audio input and return an auto-pumped Processor.
This overload accepts a raw IInput, enabling unit tests and stub platforms to inject custom audio sources (e.g., MP3-decoded samples) without real hardware. Available on all platforms.
| input | Shared pointer to an IInput implementation |
Example (test injection):
Definition at line 754 of file FastLED.cpp.hpp.
References fl::audio::AudioManager::add(), fl::audio::AudioManager::instance(), and fl::move().
Here is the call graph for this function: