rill-fft 0.6.0-M2

FFT and frequency-domain signal processing for Rill
Documentation
1
2
3
4
5
6
7
8
// 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.

pub mod spectral_delay;
pub mod spectral_gate;