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.