Expand description
Node abstraction for the DSP graph.
Each node is a self-contained DSP unit. The DspNode trait is the only
interface the graph scheduler calls — keeping the hot path minimal.
Structs§
- Node
Record - Graph-level node record. Stored in the arena.
Traits§
- DspNode
- The core DSP processing trait. Implementations MUST be real-time safe: