Concepts¶
This section explains the mental models behind Blackrim Vox — how the pipeline is structured, how stages relate to each other, and what guarantees the system makes by default.
In this section¶
| Topic | What you'll learn |
|---|---|
| Pipeline Overview | The five-stage model: capture, segment, ASR, router, and sinks. How audio travels from source to output. How RBAC gates and audit events integrate at every stage boundary. |
Where to go next¶
Once you have the mental model, the following references fill in the operational detail:
- Getting Started — run the pipeline end to end in five minutes.
- Extension Points — the versioned contracts for plugging in custom capture sources, ASR backends, segmenters, routers, and sinks.
- Editions — what the open-source edition includes and where the enterprise edition adds capability.
- Reference — full CLI flag reference, config schema, and backend options.