rustriff_lib/services/processors/tone_stack/mod.rs
1pub mod biquad;
2mod range_eq;
3/// Tone stack service module.
4///
5/// This module provides audio processing components for tone stack equalization,
6/// including biquad filters, range EQs, and the main tone stack processor.
7/// It implements low-latency audio filtering for bass, middle, and treble adjustments.
8pub mod tone_stack_processor;