Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 844 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 844 Bytes

Available on NuGet

.NET Ogg Vorbis Encoder

An Ogg Vorbis audio encoding library written entirely in managed code.

How to use

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.

Limitations

  • 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.