vorbis_rs 0.5.5

Ogg Vorbis stream encoding and decoding powered by high-level bindings for best-in-breed C libraries
Documentation
1
2
3
4
5
mod decoder_util;
pub use decoder_util::VorbisAudioSamples;

mod decoder_impl;
pub use decoder_impl::VorbisDecoder;