# Section 41 — Voice Pipeline (locally ratified in OSCR-)

**Date:** 2026-06-29

## 41.1 — 5 fixed stages.
Capture → Transcribe → Edit → Save → Confirm. Backward transitions allowed (modulo Capture).

## 41.2 — Web Speech API when available.
Browser-native. No backend. If unavailable, capture moves to typed fallback.

## 41.3 — Save creates 1 version.
Each save calls TopologyContext.saveVersion() with the voice artefact snapshot.

## 41.4 — Confirm stage persists a SuccessToast.
SuccessToast is an UndoToast variant (per DO-008).

