Experiments with audio, part II
I'm working on a project to try and expose audio spectrum data from Firefox's audio element. Today I document some of my background research and initial first steps at locating this data. The <audio> element is part of the html5 spec, and you can already use it in…