setValueAtTime method
The setValueAtTime()
method of the
AudioParam interface schedules an instant change to the
AudioParam
value at a precise time, as measured against
BaseAudioContext.currentTime. The new value is given in the value
parameter.
Implementation
external AudioParam setValueAtTime(
num value,
num startTime,
);