MP3

I have downloaded a lot of sample openGL programs that are using mp3’s for background music. Does anyone know where I can find out how to do this?

Most small demos use either the FMOD or BASS sound libraries to play mp3’s. A few use DirectShow.

[This message has been edited by DFrey (edited 05-07-2001).]

yer, that would be the

glMP3Player_EXT();

found on most opengl systems these days. I think the GeForce3 is rumoured to have a sound synthesiser on the card? someone better confirm this, because i am REALLY hanging out to do 3D sound witj

glBegin(GL_SOUND_POSITION);
glVertex3fv(…);

glEnd();

it will make my grapics so much better.

cheers,
John