How to play 2 sound files at the same time?

conf

Member
I use method sound() to play the .wave file but it can't play 2 files at the same time. Are there any solutions to do this?

Thank you.
 

Louis

Active Member
Licensed User
Longtime User
Hi. Check out this library. If you need help using it let me know, as the documentation is aimed at c# programmers.
http://basic4ppc.com/forum/showthread.php?t=693
This is one way. Another way is to use the sound() method in conjunction with the FMOD library's play() method. That's worked for me when I needed two sounds to play, but you might like Hekkus at the form link above, it gives you more control over sounds from all aspects. HTH.
 
Top