Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 427 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 427 Bytes

VorbisPizza

VorbisPizza is a fork of the NVorbis library for decoding Xiph.org Vorbis files.
This fork is built for modern .NET and has mostly the same API as NVorbis.

This implementation is based on the Vorbis specification found on xiph.org.
MDCT and Huffman code was borrowed from public domain implementations in https://github.com/nothings/stb/blob/master/stb_vorbis.c.