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 lower level, per-packet usage, you can have a look at the audio and header modules.

Modules

audio

Audio packet decoding

header

Header decoding

inside_ogg

Higher-level utilities for Ogg streams and files

Enums

VorbisError

Errors that can occur during decoding