Log in

View Full Version : mp3 decoding lib


QuenHo
03-30-2005, 12:16 AM
Can someone point me to a mp3 decoder lib?
prefeable works with dotnet compact framework, but I can also use p/invoke
I want to play mp3's not from files, but from streaming.
I use my own streaming method. So I want to call something like :
PlayChunk(Data() as byte, len as integer)

Or can this be done by MediaPlayer? How?

Thanks in advance

GSmith
03-30-2005, 03:54 AM
A little bit of googling led to mp3sharp, but I can't find the home page for it (currently 404). Also, see
http://www.codeproject.com/cs/media/cswavplay.asp?msg=736865#xx736865xx

QuenHo
03-31-2005, 10:21 PM
Thanks, I've also googled and found his new homepage:

http://www.heroicsalmonleap.net/mle/mp3sharp/

I also found : fmodapi, but i've not yet looked into it.

Anyway, thanks so far!

GSmith
03-31-2005, 11:33 PM
Great work! This would be a great thread to update everyone if you find further information.