DirectSound please
Article Writing
1
Posts
1
Posters
1
Views
1
Watching
-
After going through like 5000 lines of Microsoft code I am still no close to implementing simple support for playback of multiple sounds at the same time. Pehaps somebody can create a simple wrapper class with simple functions like int addtoplaylist(LPSTR filetoplay) adds wav file to playlist, and returns an number removefromplaylist(int soundnumber) checksound(int soundnumber) cehck if sound is still playing adjustvolume(int soundnumber)