Thomas Kolb
d4a2e7ef4c
- basic configuration is now done via a lua script - all the animation is generated by a lua script (see pulsetunnel.lua and vumeter.lua for examples) - basic calculations (FFT, RMS) are done in C and accessible on demand from the lua scripts
4 lines
59 B
Bash
Executable file
4 lines
59 B
Bash
Executable file
#!/bin/sh
|
|
|
|
arecord -c 1 -f s16 -r 22050 | ./musiclight2 $*
|