> ## Documentation Index
> Fetch the complete documentation index at: https://project-brain.rocheaiops.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversation and Live

> Exact text and voice lifecycle behavior through the shared Conversation Gateway.

Text and voice share the Conversation Gateway. It assigns and normalizes message/session context, preserves finalized transcripts, and sends only bounded provider work. Duplicate event handling is idempotent; incomplete or interrupted audio does not become a confident teaching.

<a href="/assets/visuals/conversation-live-sequence.svg" target="_blank" rel="noreferrer" aria-label="Open full-size diagram: Conversation Gateway sequence: user text or raw PCM passes through the Gateway to Gemini Live; finalized results become normalized durable events."><img src="https://mintcdn.com/roche-ai-ops/o6a8RYlAJArYLM5r/assets/visuals/conversation-live-sequence.svg?fit=max&auto=format&n=o6a8RYlAJArYLM5r&q=85&s=aece427b887361b60b86216ae8042b80" alt="Conversation Gateway sequence: user text or raw PCM passes through the Gateway to Gemini Live; finalized results become normalized durable events." noZoom width="1200" height="780" data-path="assets/visuals/conversation-live-sequence.svg" /><span className="sr-only">Open full-size diagram: Conversation Gateway sequence: user text or raw PCM passes through the Gateway to Gemini Live; finalized results become normalized durable events.</span></a>

<Note>**How to read it:** neutral gray arrows are connective processing, coral arrows write B.R.A.I.N.-owned durable state, blue arrows cross the provider boundary, and dashed arrows show finalized return data.</Note>

T10 proved voice teach → fresh text recall → text correction → voice recall. T11 proved reconnect, idempotent replay, and provider failure preservation. Raw audio is transient; finalized transcripts are the retained representation.
