Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi all ,

I have a need where I need to play more than one audio file asynchronously in C++ . How can I do that .

Thanks in advance
Posted
Comments
enhzflep 9-Oct-14 3:17am    
Which operating system are you using? (C++ has no concept of audio, but libraries are available for different OSs)
iampradeepsharma 9-Oct-14 4:27am    
Windows7 and writing in visual studio Professional 2012
enhzflep 9-Oct-14 4:42am    
No worries. In that case, paulgafa's answer is the one I would give. Take note of the SND_ASYNC flag.

1 solution

 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 9-Oct-14 3:23am    
Sure, a 5.
Unfortunately, this is only for Windows :-)
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900