David-Michael Lincke
2005-Dec-21 08:51 UTC
[Flac-dev] C#/.NET P/Invoke wrapper or native port of libFLAC
Before I start reinventing the wheel, has anything been done or is there any work ongoing to provide a P/Invoke based interface to parts or all of libFLAC or even a native port of libFLAC to C#/.NET? Regards, Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20051221/2b360697/attachment.html
Josh Coalson
2005-Dec-21 10:34 UTC
[Flac-dev] C#/.NET P/Invoke wrapper or native port of libFLAC
--- David-Michael Lincke <dave@lincke.net> wrote:> Before I start reinventing the wheel, has anything been done or is > there any work ongoing to provide a P/Invoke based interface to parts > or all of libFLAC or even a native port of libFLAC to C#/.NET?not that I know of. Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Tor-Einar Jarnbjo
2005-Dec-21 11:03 UTC
[Flac-dev] C#/.NET P/Invoke wrapper or native port of libFLAC
Hi David, I have implemented a Java decoder for FLAC. Currently it only works with Ogg-wrapped FLAC files, but it should not be too difficult to extend it with support for "raw" FLAC files. It only took me 8-10 hours to write a C# port of the Ogg parser and Vorbis decoder from the same library and porting the FLAC decoder to C# should not be particulary difficult either. Perhaps it's even possible to compile most of the Java code using the J# compiler. Source code and some example code (player, ogg2wav converter) can be found here: http://www.j-ogg.de Tor David-Michael Lincke schrieb:> Before I start reinventing the wheel, has anything been done or is > there any work ongoing to provide a P/Invoke based interface to parts > or all of libFLAC or even a native port of libFLAC to C#/.NET? > > Regards, > Dave > >------------------------------------------------------------------------ > >_______________________________________________ >Flac-dev mailing list >Flac-dev@xiph.org >http://lists.xiph.org/mailman/listinfo/flac-dev > >