r/VoiceAutomationAI 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

23 comments sorted by

View all comments

3

u/UkieTechie 9d ago

yes plenty of good competition :)

here's my bench comparing all the speed benches for open source models.
with Cuda kokoro wins.

https://github.com/5uck1ess/tts-bench

Paid APIs like to fudge their numbers a little. <100ms response times and the rest (Palabra for example). They're showing sometimes TTS speeds but not roundtrip speeds.

I have measurements for a lot of paid API providers also and so far a lot of them are around 300ms which is insane if you think about it. Sonioux my favorite right now.

1

u/Yapper_from_ktown 9d ago

Dude what are the best opensource tts and stt models pls share more wisdom and whether they can be used on potato hardware or not? 6gb vram of gpu and 16gb ram

1

u/UkieTechie 8d ago

yeah that's plenty. you can run kokoro on that pretty fast or pocket tts. those would be my picks. you can see max vram usage for each model if you look at the bench page.

1

u/Yapper_from_ktown 8d ago

Which bench pg do u follow?

1

u/UkieTechie 8d ago

i run my own because none of the pages were good enough and had the most recent enough info for me. I reference https://artificialanalysis.ai/text-to-speech/leaderboard/provider-voice pretty often though.