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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
