im new to the programming life but i have a dream to make a waked audio plaer like winamp can someone please show me the path towards that area
This is a discussion on is it hard to make a audio player within the C++ Programming forums, part of the General Programming Boards category; im new to the programming life but i have a dream to make a waked audio plaer like winamp can ...
im new to the programming life but i have a dream to make a waked audio plaer like winamp can someone please show me the path towards that area
The path begins with punctuation and capitalization
hello, internet!
And continues through the DirectX jungle, or DirectShow specifically.
Last edited by Sang-drax : Tomorrow at 02:21 AM. Reason: Time travelling
You could use the FMOD (www.fmod.org) sound library - it can play just about any sound format in existance![]()
winamp uses some of its own codecs. are you prepared to design, test, and implement an mp3 codec?
in any case, look at the source code to xmms. it's a clone of winamp.