> Hi!
>
> I am running the decoder MP3, I obtain always this message on my usart
> "unknown error -6".
>
> I checked the MP3 frame arriving are good, but when calling the function
> "err = MP3Decode(hMP3Decoder, &read_ptr, &bytes_left,
> dac_buffer[writeable_buffer], 0);"
> the output indicates there is an error.
>
> What is the possible cause of the problem? how can I solve it?
>
Actually the I commented the line that test the nmber of channels and
the version, because it was blocking all the time. "the version that
feeds the decoder is version "1" and the decoder does not except other
than version "0"".
> Rami