AudioWorkletNode class
Note: Although the interface is available outside secure
contexts, the BaseAudioContext.audioWorklet
property is not,
thus custom AudioWorkletProcessors cannot be defined outside
them.
The interface of the Web Audio API represents a base class for a user-defined AudioNode, which can be connected to an audio routing graph along with other nodes. It has an associated AudioWorkletProcessor, which does the actual audio processing in a Web Audio rendering thread.
EventTarget
AudioNode
AudioWorkletNode
- Implemented types
- Available extensions
- Annotations
-
- @experimental
- @JS()
- @staticInterop
Constructors
- AudioWorkletNode(BaseAudioContext context, String name, [AudioWorkletNodeOptions? options])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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