//! DSP crate - pure audio processing algorithms.
//!
//! This crate contains all DSP logic without any plugin framework dependencies,
//! making it fully testable in isolation.
// Core DSP contracts.
pub use ;
// Combinators and helpers.
pub use ;
// Note: SignalChain! and Chain! macros are automatically exported at crate root
// via #[macro_export] in combinators/mod.rs