PC Review


Reply
Thread Tools Rate Thread

c# MP3 Player, is there a dll, or decoder thats free

 
 
Tim Geiges
Guest
Posts: n/a
 
      11th Feb 2005
I am learning c# and wrote a couple of little apps, and am trying to
learn to use dll's I got snmp.dll to work which was really cool, but I
think I want to play around and write a little MP3 player.

Is there a dll I can interface with for MP3 playback that is free?

and any basic code example would be very helpful. (I may be jumpping
too far ahead of myself, but I learn best by bigger challenges)

Thanks
Tim Geiges

 
Reply With Quote
 
 
 
 
Patrick Altman
Guest
Posts: n/a
 
      11th Feb 2005
Why not write it yourself?

MPEG Compression Info - http://www.dv.co.yu/mpgscript/mpeghdr.htm
ID3 Tag Documentation - http://www.id3.org/develop.html


Tim Geiges wrote:
> I am learning c# and wrote a couple of little apps, and am trying to
> learn to use dll's I got snmp.dll to work which was really cool, but I
> think I want to play around and write a little MP3 player.
>
> Is there a dll I can interface with for MP3 playback that is free?
>
> and any basic code example would be very helpful. (I may be jumpping
> too far ahead of myself, but I learn best by bigger challenges)
>
> Thanks
> Tim Geiges
>

 
Reply With Quote
 
John Puopolo
Guest
Posts: n/a
 
      11th Feb 2005
Hi...

Not sure if the original postet wants to write thw whole MP3 player himself!
The easiest way to do what you are tryinh to do might be to interface with
the Windows Media Player. Since you are using C#, you must be on a Win32
platform. I beleive the Media Player ships on most current version of the
OS. If not, it's easily downloadable.

The Media Player is programatically accessible. From C#, you will probably
need to call native code to interact with the player - but learning to use
P/Invoke and COM Interop is probably less daunting than writing an MP3
decoder 8-).

Keep us posted on your progress ---
John Puopolo

"Patrick Altman" <(E-Mail Removed)> wrote in message
news:eCxZQQ%(E-Mail Removed)...
> Why not write it yourself?
>
> MPEG Compression Info - http://www.dv.co.yu/mpgscript/mpeghdr.htm
> ID3 Tag Documentation - http://www.id3.org/develop.html
>
>
> Tim Geiges wrote:
> > I am learning c# and wrote a couple of little apps, and am trying to
> > learn to use dll's I got snmp.dll to work which was really cool, but I
> > think I want to play around and write a little MP3 player.
> >
> > Is there a dll I can interface with for MP3 playback that is free?
> >
> > and any basic code example would be very helpful. (I may be jumpping
> > too far ahead of myself, but I learn best by bigger challenges)
> >
> > Thanks
> > Tim Geiges
> >



 
Reply With Quote
 
Adam Clauss
Guest
Posts: n/a
 
      11th Feb 2005
"John Puopolo" <(E-Mail Removed)> wrote in message
news:u5WovC$(E-Mail Removed)...
> Since you are using C#, you must be on a Win32
> platform.


Heard of mono? Yes, he probably is on Win32, but it certainly is not a
"must".


 
Reply With Quote
 
Tim Geiges
Guest
Posts: n/a
 
      11th Feb 2005
Thank you for the info, I will most likely have to look at using WMP
before I build my own decoder, I love the challenge but I am not sure
starting completely from scratch is what I want to undertake, and
really what I am currently trying to teach myself is how it interface
with existing an dll, so I guess the WMP might be the way to go. I
just don't want it to be where I embed the WMP and call it done, but
still a great starting point, thanks for the info, Eventually I might
write my own decoder if I can learn this stuff well enough.

I am on Win32 using SharpDevelop, but I can also use Mono on Win32 or
Linux but I prefer the SharpDevelop IDE/Forms designer, I have not
tried the M$ studio either, not sure If I ever need to or not, with
such cool free tools, Think I'd rather donate to SharpDevelop, or
Mono(if they get windows forms).

Thanks again for the info I'll let you know how it goes.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Free DVD decoder? James Morton Windows XP Hardware 2 29th Apr 2005 05:09 PM
Free DVD Decoder HJB Windows XP Basics 14 24th Apr 2005 09:41 PM
Re: DVD Player Decoder Cari \(MS-MVP\) Windows XP Video 0 10th Sep 2004 06:31 PM
Free DVD Decoder? HJB Windows XP General 2 3rd Apr 2004 11:39 PM
Free DVD Decoder? Jack Barrett Freeware 6 1st Dec 2003 06:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:42 AM.