Name | Type | Attributes | Description |
---|---|---|---|
destination |
AudioNode |
The audio node to use as the destination for the input AudioNode |
|
source |
AudioNode |
<optional> |
Optional output node, defaults to destination node. This is useful when creating filters which contains multiple AudioNode elements chained together. |
Members
The node to connect for the filter to the previous filter.
The node to connect for the filter to the previous filter.
Methods
Connect to the destination.
Name | Type | Description |
---|---|---|
destination |
AudioNode |
The destination node to connect the output to |
Destroy the filter and don't use after this.
Completely disconnect filter from destination and source nodes.
Reinitialize
Name | Type | Attributes | Description |
---|---|---|---|
destination |
AudioNode | ||
source |
AudioNode |
<optional> |