Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can we create and play songs in mp3 player using c++?
Posted
Comments
Rajesh Anuhya 30-Jan-12 2:49am    
DO want to create MP3 files in C++, or MP3 Player??
--RA

Maybe these links can help you

how-to-create-a-mp3-player [^]

VC++ Mp3 Player[^]
 
Share this answer
 
you can use windows media player activex control to play mp3 file. for wave files you can use sndPlaySound API.

this link shows how to use IWMplayer(windows media player COM interface) in a console application http://msdn.microsoft.com/en-us/library/windows/desktop/dd564579(v=vs.85).aspx[^]

Hopes this helps
jkchan
http://cgmath.blogspot.com
 
Share this answer
 
Have you searched in Google??

Here[^]

Thanks
--RA
 
Share this answer
 

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