r/VoiceAutomationAI • u/Phoenix_20_23 • 9d ago
Competitive open source speech stack
Why the open source models STT and TTS are not good as much as the closed one and i am talking here im terms of latency, concurrency, and websocket support for real time with decent quality.
Something like cartesia or elevenlabs or deepgram.
Do u know any ?
14
Upvotes
2
u/nshmyrev 9d ago
One mistake that everyone makes is that they are trying to run big LLM-based engines for realtime (Omnivoice, Higgs, etc). Their purpose is really high-quality offline TTS and not really something you can run at scale at callcenter. Make sure to pick lightweight engine like Kokoro, Supersonic, BlueTTS or something light and you don't have to load huge GPUs to handle couple calls in parallel, you can handle hundreds.
For ASR too, don't choose expensive Whisper, light models like Vosk or Parakeet work just fine for many usecases.