Search found 2 matches

by toddy
Sun Apr 26, 2009 10:13 am
Forum: Gamecube/Wii Development
Topic: mp3player broken in libogc 1.7.1a ?
Replies: 4
Views: 7309

Re: mp3player broken in libogc 1.7.1a ?

Great, that works for me. Thanks.
by toddy
Sun Mar 01, 2009 12:22 pm
Forum: Gamecube/Wii Development
Topic: mp3player broken in libogc 1.7.1a ?
Replies: 4
Views: 7309

mp3player broken in libogc 1.7.1a ?

After updating to v1.7.1a, the sound in my game has gone silent. The relevant bit of code is


long BGMPlayer::lSize;
unsigned char * BGMPlayer::buffer;

void BGMPlayer::init(const string soundDir) {

MP3Player_Init();

string filename = soundDir + "ttbgm.mp3";
//char * filename = (char *)"sd ...