ruffbox_synth 0.14.0

A beatbox-oriented synthesizer library.
Documentation
1
2
3
4
5
mod mono;
mod stereo;

pub use mono::MonoSampler;
pub use stereo::StereoSampler;