|
|
|
|
|
by ldenoue
182 days ago
|
|
The problem with PipeCat and LiveKit (the 2 major stacks for building voice ai) is the deployment at scale. That’s why I created a stack entirely in Cloudflare workers and durable objects in JavaScript. Providers like AssemblyAI and Deepgram now integrate VAD in their realtime API so our voice AI only need networking (no CPU anymore). |
|
e.g. Deepgram (STT) via websocket -> DO -> LLM API -> TTS?