Any Mp3 related C++ class?
C / C++ / MFC
3
Posts
3
Posters
3
Views
1
Watching
-
The Microsoft DirectX 7a SDK does just what you want, however you might not want to distribute DirectX with your app....
-
Check out the XAudio SDK. It does EVERYTHING (including streaming over the internet). It's super cleanly written, easy to use, and efficient. It's free. The only "problem" I could see is that it's big: over 200KB for the .lib. It doesn't really need to be that big, but you could chalk that up to the fact that it has a bunch of internet stuff built in too. I recently checked out about 10 different freeware MP3 decoders. XAudio was by far the best. Cheers, Eric