https://github.com/lukaswagner/audioreader
Controller software for multiple LED interfaces. Uses GLSL fragment shaders to generate visual effects which can react to the currently playing music.
https://github.com/lukaswagner/audioreader
csharp glsl led philips-hue visualizer
Last synced: over 1 year ago
JSON representation
Controller software for multiple LED interfaces. Uses GLSL fragment shaders to generate visual effects which can react to the currently playing music.
- Host: GitHub
- URL: https://github.com/lukaswagner/audioreader
- Owner: lukaswagner
- Created: 2017-07-26T15:23:47.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-07T17:35:22.000Z (over 3 years ago)
- Last Synced: 2025-02-17T20:36:29.058Z (over 1 year ago)
- Topics: csharp, glsl, led, philips-hue, visualizer
- Language: C#
- Homepage:
- Size: 1.36 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AudioReader
Controller software for multiple LED interfaces. Uses GLSL fragment shaders to generate visual effects which can react to the currently playing music.
## Features (this project is work in progress)
- [x] Access the audio output
- [x] Detect beats
- [x] Use the beat detection to make hue lights flash
- [x] Render visualization using GLSL shader
- [x] Send image data using ArtNet
- [ ] Send image data to MateLight
- [ ] Integrate led control libraries for PC peripherals and parts
- [ ] Make everything remote controllable