synthie 0.2.0

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

pub mod drums;
pub mod engine;
pub mod env;
pub mod filter;
pub mod fx;
pub mod osc;
pub mod voice;