It is 32 bits per sample - that means four bytes for left, four bytes for right. use BitConverter.ToFloat() to convert bytes into floats.
↧
It is 32 bits per sample - that means four bytes for left, four bytes for right. use BitConverter.ToFloat() to convert bytes into floats.