Skip to main content

Module processable

Module processable 

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

ProcessContext
Convenience structure that gathers all input buffers for a node.

Enums§

NodeVariant
Enum that holds any kind of audio node.

Traits§

Processable
Unified trait for processing audio nodes.