Hi,
I have a question:
How can I multiply playing Wave at the same time?
Thank you,
Arie.
My new site: http://ariecoolsite.my100megs.com
Printable View
Hi,
I have a question:
How can I multiply playing Wave at the same time?
Thank you,
Arie.
My new site: http://ariecoolsite.my100megs.com
What exactly do you mean? Your question is not clear...
Do you want to have a Wav loop, so that it starts playing right a sit ends. Or do you want to play a Wav file while the same one is already being played? Or while a different one?
Let me know.
The second option is the one!
How do I play a wave while I play another wave?
Thank you,
Arie.
all you need to do is set up a own buffer for each wave and than you just let the second one play, the first one wont stop because of that, I don't know how many you can play at once but I think it's quite a bunch
If you are using DMusic8.x, you would load the sound into its own buffer, and play it as a secondary sound using the performance object. You can play as many secondary sounds as your hardware can handle, but only one primary sound.
Z.
That's what I thought so.
Thank you for letting me be sure...
Arie.