Live data from Hacker News

Pocket TTS: A high quality TTS that gives your CPU a voice

kyutai.org

11–20 of 164 posts

Re: Pocket TTS: A high quality TTS that gives your CPU a voice

#12
post #11

Good quality but unfortunately it is single language English only.

I echo this. For a TTS system to be in any way useful outside the tiny population of the world that speaks exclusively English, it must be multilingual and dynamically switch between languages pretty much per word.

Cool tech demo though!

Re: Pocket TTS: A high quality TTS that gives your CPU a voice

#16
post #2

I love that everyone is making their own TTS model as they are not as expensive as many other models to train. Also there are plenty of different architecture. Another recent example: https://github.com/supertone-inc/supertonic

In-browser demo of Supertonic with WASM:

https://huggingface.co/spaces/Supertone/supertonic-2

Re: Pocket TTS: A high quality TTS that gives your CPU a voice

#17
post #4

Oh this is sweet, thanks for sharing! I've been a huge fan of Kokoro and event setup my own fully-local voice assistant [1]. Will definitely give Pocket TTS a go! [1] https://github.com/acatovic/ova

Kokoro is better for tts by far

For voice cloning, pocket tts is walled so I can't tell

Re: Pocket TTS: A high quality TTS that gives your CPU a voice

#19

Is there something similar for STT? I’m using whisper distill models and they work ok. Sometimes it gets what I say completely wrong.

Parakeet is not really more accurate than Whisper, but it's much faster - faster than realtime even on CPU: https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3 . You have to use Nemo though, or mess around with third-party conversions. (Also has a big brother Canary: https://huggingface.co/nvidia/canary-1b-v2. There's also the confusingly named/positioned Nemotron speech: https://huggingface.co/nvidia/nemotron-speech-streaming-en-0...)

Re: Pocket TTS: A high quality TTS that gives your CPU a voice

#20
post #11

Good quality but unfortunately it is single language English only.

I echo this. For a TTS system to be in any way useful outside the tiny population of the world that speaks exclusively English, it must be multilingual and dynamically switch between languages pretty much per word. Cool tech demo though!

That's a pretty crazy requirement for something to be "useful" especially something that runs so efficiently on cpu. Many content creators from non-english speaking countries can benefit from this type of release by translating transcripts of their content to english and then running it through a model like this to dub their videos in a language that can reach many more people.
Post reply on HN