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

◆ platform_create_audio_input()

FL_LINK_WEAK fl::shared_ptr< IAudioInput > fl::platform_create_audio_input ( const AudioConfig & config,
fl::string * error_message )

Definition at line 60 of file audio_input.cpp.

60 {
61 if (error_message) {
62 *error_message = "AudioInput not supported on this platform.";
63 }
65}
shared_ptr< T > make_shared(Args &&... args)
Definition shared_ptr.h:348

References config, and make_shared().

+ Here is the call graph for this function: