API Reference#
The API reference includes the core VoiceStream components used in the streaming framework along with basic audio handling. Much of the functionality is contained in the integrations.
Core Sources : Different components for the start of a data stream.
Core Sinks : Different components for the end of a data stream. Most sources has an associated sink.
Core Steps : The base processing steps that occur with in a data flow. The core steps handle basic transformations, logic, and flow control.
Audio : The AudioFormat class and basic audio functions.
Helpers : Small utilities useful for streaming.
Integrations : Components for connecting into different audio sources, speech and LLM components, and app frameworks.