[Mono-list] decoding ogg vorbis

Alan McGovern alan.mcgovern at gmail.com
Mon Jan 21 04:11:45 EST 2008


You could also try http://anonsvn.mono-project.com/viewcvs/trunk/csvorbis/

Thats a full vorbis decoder in pure C# (as far as i know).

Alan.

On Jan 21, 2008 7:18 AM, Michael Dominic K. <mdk at mdk.am> wrote:

> On Jan 19, 2008 6:44 PM, Martin Dederer <martindederer at gmx.de> wrote:
> > hi guys,
> >
> > i am looking for a way to decode vorbis streams. originally i was hoping
> > to find a binding for libvorbisdec but i seem to be out of luck. what
> > about gstreamer-sharp? is it anywhere near useable? are there any other
> > possibilities?
>
> Gst-sharp [1] is not ready for the prime time and lacking active
> contributors.
>
> It all depends what you want to do, but one tested solution is to
> create a small glue/wrapper C library with high-level GStreamer
> functions and call it from C#. I mean something like:
>
> void decode_vorbis (char *in_file, char *out_file);
>
> ...and inside this function hide all the GStreamer bits needed to
> decode the file. However, with this approach you need to take care
> about portability issues yourself.
>
> [1]:
> http://anonsvn.mono-project.com/viewcvs/branches/abock/gstreamer-sharp/
>
>
> --
> Michael.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20080121/6b5b413b/attachment-0001.html 


More information about the Mono-list mailing list