Hello every one,
How can I play an mp3 (and preferably other audio formats) in my program without the need to use other external applications that the user may or may not have, ex (Windows Media Player control).
I want be able to have a full control over the mp3 playing, meaning:
1- I want to be able to start and stop from any position in the file.
2- I want to be able to pause and resume.
3- I want to be able to control the volume (and preferably panning of the speakers).
4- I want be able to get the file duration.
5- I want be able to display the playing progress in Minutes:Seconds.
I would like to use the services, classes or libraries that Windows (by its self and natively) provides "ONLY".
I can use libraries or modules that I can package seamlessly with my program.
Thanks in advance.
Start Free Trial