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
10
11
12
13
14
15
16
mod comment_header;
mod comment_header_generic;
mod comment_list;
mod discrete_comment_list;
mod fixed_point_gain;
mod id_header;

#[cfg(test)]
pub(crate) mod test_utils;

pub use comment_header::*;
pub use comment_header_generic::*;
pub use comment_list::*;
pub use discrete_comment_list::*;
pub use fixed_point_gain::*;
pub use id_header::*;