How do I play two different WAV files at the same time?
I already know how to play one sound, using the sndPlaySound or PlaySound API Functions, but I cant play the sounds simultaneously.
If you know how to do this, PLEASE HELP!!!
Printable View
How do I play two different WAV files at the same time?
I already know how to play one sound, using the sndPlaySound or PlaySound API Functions, but I cant play the sounds simultaneously.
If you know how to do this, PLEASE HELP!!!
Use the MCI device, and create a different channel each time. Easy.. :) 2 sounds playng at once.