Commit Graph

23 Commits

Author SHA1 Message Date
Dominik Lenk
d402f93427 Add MediaStreamAudioDestinationNode 2016-03-29 00:40:55 +02:00
vvakame
56295f5058 replace https://github.com/borisyankov/DefinitelyTyped to https://github.com/DefinitelyTyped/DefinitelyTyped 2016-03-17 00:55:26 +09:00
Aya Morisawa
d910fa325b Remove trailing whitespaces 2016-01-27 19:42:22 +09:00
Gabriel Garcia
35e40c5d85 some WebAudio interface missing methods 2015-07-24 17:54:47 -04:00
vvakame
e411dbadd8 remove webaudioapi/waa.d.ts definitions. it included in lib.d.ts (typescript-1.5.3) 2015-07-19 16:33:41 +09:00
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
Tsuguya Toma
428f69ab68 update web audio api 2015-02-01 03:40:05 +09:00
Tsuguya Touma
2c45de7e12 add AudioNode inherit. 2015-01-26 01:07:42 +09:00
Lionel Besson
bc41821058 comply with latest published draft 2015-01-07 21:01:43 +01:00
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
Lionel Besson
eeb5e0eafc reference mediastream when relevant 2014-12-30 18:21:31 +01:00
Lionel Besson
cea09b75d5 MediaStream is unknown 2014-12-24 12:06:17 +01:00
Lionel Besson
c33634aa6c add createMediaStreamDestination
methods and interface are defined in
http://webaudio.github.io/web-audio-api/ and implemented in chrome
2014-12-24 11:56:05 +01:00
kubosho
bc24569b1c Fix parameter type (when -> when?) 2014-12-11 22:07:53 +09:00
zaneli
d5613ac757 Add webkitOfflineAudioContext definition, and remove invalid constructor. 2014-05-13 13:51:00 +09:00
vvakame
2abf07b36d fix header of webaudioapi/waa.d.ts 2014-05-08 10:30:02 +09:00
Chris Smith
5433e4fa61 Added loopStart, loopEnd and onended properties to AudioBufferSourceNode in the webaudioapi definition to match the latest W3C spec: http://www.w3.org/TR/webaudio/#AudioBufferSourceNode 2014-05-04 22:24:10 -07:00
Bart van der Schoor
5263434c20 added/fixed few headers
https://github.com/borisyankov/DefinitelyTyped/issues/1570

cleaned up some more, mostly urls and typos
2014-01-25 01:08:33 +01:00
Bartvds
d436daf4c2 added/fixed headers t-z
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 02:59:02 +01:00
Boris Yankov
dd35f69637 Big replacement: bool with boolean 2013-08-07 16:59:39 +03:00
Neil Stalker
29e345ec32 fix webaudioapi 2013-06-24 21:57:05 +01:00
Kon
382c74b328 Updated Web Audio API to Draft 13 2013-03-08 15:45:45 +09:00
Baruch Berger
4d4690577e added waa.d.ts and readme.md 2012-11-22 21:28:35 +01:00