ARM MP3/ACC Player

OP #1172641
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

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now