Documentation
¶
Overview ¶
Command voice-deepgram is a headless jargo voice backend.
It uses Deepgram for both speech-to-text and text-to-speech, with an Anthropic LLM.
jargo is a backend framework, so this is a server only — it exposes the WebRTC signaling endpoint POST /offer and no web UI. Point a browser client at it (the nextjs-voicebot example in gojargo/jargo-client-react, with NEXT_PUBLIC_JARGO_URL=http://localhost:8080).
DEEPGRAM_API_KEY=… ANTHROPIC_API_KEY=… go run ./examples/voice/deepgram
Click to show internal directories.
Click to hide internal directories.