UNPKG

typescript-closure-tools

Version:

Command-line tools to convert closure-style JSDoc annotations to typescript, and to convert typescript sources to closure externs files

16 lines (8 loc) 571 B
# 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](http://www.w3.org/TR/webaudio/). The WebKit nightly builds try to keep up with the editors draft version of the specifications [w3.org](https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html) ### Adding the reference to your project /// <reference path="waa.d.ts" /> or /// <reference path="waa-nightly.d.ts" />