Jordan Santell immersive engineer

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.

"Signal Processing with the Web Audio API" at JSConf 2014, 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