Click here to Skip to main content
15,891,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to build a custom player that will play music of different formats like real, windows, flash etc
Posted

1 solution

You're going to have to do a ton of research on the various formats you want to support, what codecs you're going to need, how to write codecs for the formats that don't have a public version already available, how those codecs work, how to build a graph that will decode those various formats, how to use DirectSound, ...

Have I given you enough homework yet?
 
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