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.

bufferSize

Summary

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

Property of apis/webaudio/ScriptProcessorNodeapis/webaudio/ScriptProcessorNode

Syntax

Note: This property is read-only.

var result = ScriptProcessorNode.bufferSize;

Return Value

Returns an object of type unsigned longunsigned long

Related specifications

W3C Web Audio API
W3C Editor’s Draft