added waa.d.ts and readme.md

This commit is contained in:
Baruch Berger
2012-11-22 21:28:35 +01:00
parent 4ecc87bee6
commit 4d4690577e
2 changed files with 261 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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" />