Expand description
Processable trait for unified audio node processing.
This module defines the Processable trait that unifies generate, process, and consume
into a single process_block method, making it easier to build generic signal graphs.
Structs§
- Process
Context - Convenience structure that gathers all input buffers for a node.
Enums§
- Node
Variant - Enum that holds any kind of audio node.
Traits§
- Processable
- Unified trait for processing audio nodes.