DefinitelyTyped/webaudioapi
Bart van der Schoor 5263434c20 added/fixed few headers
https://github.com/borisyankov/DefinitelyTyped/issues/1570

cleaned up some more, mostly urls and typos
2014-01-25 01:08:33 +01:00
..
readme.md Updated readme and added informative comment on nightly build definitions. 2012-11-22 23:56:00 +01:00
waa-20120802.d.ts added/fixed few headers 2014-01-25 01:08:33 +01:00
waa-nightly.d.ts added/fixed few headers 2014-01-25 01:08:33 +01:00
waa-nightly.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
waa-tests.ts Updated Web Audio API to Draft 13 2013-03-08 15:45:45 +09:00
waa-tests.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
waa.d.ts added/fixed few headers 2014-01-25 01:08:33 +01:00
waa.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00

Web Audio API Definition Notes

The Web Audio API

The Web Audio API is currently still under development. However WebKit browsers have started an implementation of the proposed specifications which can be found at: w3.org.

The WebKit nightly builds try to keep up with the editors draft version of the specifications w3.org

Adding the reference to your project

/// <reference path="waa.d.ts" />

or ///