Modules§
Structs§
- Audio
Node Info - Information about an
AudioNode. - Audio
Node Info Inner - Information about an
AudioNode. Used internally by the Firewheel context. - Construct
Processor Context - A context for
AudioNode::construct_processor. - Constructor
- Pairs constructors with their configurations.
- Empty
Config - An empty constructor configuration.
- NodeID
- A globally unique identifier for a node.
- Proc
Buffers - The buffers used in
AudioNodeProcessor::process. - Proc
Info - Additional information for processing audio
- Stream
Status - Flags indicating the current status of the audio stream
- Transport
Info - Update
Context - A context for
AudioNode::update.
Enums§
- Process
Status - The status of processing buffers in an audio node.
Constants§
Traits§
- Audio
Node - A trait representing a node in a Firewheel audio graph.
- Audio
Node Processor - The trait describing the realtime processor counterpart to an audio node.
- DynAudio
Node - A type-erased dyn-compatible
AudioNode.