rill-core-dsp 0.5.0

Core DSP abstractions and algorithms for Rill
Documentation
1
2
3
4
5
6
7
//! DSP-specific parameter types and re-exports.
//!
//! The [`ParameterizedAlgorithm`] trait lives in `rill-core` alongside
//! [`rill_core::traits::algorithm::Algorithm`]. This module re-exports it
//! together with DSP filter parameter types.

pub use rill_core::traits::algorithm::ParameterizedAlgorithm;