I am trying to copy byte[] data into a float[] like this:
float[] floatArr = new float[int32.MaxValue]; byte[] byteArr = new byte[bufferSize]; // fill buffer