Events

This section describes the events associated with the HTML5 Web Audio APIs. These APIs conform to the emerging W3C Web Audio standard.

In this section

TopicDescription

onaudioprocess

This event fires when audio data is being processed.

oncomplete

This event fires when an OfflineAudioContext is finished rendering audio data.

onended

This event fires when a buffer for AudioBufferSourceNode or OscillatorNode is finished playing.

 

 

 

Show: