chibicitiberiu
New Member
I need to make a MP3 Player for DOS, but I don't really know how to read .mp3 files and output the sound to the sound card in c++. Can anyone help me?
All I found interesting on google was this:
http://visumod.freeshell.org/mp3player/mp3player.html
(the executable worked fine, but Turbo C generated some errors when trying to compile the source code because I don't have all the included files)
But the problem is that it's too complicated, it depends on windows, and has too many features. All I need is to play the MP3 file, nothing else, not even pause playback or stop. Can anyone help me?
All I found interesting on google was this:
http://visumod.freeshell.org/mp3player/mp3player.html
(the executable worked fine, but Turbo C generated some errors when trying to compile the source code because I don't have all the included files)
But the problem is that it's too complicated, it depends on windows, and has too many features. All I need is to play the MP3 file, nothing else, not even pause playback or stop. Can anyone help me?
Last edited: