An Ogg Vorbis audio encoding library written entirely in managed code.
The code makes heavy use of C# 6 features, so you'll need Visual Studio 2015 or later if you want to work with the source. You can download the free Community edition here.
For a demonstration of how to implement the encoder library, see the included example.
- Currently only supports 40k+ Stereo VBR encoding. If you need another format you just need to add the required setup data, feel free to raise a Pull Request, or contact me if you need more information.