Turn latency: 3362ms (transcriber: 642ms, endpoint...
# support
d
Endpointing is insane! any idea how to fix this.
p
What is your smart endpointing set to?
v
To fix the high endpointing latency, try adjusting your
startSpeakingPlan
configuration:
Copy code
json
"start_speaking_plan": {
  "waitSeconds": 0.8,
  "smartEndpointingEnabled": true
}
This configuration helps reduce perceived latency by optimizing how Vapi determines when a user has completed their turn. Source: - [Discord Channel](https://discord.com/channels/1211482211119796234/1331035264751112202)
k
High endpointing latency like 2231ms is usually caused by default silence timeouts (up to 1.5s) and added wait buffers, you can reduce it by lowering waitSeconds, enabling smart endpointing, and tweaking silence thresholds for faster turn-taking.