PDA

Click to See Complete Forum and Search --> : Playing sounds at the same time


squarehead14
Jul 23rd, 2001, 09:54 AM
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!!!

Wak
Jul 23rd, 2001, 07:33 PM
Use the MCI device, and create a different channel each time. Easy.. :) 2 sounds playng at once.