Hello, I'm writing a C++ program to encode wav file to mp3.
The function
err = beEncodeChunk(hbeStream, dwSamples,
pWAVBuffer, pMP3Buffer,
&dwWrite);returns a error when mp3 files are bigger than 20MB. Is it a known bug? Is there a workaround or a patch to solve this problem?
Thanks, Stefano Spagna
_______________________________________________ mp3encoder mailing list [email protected] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
