6.30.2006

Sound Visualizer in Actionscript 3.0 (Flash Player 9 required)

I've been wanting to do this for a long time.
After looking at Lee Brimelow's Flash 9 Sound Spectrum and playing with some recently-developed BitmapData filter effects, I came up with this little sound visualizer. Actionscript 3.0 is exciting new stuff.
The jist of this is catching byte data through the SoundMixer's computeSpectrum method and using those values to drive some kind of animation. Here the color and height of the small rectangles are determined by the sound data received from the ByteArray. The blur color effect is acheived by applying two filters (every other frame), a ColorMatrix and a Blur, to the BitmapData that draws what's on the screen on that frame. More experiments to follow.


6.28.2006

Flash 9 Preview Release



I know, I know, this is old news by now. Adobe has just released the Flash 9 Authoring environment for download. Neat for compiling/testing/learning AS 3.0. New stuff to follow.