DefinitelyTyped/webaudioapi
Hraban Luyat d24e36d975 [webaudioapi] Specialize event handler type
The event handler was defined to take an argument of generic type Event:
this loses the audio event specific type info as defined in the (unused)
AudioProcessingEvent interface.

This patch declares the onaudioprocessing event handler as accepting an
argument of the correct type.
2015-02-16 05:18:49 +01:00
..
readme.md Markdown formatting error in webaudioapi/readme.md 2015-02-15 17:42:04 +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 [webaudioapi] Specialize event handler type 2015-02-16 05:18:49 +01:00
waa.d.ts [webaudioapi] Specialize event handler type 2015-02-16 05:18:49 +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

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