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.
|
feedback
|
|
You can use DirectShow.NET, its open source and will allow you to play and audio file that you have a codec for. | |||
|
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? | |||
|
feedback
|