How to play at the same time 2 or more sounds
C#
3
Posts
3
Posters
0
Views
1
Watching
-
System.Media won't do event with multi-threading DirectX... well I just don't know much MDX... :( [ still getting Loader-lock warnings... ] thx Murphy
You could try p/invoking
sndPlaySound
(in Winmm.dll) and test some of the flags available there. Or look into the waveout API and perform playing yourself.Regards, mav -- Black holes are the places where God divided by 0...
-
System.Media won't do event with multi-threading DirectX... well I just don't know much MDX... :( [ still getting Loader-lock warnings... ] thx Murphy
if you wanna be not useful, combine both of the music files to a one file by reading the binary data, then play the new file. it's smart but unuseful ;P