Class: WebAudioUtils

webaudio.WebAudioUtils

Internal class for Web Audio abstractions and convenience methods.

new webaudio.WebAudioUtils ()

Methods

webaudio.WebAudioUtils.setParamValue (param, value) number static

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