Hacker News new | ask | show | jobs
by shriphani 3567 days ago
Sorry I only just checked this HN thread.

The panels are from adafruit - there's 4 32x32 panels so you need a beefy PSU to power them.

The visualizations listed there are:

1. an STFT (this is simple to compute - look @ numpy.fft.rfft 2. an energy based vis - light up n pixels where n is proportional to the energy of the frame (this is the integral of the function squared). 3. another energy based vis where if enough energy accumulates particles fall (acceleration proportional to energy).

The code's super kludgy; I'll release it once it is cleaned up.