//! A Rust implementation of the Freeverb reverb algorithm.
//!
//! Freeverb was originally written in C++ by "Jezar at Dreampoint", and was released into the public
//! domain in June 2000. It is now widely used in various incarnations in multiple software packages.
//!
//! - The orignal C++ source code can be found [here](https://freeverb3-vst.sourceforge.io).
//! - For an analysis of the algorithm see
//! [here](https://ccrma.stanford.edu/~jos/pasp/Freeverb.html).
pub use ;