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
I don't know if it is "the easiest way", but you could have a look at SDL (along with SDL_sound).