|
-
Dec 14th, 2005, 12:38 PM
#1
Thread Starter
New Member
How can i make my own MP3 player?
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.
-
Dec 15th, 2005, 12:14 AM
#2
Re: How can i make my own MP3 player?
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.
-
Dec 15th, 2005, 01:59 AM
#3
Re: How can i make my own MP3 player?
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..
-
Dec 15th, 2005, 06:58 AM
#4
Re: How can i make my own MP3 player?
Welcome to the forums. 
Have a look at this. It is the best I could find.
-
Dec 15th, 2005, 09:41 AM
#5
Thread Starter
New Member
Re: How can i make my own MP3 player?
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
-
Dec 15th, 2005, 09:58 AM
#6
Thread Starter
New Member
Re: How can i make my own MP3 player?
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 ..
-
Dec 15th, 2005, 06:12 PM
#7
Re: How can i make my own MP3 player?
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.
-
Dec 15th, 2005, 10:07 PM
#8
Thread Starter
New Member
Re: How can i make my own MP3 player?
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 ..
-
Dec 15th, 2005, 10:17 PM
#9
Re: How can i make my own MP3 player?
 Originally Posted by neva4eva
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.
-
Dec 17th, 2005, 06:47 PM
#10
Thread Starter
New Member
Re: How can i make my own MP3 player?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|