HTML5 audio tag with realtime javascript FFT visualization
Over the last couple weeks the #processing.js channel on IRC has been a buzz about David Humphrey’s experimental firefox patches which reveal live audio signal data to javascript. I was able to get a build compiled on my macbook and quickly whipped up this example in processing.js. This demo uses a FFT implemented in javascript and processes a 2048 sample buffer in realtime.
Ajaxian has the full story about how it all came about.
Javascript
- Jan 07 2010 HTML5 audio tag with realtime javascript FFT visualization
- Nov 15 2009 Metaworker javascript library released (alpha)
- Oct 15 2006 Making Javascript DOM a Piece of Cake with the graft() Function
- Sep 25 2006 Simplify Scope with Javascript Closures
- Sep 20 2006 Using the DOM in Your Web Applications
- Aug 18 2006 Javascript: Viewing Source and Understanding Source
- Aug 13 2006 Javascript: The Underappreciated Dynamic Language
- Aug 17 2005 Google AJAXSLT 0.2 Notes and Patches
- Aug 11 2005 A Tour of Javascript, Part 1
