vad

Tag

Cards List
#vad

I measured the pause before an AI voice agent replies, and on xAI's realtime engine it has a floor around 1.3 seconds

Reddit r/AI_Agents · 5d ago

The author measured the response latency on xAI's realtime voice engine, finding a floor of around 1.3 seconds, and resolved fixed first message issues by composing the opener in the prompt.

0 favorites 0 likes
#vad

Your voice agent's biggest latency isn't always the model

Reddit r/ArtificialInteligence · 2026-08-22

Voice agents often face latency issues not mainly from the model but from components like endpointing; optimizing VAD and using proper benchmarking can reduce turn latency effectively.

0 favorites 0 likes
#vad

@LangChain: Full audio on your traces STT/TTS latency interruptions + VAD Only a few lines of code to set up

X AI KOLs Timeline · 2026-07-21 Cached

LangChain launches LangSmith tracing for voice frameworks (Pipecat, LiveKit, OpenAI Realtime, Gemini Live), enabling full audio monitoring, STT/TTS latency tracking, interruption detection, and VAD analysis with minimal code.

0 favorites 0 likes
#vad

Building voice AI agents that take turns like humans — the gotchas nobody warns you about

Reddit r/AI_Agents · 2026-06-20

This article shares hard-won lessons from building real-time voice AI agents, highlighting the importance of proper turn-taking, VAD handling, billing awareness, and avoiding echo loops.

0 favorites 0 likes
#vad

@FeitengLi: Actually, these problems can be well solved: 1. Ditch whisper, switch to an ASR model. Qwen3-ASR is great with few hallucinations, and there are other ASR options. Whisper has many hallucinations and requires 30s segments. Qwen3-ASR gets more accurate with longer audio, supporting up to 20…

X AI KOLs Timeline · 2026-05-15 Cached

Recommends using Qwen3-ASR instead of Whisper to reduce hallucinations, using LattifAI tools for precise audio-text alignment and subtitle generation, and introducing their own OmniVAD-Kit project for voice activity detection.

0 favorites 0 likes
#vad

6 months running a production voice agent for service businesses. The latency math is way harder than the demos suggest.

Reddit r/ArtificialInteligence · 2026-05-15

After 6 months running a voice AI agent for service businesses, the author reveals that real-world latency is bimodal (median ~800ms, p95 ~2.4s) and this p95 determines user perception. Issues like VAD misfires, function call degradation with long prompts, and TTS quality matter more than LLM choice, with multilingual support adding significant costs.

0 favorites 0 likes
← Back to home

Submit Feedback