vorbis_rs 0.5.6

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

mod encoder_impl;
pub use encoder_impl::{VorbisEncoder, VorbisEncoderBuilder};