AudioProcessingEvent class abstract

The AudioProcessingEvent of the Web Audio API represents events that occur when a ScriptProcessorNode input buffer is ready to be processed.

An audioprocess event with this is fired on a ScriptProcessorNode when audio processing is required. During audio processing, the input buffer is read and processed to produce output audio data, which is then written to the output buffer.

Warning: This feature has been deprecated and should be replaced by an AudioWorklet.


API documentation sourced from MDN Web Docs.

Implemented types

Constructors

AudioProcessingEvent()

Properties

hashCode int
The hash code for this object.
no setterinherited
inputBuffer AudioBuffer
The inputBuffer read-only property of the AudioProcessingEvent represents the input buffer of an audio processing event.
no setter
outputBuffer AudioBuffer
The outputBuffer read-only property of the AudioProcessingEvent represents the output buffer of an audio processing event.
no setter
playbackTime TauTime
The playbackTime read-only property of the AudioProcessingEvent represents the time when the audio will be played. It is in the same coordinate system as the time used by the AudioContext.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited