Crate freeverb

Crate freeverb 

Source
Expand description

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.
  • For an analysis of the algorithm see here.

Structs§

Freeverb
A processor for the Freeverb reverb algorithm.

Traits§

Float
A trait for the floating point ops needed by the Freeverb processor.