I need also to be able to control its volume. Also, how do I control system sound volume, to detect low volume, or mute states ?
|
|
Check this question : http://stackoverflow.com/questions/246723/how-to-play-a-wav-file-in-delphi It will give you some idea. |
||
|
|
|
|
|
||
|
|
|
Use Shoban's link for how to play sound. Here's how to control the sound volume for devices:
|
||
|
|
|
|
If this is for non-commercial use, the BASS libraries are free and give you the control you're looking for. There are free video tutorials on 3DBuzz, one of which is creating your own MP3 player. They're in the Video Category list on the front page. |
||
|
|
|
|
Just use MM apis (tons of samples on MSDN and google) |
||
|
|
|
Have a look at this article: Your first MP3 Delphi player. It uses TMediaPlayer to be able to play mp3 files. Not exactly what you want, but a very good starting point. |
||
|
|
