kithara-decode 0.0.1-alpha2

Pluggable audio decode (Symphonia / Apple / Android) to PCM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod heuristic;
mod info;
mod mp3;
mod mp4;
mod probe;
mod trimmer;

pub use heuristic::{GaplessMode, SilenceTrimParams};
pub use info::GaplessInfo;
pub use mp4::probe_mp4_gapless;
pub(crate) use probe::scoped_probe;
pub use trimmer::{GaplessOutput, GaplessTrimmer};