start

fun start(when: Double = definedExternally)(source)

The start() method on AudioScheduledSourceNode schedules a sound to begin playback at the specified time. If no time is specified, then the sound begins playing immediately.

MDN Reference