Results 1 to 10 of 10

Thread: How can i make my own MP3 player?

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    6

    Exclamation 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.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3
    Frenzied Member Phill64's Avatar
    Join Date
    Jul 2005
    Location
    Queensland, Australia
    Posts
    1,201

    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..

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    6

    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

  6. #6

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    6

    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 ..

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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.

  8. #8

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    6

    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 ..

  9. #9
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: How can i make my own MP3 player?

    Quote 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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  10. #10

    Thread Starter
    New Member
    Join Date
    Dec 2005
    Posts
    6

    Re: How can i make my own MP3 player?

    thank you all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width