timestretch 0.7.0

Pure Rust audio time stretching library optimized for EDM
Documentation
1
2
3
4
5
6
7
8
9
//! Concrete DSP stages composed by the engine graph.

pub mod band_split;
pub mod delay;
pub mod keylock;
pub mod pv_corrector;
pub mod sola;
pub mod transient;
pub mod varispeed;