Skip to content

Voice Recipes

Task-oriented patterns for common voice scenario authoring. Each recipe shows the minimal code and explains which adapter capabilities it depends on.

RecipeWhen to use
InterruptionsScript a user barging in mid-reply; understand native barge-in vs VAD fallback.
Multi-Turn ConversationsScript multi-turn exchanges and assert cross-turn continuity with JudgeAgent.
Audio EffectsInject background noise, codec degradation, and other impairments via scenario.effects.
ObservabilityCapture audio events, save conversation audio, and measure LatencyMetrics per turn.

See also