setValueAtTime

fun setValueAtTime(value: Float, startTime: Double): AudioParam(source)

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

MDN Reference