EmbDev.net

Forum: ARM programming with GCC/GNU tools ARM MP3/ACC Player (unkown error -6)


von Rami W. (rami)


Rate this post
useful
not useful
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?


Rami

von Rami W. (rami)


Rate this post
useful
not useful
> 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

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.