timestretch 0.11.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 sola;
pub mod transient;
pub mod varispeed;
pub mod wide_keylock;