Crate lewton [] [src]

A vorbis decoder, written in Rust.

If you "just" want to decode ogg/vorbis files, take a look into the inside_ogg module (make sure you haven't disabled the ogg feature).

For different use cases, see the other modules.

Modules

audio

Audio packet decoding

bitpacking

Vorbis bitpacking layer

header

Header decoding

header_cached

Cached header info

huffman_tree

Huffman tree unpacking and traversal

inside_ogg

Higher-level utilities for Ogg streams and files

Enums

VorbisError

Errors that can occur during decoding