copyFromChannel abstract method

void copyFromChannel(
  1. TauFloat32Array destination,
  2. int channelNumber, [
  3. int bufferOffset
])

The copyFromChannel() method of the AudioBuffer copies the audio sample data from the specified channel of the AudioBuffer to a specified Float32Array.

Implementation

void copyFromChannel(
  TauFloat32Array destination,
  int channelNumber, [
  int bufferOffset,
]);