Skip to main content

Crate rill_digital_effects

Crate rill_digital_effects 

Source
Expand description

Digital audio effects for Rill

This crate provides common digital effects:

  • Delay with feedback
  • Distortion with multiple waveshaping types
  • Limiter with lookahead
  • More to come: Chorus, Flanger, Phaser, Reverb, Compressor

Re-exports§

pub use delay::Delay;
pub use distortion::Distortion;
pub use distortion::DistortionType;
pub use limiter::Limiter;

Modules§

delay
Delay effect with feedback
distortion
Distortion effect with waveshaping
limiter
Limiter with lookahead using Delay + envelope detection