zoog 0.8.1

Tools for modifying Ogg Opus output gain and R128 tags and Ogg Opus/Vorbis comment tags
Documentation
1
2
3
4
5
6
7
8
9
mod comment_header;
mod id_header;
mod volume_analyzer;

pub use comment_header::{CommentHeader, Specifics as CommentHeaderSpecifics};
pub use id_header::*;
pub use volume_analyzer::*;

pub use crate::constants::opus::*;