I was playing around with audio visualization in Love2D, and after several prototypes I made this sort of radial bar visualizer.
The bars represent various frequencies, starting at the leftmost point on the circle and moving clockwise as frequency increases.
The color becomes brighter as the frequency becomes more prominent, resulting in an interesting lighting effect.
(Images link to Youtube videos)






The latest version detects the "intensity" of the music using a formula I devised, and causes the logo to light up, as well as making the screen shake.

The text in the top-left of the earlier ones is for debugging purposes, and should be ignored.
This is rendered in real-time. It wouldn't have worked with a standard Fourier transform algorithm (that stuff absolutely devours the CPU), so I specialized LuaFFT's code and made it nearly 10 times faster.
I'm constantly updating the program, and you can see earlier versions and look forward to new ones on my YT channel.
If you'd like to see a particular song on here, or if you have another idea for a way to visualize the frequency histogram, let me know and I might oblige.AfterEffects can suck my richard.