Skip to main content

copyByteBufferToFloatBuffer

function copyByteBufferToFloatBuffer(bytes, floats): void;

Copy data from Uint8Array buffer to Float32Array buffer with byte to float conversion

Parameters

ParameterTypeDescription
bytesUint8ArrayThe source Byte buffer
floatsFloat32ArrayThe destination buffer

Returns

void