// rill-fft/src/effects/mod.rs
//! Frequency-domain effects built on real FFT.
//!//! These effects transform the signal into the frequency domain via
//! overlap-add processing, manipulate the spectrum, then transform back.
pubmodspectral_delay;pubmodspectral_gate;