Howdy!
Long story short, I love to tinker and hobby with electronics!
This here is my second attempt at an Audio Spectrum Analyzer, or as purposed, an audio visual display (lights flash to music, and I'm amused for hours). https://www.youtube.com/watch?v=4fElvrqcLFg
Bit of the technical side: Yes I'm purposely pushing the gain slightly past the edge of "clipping" in the video. The code is expecting up to 5Vpp swing, but as can be seen on the scope, I forgot about losses inside the op-amp. Similarly, I lazily through the "blocks" in series (sample, process, output). When properly overlapped using interrupts, it should appear much more fluid as the refresh period shrinks.
Anyways,
What you see is more of a proof of concept (whole thing is 8-bit space!), however I'm shooting for the final piece to be something a bit more permanent. Different display/driver (I'm thinking blue), mic'd input, auto-adjustable gain....gosh heheh, the list goes on. A pic of Vinyl Scratch is going somewhere on the final for sure, just like the first one.
Let me know what you think! Would there be interest in something like this?
-EF