This page is Out of Date

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

onaudioprocess

Summary

An event listener which is called periodically for audio processing. An event of type AudioProcessingEvent will be passed to the event handler.

Deprecated; deletion candidate. See http://webaudio.github.io/web-audio-api/.

Property of apis/webaudio/ScriptProcessorNodeapis/webaudio/ScriptProcessorNode

Syntax

var result = ScriptProcessorNode.onaudioprocess;
ScriptProcessorNode.onaudioprocess = value;

Related specifications

W3C Web Audio API
W3C Editor’s Draft