FastLED 3.9.15
Loading...
Searching...
No Matches
AudioInput.ino
Go to the documentation of this file.
1// I2S Audio Example (for ESP32 as of 2025-September)
2// This example demonstrates using I2S audio input to control FastLED strips
3// Based on audio levels from microphone or line input
4
5#include "fl/audio_input.h"
6
7#if FASTLED_HAS_AUDIO_INPUT
8#include "./AudioInput.h"
9#else
10#include "platforms/sketch_fake.hpp"
11#endif // FASTLED_HAS_AUDIO_INPUT