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 BaseAudioContext/currentTime.

MDN Reference