cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
PlaySound()
PlaySound()
Jun 22, 2011 at 10:24am UTC
Janlan
(90)
Hey!! I need help with playing .wav or .mp3 sound form Win32 console application.
Thanks for the help... Janlan
Jun 22, 2011 at 10:27am UTC
Athar
(4466)
http://www.cplusplus.com/forum/windows/
http://msdn.microsoft.com/en-us/library/dd743680%28v=vs.85%29.aspx
Jun 22, 2011 at 2:14pm UTC
lnk2019
(200)
For
PlaySound(...)
will work for small
WAV
files, but for
MP3
and others, you will need another method.
I found this MSDN article that has a comprehensive list of all the Sound (and Video) A.P.I.'s, you might benefit from reading it:
http://msdn.microsoft.com/en-us/library/ee663260%28v=VS.85%29.aspx
Last edited on
Jun 22, 2011 at 2:18pm UTC
Topic archived. No new replies allowed.