views:

305

answers:

1

Microsoft Silverlight 4 is in beta. It supports PCM audio output. It would be madness to stream PCM over internet (for ex in P2P chart webApp) so we need Pure C# open source PCM to Ogg convertor. No unmanaged code, nothing going out of .net sandbox.

So does any one know such Pure C# open source PCM to Ogg convertor?

What do I need:

  • Open Source Libs for encoding.
  • Tutorials and blog articles on How to do it, about etc.

BTW: why Pure C#? - because Silverlight 4 does not support unmanaged or just not C# DLL's.

BTW2: this question is similar to this one but it is different because Ogg is Open Source, free while mp3 will not be free until 2010

A: 

even better if you want to make it easy:

http://www.oggconvert.com

all online, nothing to download...

Chris