I've spent all day on this and its driving me nuts
Does someone know a simple way to decode an mp3 to a simple 16 bit pcm (wave) file? i need something i can ship with my commercial program so i prefer a .lib
I found libmpg123.dll but i can't figure out how to get my program to link with a dll in msvc 2010. i know i need to add a reference but when i click 'add new reference' all i get is a empty dialog with Project Name and Project directory heading and nothing to click. I tried converting .dll to .lib using the lib tool but that keeps complaining the .def file format is bad.
I tried to build madplayer but i can't fine id3tag.h and there is no documentation or examples about using libmad that i can find
Lame looks too huge
Any ideas for a quick solution for a .lib i can link with and be done with it
Thanks, steve