Optional
bufferOffset: numberOptional
bufferOffset: numberReturns a Float32Array
containing the PCM data associated with the requested channel.
An index representing the particular channel to get data for. An index value of 0 represents the first channel.
Generated using TypeDoc
Represents a short audio asset residing in memory, created from an audio file using the decodeAudioData method, or from raw data using createBuffer. Once put into an AudioBuffer, the audio can then be played by being passed into an AudioBufferSourceNode.
See
https://developer.mozilla.org/docs/Web/API/AudioBuffer