forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 131
Other Links
Frank edited this page Dec 19, 2022
·
3 revisions
- https://www.instructables.com/Faster-Than-the-Fastest-FFT-for-Arduino/
- https://github.com/espressif/esp-dsp/blob/master/docs/esp-dsp-benchmarks.rst
- The fastest thing for Arduino seems to be an assembly version of the "fast Hartley transform" (FHT) by openmusiclabs: http://wiki.openmusiclabs.com/wiki/ArduinoFHT
- Musical Analysis: https://github.com/creaktive/pianolizer
- Raw: https://github.com/thaaraak/ESP32-ES8388/blob/master/main/main.c
- Minimal library: https://github.com/perlix/es8388arduino/blob/main/example/i2sLoopback/i2sLoopback.ino
- AudioKit: https://github.com/pschatzmann/arduino-audio-tools/blob/main/examples/examples-stream/streams-i2s-i2s/streams-i2s-i2s.ino
- Espressif Audio Development Framework (ADF): https://github.com/espressif/esp-adf/
Introduction
Installing and Compiling
First Time Setup
Running Sound Reactive WLED
2D Support
Sound Settings
2D LED Preferences
ARTI-FX
UDP Sound Sync
Sound Reactive Animations
Non-Reactive Animations
Digital Microphone Hookup
Analog Audio Input Options
Using my PC for the Sound
News
It's Not Working
Noise and Spikes
Connectivity Issues
WLED Programming Notes
Modifying Sound Reactive WLED
Future Directions
Adding a new Settings Page
On Lossy Colours
Sliders in WLED
Testing