Expand description
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.
Re-exports
pub use ogg::OggReadError;
Modules
- Audio packet decoding
- Header decoding
- Higher-level utilities for Ogg streams and files
- Traits for sample formats
Enums
- Errors that can occur during decoding