synthie 0.3.0

Rust synthesizer engine library with ADSR, filters, LFO, and reverb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Audio engine: DSP modules, CPAL stream setup, and the real-time callback.

pub mod chorus;
pub mod crusher;
pub mod delay;
pub mod drums;
pub mod engine;
pub mod env;
pub mod filter;
pub mod fx;
pub mod osc;
pub mod voice;