SpeechStack
Submit a template
← All templatestemplates / real-time-conversational-voice-bot-with-turn-detection
Pipecatnewupdated May 15, 2026 · other · other

Real-Time Conversational Voice Bot with Turn Detection

A real-time conversational voice bot that listens through your microphone, transcribes speech, generates intelligent responses, and speaks back with natural turn-taking. Supports both local console mode and browser-based WebRTC sessions. Uses voice activity detection for natural interruption handling.

No demo yetView sourceFork template
The numbers
latency
cost / min
frameworkPipecat
The stack
telephonyWeb Only
speech-to-textDeepgram Nova-3
llmGPT-4.1
text-to-speechDeepgram Aura-2
System prompt
No prompt published.
Config
config.json
{
  "vad": "Silero VAD",
  "audio_flow": "microphone → VAD → STT → Context → LLM → TTS → speaker",
  "transport_modes": [
    "local_console",
    "daily_webrtc"
  ],
  "allow_interruptions": true
}
Tags
real-timeturn-detectioninterruption-handlingwebrtcvadstreaming
Voice Notes

Voice AI recipes, picks, and analysis.

Get the useful new templates plus the occasional teardown of what’s working in production voice AI.

contributed by @lukeocodes · Proprietary · source: github discoverylanguages: en-US