I would like to play sound in my application, as far as I know, .net can only handle wav files by default. Is there any sound playing library which I can use? I know about bass but it is not free for commercial use. Any pointers would be helpful.

link|improve this question

0% accept rate
feedback

2 Answers

You can use DirectShow.NET, its open source and will allow you to play and audio file that you have a codec for.

link|improve this answer
feedback

The easiest way would be toembed the Windows Media Player, as is done here. Is there a specific format you'd like to support?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.