getChannelData abstract method
- int channel
The getChannelData()
method of the AudioBuffer returns a
Float32Array
containing the PCM data associated with the channel,
defined by the channel parameter (with 0 representing the first channel).
Implementation
TauFloat32Array getChannelData(int channel);