Skip to content
paulirish edited this page Jun 8, 2011 · 19 revisions
  • SoundManager2 JS api, but uses flash for playing audio, providing spectrum data. has experimental HTML5 branch.
  • SoundJS A JavaScript sound loading, playing and layering library designed for browser-based games to have a multi-layering sound API.
  • audiolib.js normalizing library between the two audio APIs
    • has effects, synthesis, envelopes, recording and exporting
  • XAudioJS shim for basic audio handling between the two apis
  • dynamicaudio.js Moz Audio Data API polyfill via flash.
  • audionode.js polyfill of Web Audio API using the moz audio data api.
    • done back in july so it may not still be compatible..
    • corban is one of the guys on the mozilla audio/webgl demo team
  • audiodata abstraction layer for audio data api
  • beatdetektor.js detects beats... and uses...
  • dsp.js for its DSP action, and can work with both APIs
  • Audiolet library for synthesis and composition with support for both APIs
  • music.js generates notes, intervals, chords, and scales across both APIs
Clone this wiki locally