Commit Graph

6 Commits

Author SHA1 Message Date
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
a7900a928d update waa-tests. 2015-02-01 04:18:44 +09: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
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
Kon
382c74b328 Updated Web Audio API to Draft 13 2013-03-08 15:45:45 +09:00