1 2 3 4 5 6 7 8
#![cfg_attr(coverage_nightly, feature(coverage_attribute))] mod error; mod rawpcm; mod wav; pub use rawpcm::RawPCM; pub use wav::Wav;