Expand description
Re-exports rill_core::Algorithm and provides DSP-specific extensions.
The base Algorithm trait lives in rill_core. This module re-exports it
together with the DSP-specific ParameterizedAlgorithm abstraction.
Structs§
- Action
Context - Context provided to an
Algorithmduring processing. - Algorithm
Metadata - Descriptive metadata for an
Algorithmimplementation.
Enums§
- Algorithm
Category - Category of an algorithm (for introspection / UI)
Traits§
- Algorithm
- Unified processing primitive for ports and DSP blocks.
- Parameterized
Algorithm - An
Algorithmwith typed, settable parameters.
Type Aliases§
- Process
Result - Result type for signal processing operations