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
- Audio packet decoding
- header
- Header decoding
- inside_
ogg - Higher-level utilities for Ogg streams and files
- samples
- Traits for sample formats
Enums§
- Vorbis
Error - Errors that can occur during decoding