> does your example on codeproject play other formats besides wav?
The article explains how to stream audio data to the sound card. The same
principle could be used to play other formats, but the sample code only play
WAV files.
For information on playing any sound file format in a simple way, check the
Microsoft.DirectX.AudioVideoPlayback namespace in the Managed DX 9 SDK.

Signature
Ianier Munoz
http://www.chronotron.com
> does your example on codeproject play other formats besides wav?
>
> > Hi,
> > You can easily play audio streams with the Managed DX 9 SDK. See
http://msdn.microsoft.com/library/default.asp?url=/nhp/default.asp?contentid=28000410
> > You could also use P/Invoke to call the waveOut Windows API. See
> > http://www.thecodeproject.com/cs/media/cswavplay.asp
> > Hope this helps,
> > Ianier Munoz
> > http://www.chronotron.com