Skip to main content

Module node

Module node 

Source
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§

NodeRecord
Graph-level node record. Stored in the arena.

Traits§

DspNode
The core DSP processing trait. Implementations MUST be real-time safe: