Pure C# open source PCM to Ogg convertor?

Posted by Ole Jak on Stack Overflow See other posts from Stack Overflow or by Ole Jak
Published on 2009-11-23T08:15:20Z Indexed on 2010/05/24 2:00 UTC
Read the original article Hit count: 625

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about open-source