How I can play mp3 files from my program
-
HI ALL :) How I can play mp3 files from my program any one can tell me how I can play mp3 files from my program (by visual c++6) or tell me about web sites about mp3 files THANK YOU AHMAD ALWASHALI
Hi go to the site www.xaudio.com You'll find a SDK ( free !!!!!) to build in MP3 support in your apps HTH Thierry EMail: Thierry.Marneffe@swing.be
-
HI ALL :) How I can play mp3 files from my program any one can tell me how I can play mp3 files from my program (by visual c++6) or tell me about web sites about mp3 files THANK YOU AHMAD ALWASHALI
Hi go to the site www.xaudio.com You'll find a SDK ( free !!!!!) to build in MP3 support in your apps HTH Thierry EMail: Thierry.Marneffe@swing.be
-
HI ALL :) How I can play mp3 files from my program any one can tell me how I can play mp3 files from my program (by visual c++6) or tell me about web sites about mp3 files THANK YOU AHMAD ALWASHALI
There is a project at CodeProject that demonstrates skinnalbe apps by providing full source for an mp3 player. I have successfully removed the player classes and played MP3s in my own code. XAudio is free, but it has a license agreement which basically states that they are free to decide one day that they want money for it, so I'd recommend not using it. I'd prefer to know up front if something is going to cost me, and how much. Otherwise, who knows what could happen down the track ? In that vein, fmod is a sound library that appears quite powerful, is free for use in non profit code, and gives you up front prices if you're going to use it in commercial code. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.