hi every1, i just wanted to ask about the code i can use to make my own mp3 player.. and plz try to explain the use of each code ,, cuz am not so good at the C# yet.
Printable View
hi every1, i just wanted to ask about the code i can use to make my own mp3 player.. and plz try to explain the use of each code ,, cuz am not so good at the C# yet.
That is an extremely general question. I'm afraid noone is going to be able to give you code examples and explanations for more than the tiniest bit at a time. I would suggest that you smaller and simpler projects first to build up your skills. If you really want to create an MP3 player I'd probably suggest that you use the Windows Media Player functionality and create your own interface to it. You can do that by adding a reference to Windows Media Player to your project from the COM tab. The next step up in complexity is to create all the functionality yourself using the Media Control Interface (MCI), but I would call that a high intermediate project at least.
Actually the latest mediaplayer object is very crummy, it doesnt allow you to do much with it and is quite buggy, this is the method i used to use until wmp9 came out. But a few web searches and you will find there are several free mp3 components available, and as jm says all you need to do is write the interface and playlist functions etc..
Welcome to the forums. :wave:
Have a look at this. It is the best I could find.
thanx Alot guyz ,, but i have another question ,, actually wat i wanted was to add to my winamp or any other mp3player the component of the Interactive Voive Respond (IVR) so i can for example tell the winamp to stop or to pause and it responds by doin' that order ,, so if u can help me by tellin' me where to add that component and make it work ..
p.s. : i need the code too
thanx to u Hack ..
i opened the link and i downloaded the two files ,, but i didn't understand wat is it for?!
and there was no alot if info. about it ,, so if u plz can tell me wat are those files for i'll be really gartefull ..
You only needed the Source Code download. That is a C# solution, with everything included. You'll also need the 2.0 Framework/2.0 Framework Beta.
i have the framework ,, and i have the microsoft visual studio.net ,, all i wanted is the source code or where to download it from ..
And you've been given it, so what's the question? The page that Hack linked to has a link that is clearly marked "Source Code". It is a ZIP file that you must extract and then you can open the solution/project in VS.NET.Quote:
Originally Posted by neva4eva
thank you all