Skip to content
This repository has been archived by the owner on Mar 6, 2019. It is now read-only.

Web Audio Examples

notmasteryet edited this page Sep 14, 2010 · 2 revisions

Pull the Web Audio SVN repositiory:
svn co http://chromium.googlecode.com/svn/trunk/samples/audio/

Add script reference to head of the examples (e.g. drum-machine.html, dj.html, box2d-js/box2d-audio.html or, even, o3d-webgl-samples/pool.html):
<script src="audionode.js"></script>

The direct github access is possible:
<script src="http://github.com/notmasteryet/audionode.js/raw/master/audionode.js"></script>

Clone this wiki locally