You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ FastLEDHub allows you to manage all of your [FastLED]([FastLED](https://github.c
15
15
- Alarm: Be woken up to an animation slowly fading in
16
16
- Sunset: Automatically fade in an animation when the sun sets at your location
17
17
- Control animations and brightness using hardware inputs
18
+
- Incorporate audio spectrum data into your animations
18
19
- Control animations using HTTP requests for easy automation
19
20
20
21
## Demo
@@ -217,6 +218,17 @@ Setting up an alarm in the web interface will fade in a user defined animation o
217
218
218
219
Similarly the sunset feature will fade in an animation as soon as the sun sets at your location. Please configure latitude, longitude and time zone in the web interface beforehand.
219
220
221
+
### Audio spectrum data
222
+
223
+
[FastLEDHub-AudioViz](https://github.com/stnkl/FastLEDHub_AudioViz) allows you to send audio spectrum data from a Windows audio device to your ESP32/ESP8266. The transmitted data consists of 16 bins corresponding to different frequency ranges in the audio spectrum. Data is transmitted via a websocket connection and can be used by accessing the `FastLEDHub.spectrumData` array from within your animation:
0 commit comments