copyToChannel

fun copyToChannel(source: Float32Array<ArrayBuffer>, channelNumber: Int, bufferOffset: Int = definedExternally)(source)

The copyToChannel() method of the AudioBuffer interface copies the samples to the specified channel of the AudioBuffer, from the source array.

MDN Reference