playing several wavs at the same time using PlaySound?

Started by
1 comment, last by Kyo 21 years, 4 months ago
I need to play wav files simultaneously (background music, bombs exploding etc..) but using PlaySound there doesn''t seem to be a way Any idea how I would do this?
Advertisement
Well, if you are not going to use DirectX, the only other option is the MCI Wave Audio Device.
Check out the second part of this article :
- High Level Digital Audio API
( http://www.borg.com/~jglatt/tech/highaud.htm )

MSDN : ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/multimed/mci_7vvt.asp )

Have Fun!
Tanuj
Thanks it''s just what I needed I did try MSDN before but didn''t know what I was looking for.

This topic is closed to new replies.

Advertisement