Module block

Source
Expand description

DSP block system.

This module defines the Block trait for DSP processing units and BlockType for type-erased block storage in the graph.

Structs§

BlockId
A unique identifier for a block within a DSP graph.

Enums§

BlockCategory
Category of a DSP block for visualization and organization.
BlockType
Type-erased container for all block implementations.

Traits§

Block
The core trait for DSP processing units.