SoundData: Facilitating Audio Visualization Experiments
Monday, March 31st, 2008UPDATE: I’ve discovered a serious flaw in this class… I plan to refactor things soon – stay tuned.
In an effort to simplify audio visualization experiments with ActionScript 3.0, I’ve developed a SoundData class. The class’s main attraction is centered around the flash.media.SoundMixer.computeSpectrum() method, but it also provides additional control over playback, including startSound(), stopSound() and toggle() methods. The class also allows manipulation over volume and panning.
