TechPizzaDev / VorbisPizza

Ogg Vorbis decoder in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ogg Vorbis decoder in C#

License:MIT License


Languages

Language:C# 100.0%