[Mono-list] C# mp3 decoder
Pokey the Penguin
pokey@linuxmail.org
12 Nov 2002 17:38:35 +0000
On Tue, 2002-11-12 at 16:46, Matt Kunze wrote:
> Has anyone come across a C# assembly that can decode mp3 files (that
> works on linux)? A pure C# solution would be great, but I think
> something that wrapped libmad or the like would work as well.
The best way to do this is using GStreamer#. Instructions and an example
are up at http://www.atoker.com/mmp/ although the bindings are still a
little rough around the edges.
Alternatively you can run
http://www.javazoom.net/javalayer/javalayer.html through JUMP if you
want a native solution, but it will run slow.
Particularly if you take the latter path, you should consider the legal
issues surrounding MP3 and if possible consult your lawyer beforehand.
Licensing details are at http://www.mp3licensing.com/help/developer.html