setValueAtTime

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

The setValueAtTime() method of the AudioParam value at a precise time, as measured against ``js-nolint setValueAtTime(value, startTime) `` - value - : A floating point number representing the value the AudioParam will change to at the given time.

MDN Reference