SteveLillis / .NET-Ogg-Vorbis-Encoder

Ogg Vorbis audio encoding library written in C#
MIT License
69 stars 16 forks source link

Support for all encoding formats. #9

Closed ben-abraham closed 4 years ago

ben-abraham commented 5 years ago

Generated Chapter/Huffman entries for all supported encodings (except 44k_5.1) Updated all code paths to handle both CodeBlock types. Updated the example project to support generating a sine wave to file for testing all channel/encoding/samplerate combinations. Also updated PCM conversion. Various minor bugfixes to get single-channel and new chapters working. Reorganized some files for better clarity now.

SteveLillis commented 4 years ago

Wow absolutely incredible contribution! I have had a few requests in the past for including all the other encodings so I know this will be well received.