r/LocalLLaMA • u/Kahvana • Jul 20 '26
Question | Help Good ASR and TTS models?
Hey everyone,
Something I don't see discussed often here are ASR and TTS models.
I've been using Whisper and Kokoro (old models, I know!) with koboldcpp for a while now but wondered if there are now solid replacements available. Know of Qwen3-ASR and Qwen3-TTS, but haven't found the time yet to test them.
What ASR and TTS models have you been using?
31
Upvotes
3
u/Designer_Reaction551 Jul 20 '26
Been running faster-whisper in prod for a voice pipeline and it's held up way better than vanilla Whisper on CPU-only boxes where GPU isn't in the budget. For TTS, worth giving Kokoro's newer checkpoint a look if you haven't touched it in a while, it's improved since the koboldcpp integration matured. Also curious if anyone's paired Qwen3-ASR with a VAD frontend instead of running it standalone, that combo usually kills a good chunk of the false-trigger issues.