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

Function platform_create_audio_input

src/fl/audio/audio_input.cpp.hpp:78–80  ·  view source on GitHub ↗

Use Teensy audio implementation

Source from the content-addressed store, hash-verified

76#if FASTLED_USES_TEENSY_AUDIO_INPUT
77// Use Teensy audio implementation
78fl::shared_ptr<IInput> platform_create_audio_input(const Config &config, fl::string *error_message) {
79 return teensy_create_audio_input(config, error_message);
80}
81#elif FASTLED_USES_ARDUINO_AUDIO_INPUT
82// Use Arduino audio implementation
83fl::shared_ptr<IInput> platform_create_audio_input(const Config &config, fl::string *error_message) {

Callers 1

createMethod · 0.85

Calls 4

esp32_create_audio_inputFunction · 0.85
wasm_create_audio_inputFunction · 0.85

Tested by

no test coverage detected