DefinitelyTyped/webaudioapi
Ryan Cavanaugh e7c111c4b7 Merge remote-tracking branch 'upstream/master' into types2.0
Add tsconfig files everywhere

# Conflicts:
#	azure-mobile-services-client/AzureMobileServicesClient.d.ts
#	bookshelf/bookshelf.d.ts
#	hapi/hapi.d.ts
#	helmet/helmet.d.ts
#	mongodb/mongodb.d.ts
#	nock/nock.d.ts
#	react-bootstrap/react-bootstrap.d.ts
#	react-helmet/react-helmet.d.ts
#	restify/restify.d.ts
#	sequelize/sequelize.d.ts
2016-04-27 20:40:21 -07:00
..
readme.md Markdown formatting error in webaudioapi/readme.md 2015-02-15 17:42:04 +01:00
tsconfig.json Merge remote-tracking branch 'upstream/master' into types2.0 2016-04-27 20:40:21 -07:00
waa-tests.ts [webaudioapi] Specialize event handler type 2015-02-16 05:18:49 +01:00
waa.d.ts Add MediaStreamAudioDestinationNode 2016-03-29 00:40:55 +02: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" />