2026-06-15 19:33:31 +09:00
|
|
|
//! DSP building blocks for Codename 206.
|
|
|
|
|
//!
|
|
|
|
|
//! Stage 2 introduces the full-band compressor (also the engine that will be reused
|
|
|
|
|
//! per band and for the 'All' aggregate channel — see README.md). Later stages add the
|
|
|
|
|
//! crossover filterbank, output limiter, and oversampler alongside it.
|
|
|
|
|
|
2026-06-17 20:04:24 +09:00
|
|
|
pub mod biquad;
|
2026-06-15 19:33:31 +09:00
|
|
|
pub mod compressor;
|
2026-06-17 20:04:24 +09:00
|
|
|
pub mod crossover;
|