Hi, I am trying to make a sound library for the Wii that uses libmad for the mp3 decoding. However, I seem to have a problem, my code reports a lot of lost sync errors when decoding the frames. Could someone please take a look at my code and see if I am doing something obviously wrong?
You can find my code at svn://henke37.cjb.net/sound/ , the main file is newMP3Player.cpp .