babycat 0.0.14

An audio decoding and manipulation library, with bindings for C, Python, and WebAssembly.
use crate::backend::Error;
use crate::backend::Waveform;

pub type WaveformResult = Result<Waveform, Error>;