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