I\'m looking for the easiest way to play a MP3 file in C. I am looking for either a library, in which I could just call the function on the filename, or an executable that w
If you are on Windows or OSX, I recommend BASS (http://www.un4seen.com/bass.html)
You can download the library and look at code sample to get started. The "contest" example in C directory is a good start point.