DefinitelyTyped/webaudioapi
Lionel Besson c0db78aeb5 updates to the web audio api
- use typed arrays
- add missing getByteFloatTimeDomainData
- decodeAudioData callbacks signatures
2014-12-30 21:42:24 +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 cleaned-up headers 2014-06-18 23:31:11 +02:00
waa-nightly.d.ts cleaned-up headers 2014-06-18 23:31:11 +02:00
waa-nightly.d.ts.tscparams Remove quotes from response files 2014-09-02 14:53:39 -07:00
waa-tests.ts Fix parameter type (when -> when?) 2014-12-11 22:07:53 +09:00
waa.d.ts updates to the web audio api 2014-12-30 21:42:24 +01: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 ///