new webaudio.WebAudioNodes (context) overrides
Name | Type | Description |
---|---|---|
context |
webaudio.WebAudioContext |
The audio context. |
Extends
Members
The buffer size for script processor, default is 0
which auto-detects. If you plan to use
script node on iOS, you'll need to provide a non-zero amount.
- Default Value:
- 0
Get the analyser node
Get buffer size of ScriptProcessorNode
.
Get the buffer source node
context webaudio.WebAudioContext readonly
Reference to the SoundContext
Get the gain node
Get the script processor node.
Methods
cloneBufferSource () SourceClone
Clones the bufferSource. Used just before playing a sound.
Returns:
Type | Description |
---|---|
SourceClone | The clone AudioBufferSourceNode. |
destroy () void overrides
Cleans up.
Inherited Properties
From class Filterable
destination AudioNode inherited
The destination output audio node
filters filters.Filter[] inherited
The collection of filters.