Infinity for WebNPM packages@pexip/media-processorfunctionscopyByteBufferToFloatBufferOn this pagecopyByteBufferToFloatBufferfunction copyByteBufferToFloatBuffer(bytes, floats): void; Copy data from Uint8Array buffer to Float32Array buffer with byte to float conversion Parameters ParameterTypeDescriptionbytesUint8ArrayThe source Byte bufferfloatsFloat32ArrayThe destination buffer Returns void