Skip to main content

read

Description​

Reads the requested amount of samples from the buffer.

read(data: Float32Array, offset: number, count: number): number
ParameterSummary
dataAll

The sample array to store the read elements.

offsetAll

The offset within the destination buffer to put the items at.

countAll

The number of items to read from this buffer.

Returns​

The number of items actually read from the buffer.