Jump to content
Xtreme .Net Talk

Recommended Posts

Posted (edited)

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.

 

I've taken a look at Fmod but it doesn't work with managed classes and I need them to be managed.

 

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

 

In my Application I'm 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.

Edited by Macaco
Posted

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�s unmanaged.

 

Time to go write a wrapper I�d say.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...