bbx_dsp 0.4.3

Block-based audio DSP graph system with oscillators, effects, modulators, and realtime-safe processing
Documentation
1
2
3
4
5
6
//! I/O blocks are responsible for handling input from and output to external sources,
//! whether that is an audio file, microphone input, speaker output, and so forth.

pub mod file_input;
pub mod file_output;
pub mod output;