How to play multiple wav files at the same time?

Hi all :slight_smile:

Anyone knows how to play multiple wav files at the same time without overidding each other.I am using PlaySound() function in openGL (C++ )but whenever the second wav file is played the first one is stopped.

Many thanks !!!

This is way off topic, and should probably be locked but that’s not my choice.

Check out http://www.fmod.org/
It’s a good library to play sounds, including hardware acceleration. I’m pretty much a newbie and found it rather easy. It comes with a lot of examples and a decent documentation.

Good luck