[.net] DirectSound 9, multiple sounds

Started by
-1 comments, last by Rambo_Bill 19 years, 9 months ago
All the examples in the SDK load a single file and play it, But what is the best/proper way to play multiple sounds at the same time. I think you could probably load multiple secondarybuffers and play them, but if you want to play the same sound while it's already playing, you shouldn't have to load it again... hmm, anyway, any examples of using the sound buffers would be appreciated. I prefer VBNET code snippets, but can deal with C#. Thanks, Bill

This topic is closed to new replies.

Advertisement