copyToChannel abstract method

void copyToChannel(
  1. TauFloat32Array source,
  2. int channelNumber, [
  3. int bufferOffset
])

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

Implementation

void copyToChannel(
  TauFloat32Array source,
  int channelNumber, [
  int bufferOffset,
]);