Signal Processing with the Web Audio API
In 2014, I presented "Signal Processing with the Web Audio API" at JSConf 2014 in Amelia Island, Florida.
With the advent of the Web Audio API, processing audio signals is now possible in realtime within browsers. Let's take a look into what raw audio data actually is, the signal processing theory behind it, and practical implementations of analyzing audio using the Web Audio API. We'll see how effects processing, audio analysis tools, and DSP algorithms can be constructed, used, and shared all in JavaScript.
Signal Processing with the Web Audio API