babycat 0.0.15

An audio decoding and manipulation library, with bindings for C, Python, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
#![allow(clippy::needless_pass_by_value)]
mod build_info;
mod error;
mod waveform;

pub use build_info::*;
pub use error::*;
pub use waveform::*;