Embedding Windows media player in C# any other alternative?
I am using embedded ver开发者_StackOverflowsion of Windows media player 11+ using C# in a windows application. Is there any better alternative to play audio? I am looking to play audio and will not be playing videos at all.
Windows media player plays well but I am curious about other alternatives as well.
FMOD is a very nice free library that, while game-oriented, supports many formats and has a full-featured C# API.
It's extremely easy to use (for simple scenarios) and comes with lots of examples.
精彩评论