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 Mp3 convertor. No unmanaged code, nothing going out of .net sandbox.
So does any one know such Pure C# open source PCM to Mp3 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.