Aurora.js is a framework that makes writing audio decoders in JavaScript easier. Aurora contains two high level APIs for inspecting and playing back decoded audio, and it is easily extendable to support more sources, demuxers, decoders, and audio devices.
Aurora.js is a framework that makes writing audio decoders in javascript easier. It handles common tasks 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 extendable to support more sources, demuxers, decoders, and audio devices.
Currently, the importer
module is used to build Aurora.js. By itself, Aurora will play LPCM, uLaw and aLaw files in a number of containers. Additional codec support can be added by including some of other decoders such as FLAC.js
, ALAC.js
, and MP3.js
.
You should be using this tag if your question is related with the use of Aurora.js framework or the supported decoders.