start

fun start(when: Double = definedExternally, offset: Double = definedExternally, duration: Double = definedExternally)(source)

The start() method of the AudioBufferSourceNode Interface is used to schedule playback of the audio data contained in the buffer, or to begin playback immediately.

MDN Reference