Also this another error? ```{"message": "inferenc...
# ask-ai
g
Also this another error?
Copy code
{
  "message": "inference is slower than realtime",
  "level": "WARNING",
  "name": "livekit.plugins.silero",
  "delay": 0.45744666469469664,
  "pid": 7474,
  "job_id": "AJ_yuPkRxcLhWFf",
  "timestamp": "2025-09-12T20:27:30.228292+00:00"
}
t
Thanks for reaching out, Snehaal. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I understand that seeing the warning "inference is slower than realtime" can be a bit concerning. This message means that the Voice Activity Detection (VAD) model is taking longer to process the audio than the actual length of the audio itself, which might cause some delays or performance hiccups. Often, this happens because the computing resources available aren't quite enough. For example, if you're using burstable cloud instances like AWS t3 or t4 types, they can slow down when CPU credits run out. To help things run smoothly, especially in production, it's usually better to go with non-burstable instances like m5 or c5, which offer steady CPU performance. If you'd like, feel free to share more about your setup or any other questions you have—I’m here to help! Sources: livekit-plugins/livekit-plugins-silero/livekit/plugins/silero/resources/sil... | plugins/silero/src/vad.ts | Troubleshooting Latency and Timeout Errors with Turn Detection on AWS