mp3 player with opengl visualization

Can anyone tell me where I could find
C / C++ source code 4 playing mp3-s and
also with some basic visualization

Creating a MP3 playing routines is quite advance, best you look at a sound library like fmod (www.fmod.org).

Fmod has MP3 Playing functions and also a example of how to create a MP3 player.

I did a simple program to play a MP3 and use the output from the Fmod library to create graphics

Originally posted by Tenson:
Can anyone tell me where I could find
C / C++ source code 4 playing mp3-s and
also with some basic visualization

You don’t have to even do that much, just write a plugin for winamp or xmms. More people will likely use it then.