brstm 0.4.2

Crate to read and write brstm files
Documentation
1
2
3
4
5
6
7
8
9
mod brstm;
pub use brstm::*;
pub mod encoder;
mod gc_dspadpcm;
pub mod reshaper;
pub mod structs;

#[cfg(test)]
mod tests {}