Decode the Mpeg frame into provided buffer. Do exactly the same as DecodeFrame(IMpegFrame, float[], int) except that the data is written in type as byte array, while still representing single-precision float (in local endian).
Parameters
frame
The Mpeg frame to be decoded.
dest
Destination buffer. Decoded PCM (single-precision floating point array) will be written into it.