EmbDev.net

Forum: ARM programming with GCC/GNU tools ARM MP3/ACC Player


von Rami W. (rami)


Rate this post
useful
not useful
Hi!

I still can not understand why do the decoder has a restrication on the
version and number of channels :

"
        if (MP3GetNextFrameInfo(hMP3Decoder, &mp3FrameInfo, read_ptr) ==
0 &&
    mp3FrameInfo.nChans == 2 &&
    mp3FrameInfo.version == 0)
"

ref : play_mp3.c

Nothing is working I guess due to this part.



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.