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.

ScriptProcessorNode

Summary

This interface is an AudioNode which can generate, process, or analyse audio directly using JavaScript.

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

Properties

bufferSize

The size of the buffer (in sample-frames) which needs to be processed each time onaudioprocess is called. Legal values are 256, 512, 1024, 2048, 4096, 8192, and 16384.

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

onaudioprocess

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/.

Methods

No methods.

Events

No events.

Related specifications

W3C Web Audio API
W3C Editor’s Draft