PlaySound()

Hey!! I need help with playing .wav or .mp3 sound form Win32 console application.
Thanks for the help... Janlan
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
Topic archived. No new replies allowed.