Methods
Dezippering is removed in the future Web Audio API, instead
we use the setValueAtTime method, however, this is not available
in all environments (e.g., Android webview), so we fallback to the value setter.
| Name | Type | Description |
|---|---|---|
param |
AudioParam |
AudioNode parameter object |
value |
number |
Value to set |
Returns:
| Type | Description |
|---|---|
| number | The value set |