You could always check the source for banshee
http://banshee-project.org/Main_Page

it looks like they have their own .net libs for this

On 10/18/06, Ben Timby <[EMAIL PROTECTED]> wrote:
P/Invoke could be used to easily wrap a native ogg encoder/decoder if
you had a specific need for one.

Otherwise, here is a sample C# ogg decoder (managed):
http://www.codeproject.com/cs/media/OggPlayer.asp

This requires DX for Windows for access to sound hardware, but the
decoding portion of the code would be independent of Windows.

Alan McGovern wrote:
> Hi,
>
> I've always had an interest in audio/video encoding (regular browser of the
> doom9 forums) and i was wondering if there was an existing .NET encoder for
> the .ogg format (ogg vorbis). If there is, does anyone have a link? By the
> looks of my google searchs, there is, but i can't find any more details
> other than "it exists". Does it work, is it complete? Or is google lying to
> me ;)
>
> Secondly, is there a .NET ogg vorbis encoder? I'd be interested in
> implementing one if one doesn't exist.
>
> Thanks,
> Alan.
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list

--
Ben Timby
Senior Software Architect
Helios, LLC
(p) 317-554-3619
(f) 317-554-8997
www.gohelios.com


_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list






--
William S. Huskey

UNIX Systems Engineer

Maritime Systems Solutions Division

SAIC

Tel: 425-267-5643

Email: [EMAIL PROTECTED]
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to