On Fri, Nov 22, 2002 at 10:01:17AM -0500, Chris & Amanda Dellario wrote:
For example, an mp3 that is 4937K in size is resulting in a decoded version that is only 221K, with only 49 frames decoded. Almost all of the other frames fail with the recoverable error of "Huffman data overrun."
That may be due to the fact that ms-dos treats text and binary files differently. You may need to freopen stdin and stdout in binary mode before the call to the MepgAudioDecoder() function.