Updated 2026-09-16
Voice AI latency is the elapsed time between when a user finishes speaking and when an AI voice system begins its response — encompassing speech detection, transcription, model inference, and audio playback in conversational applications such as AI-led interviews.
Human conversation tolerates brief pauses — thinking time feels natural. But consistent multi-second gaps after every answer feel broken, like a bad international phone call or a chatbot refreshing. Candidates interpret long latency as the system not listening, losing trust in the process before scoring even begins.
Interview engines compound latency across the stack. Voice activity detection must decide the user stopped talking. Automatic speech recognition must return text. A reasoning model must choose the next question or acknowledgment. Text-to-speech or pre-rendered audio must play. Each hop adds milliseconds; serial pipelines multiply them.
Turn-taking makes latency harder than simple Q&A bots. The system cannot start generating a full response until it knows the user finished — but waiting too long to detect end-of-turn also adds delay. Engineering teams tune end-of-turn thresholds, partial transcript streaming, and speculative prefetch to hit conversational targets appropriate for live hiring.
| Stage | What happens |
|---|---|
| End-of-turn detection | Detecting silence vs mid-thought pause |
| ASR finalisation | Producing transcript from audio buffer |
| LLM / policy inference | Choosing next utterance or question |
| Safety & guardrails | Filtering outputs before speak |
| TTS / audio playback | Rendering voice response to candidate |
| Network RTT | Mobile 4G jitter on candidate device |
Pushing latency down by cutting ASR wait time risks transcribing incomplete sentences — producing wrong follow-ups. Aggressive end-of-turn triggers cause the AI to talk over candidates still speaking, which is worse than a slightly slow response in hiring contexts where candidates need space to think.
Streaming partial transcripts to the reasoning layer can shave perceived latency if the model begins drafting while the candidate is still finishing — but only if the final transcript rarely reverses meaning. Accent-heavy speech with higher word error rates makes premature inference dangerous.
Product teams sometimes publish engineering targets for sub-second components while acknowledging real-world mobile networks add variance. Buyers should evaluate demos on the same device class and connectivity their candidates use — a office Wi-Fi demo misleads for warehouse applicants on budget Android phones.
Human turn gaps often fall under a few hundred milliseconds for back-and-forth rapport; voice AI products typically aim for sub-one-second perceived response in tight pipelines, with longer acceptable pauses before complex follow-ups if signaled.
Indirectly — frustrated candidates may give shorter answers or disengage, reducing signal quality independent of their job fit.
Network contributes, especially on mobile, but server-side ASR and model inference often dominate when networks are reasonable.
Voice adds end-of-turn detection and TTS playback; users perceive silence more harshly than waiting for typed text to appear.
Head back to Hiring glossary or start now.
· 3 free credits · pay per interview · nothing recurring