setValueAtTime abstract method

AudioParam setValueAtTime(
  1. TauTime value,
  2. TauTime startTime
)

The setValueAtTime() method of the AudioParam 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

AudioParam setValueAtTime(
  TauTime value,
  TauTime startTime,
);