Play multiple sounds in a Windows form application ?

Macaco

Active member
Joined
Jul 5, 2004
Messages
39
Anyone knows how to play several sounds at the same time in a windows form application????

Now I use sndPlaySound from winmm.dll but I can only play one sound with this.

Ive taken a look at Fmod but it doesnt work with managed classes and I need them to be managed.

I also looked openAL but I cant compile with openAl, maybe there is a kind of incompatibility with Visual C++ .NET 2003

In my Application Im using an OpenGL window, can I use DirectX sound???? DO I have to install just the libs and dlls as I did with opengl??
Do you know any simple tutorial out there?

Thanks.
 
Last edited by a moderator:
I am sorry to tell you this but in my opinion there is no managed sound code for .net.

I looked a few weeks ago and then finally settled for fmod. This probably is the most advanced sound engine out there but it
 
Back
Top