Skip to content
devongovett edited this page Jun 15, 2012 · 13 revisions

Aurora.js is a framework that makes writing audio decoders in JavaScript easier. In handles common tasks for you such as dealing with binary data, and the decoding pipeline from source to demuxer to decoder, and finally to the audio hardware itself by abstracting browser audio APIs. Aurora contains two high level APIs for inspecting and playing back decoded audio, and it is easily extendible to support more sources, demuxers, decoders, and audio devices.

Reference

TODO: tutorial/getting started guide, some note about import maybe?.