Audio Network - send data over sound in JavaScript

Return to main page

THIS PROJECT IS STILL UNDER DEVELOPMENT
Source code available at GitHub

This example shows how to grab RAW samples into a buffer for later processing as fast as possible. DSP operations sometimes takes a lot of time. If real-time processing is a problem your machine you can perform all needed computations 'offline' when recording is done.
Additionally this example shows how to record Web Audio API data into wav file.