setTargetAtTime

fun setTargetAtTime(target: Float, startTime: Double, timeConstant: Float): AudioParam(source)

The setTargetAtTime() method of the AudioParam interface schedules the start of a gradual change to the AudioParam value.

MDN Reference