https://handy.computer got good marks from a very nontechnical user in my life this week! Local, FOSS
To save a click, it's just a fancy front end for Whisper plus a weaker CPU-only model. It has a demo video that seems impressive, but the speech is careful to sound casual while having no meaningful flaws that would cause it to mess up. If you want to make a speech to speech tool, which is what this post asks about, it would make more sense to go straight to Whisper.
Ask HN: What's the current best local/open speech-to-speech setup?
21–30 of 78 posts
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#22You should look into the new Nvidia model: https://research.nvidia.com/labs/adlr/personaplex/ It has dual channel input / output and a very permissible license
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#23https://handy.computer got good marks from a very nontechnical user in my life this week! Local, FOSS
To save a click, it's just a fancy front end for Whisper plus a weaker CPU-only model. It has a demo video that seems impressive, but the speech is careful to sound casual while having no meaningful flaws that would cause it to mess up. If you want to make a speech to speech tool, which is what this post asks about, it would make more sense to go straight to Whisper.
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#24Earlier quoted context omitted.
To save a click, it's just a fancy front end for Whisper plus a weaker CPU-only model. It has a demo video that seems impressive, but the speech is careful to sound casual while having no meaningful flaws that would cause it to mess up. If you want to make a speech to speech tool, which is what this post asks about, it would make more sense to go straight to Whisper.
you can use gpu too. i have to admit the app is very easy to use and super convenient. kudos to creator
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#25I was able to conversational latency with the ability to interrupt the pipeline on a Mac, using a variety of tricks. It's MLX, so only relevant if you have a Mac.
https://github.com/andrewgph/local_voice
For MLX speech to speech, I've seen:
The mlx-audio package has some MLX implementations of speech to speech models: https://github.com/Blaizzy/mlx-audio/tree/main
kyutai Moshi, maybe old now but has a MLX implementation of their speech to speech model: https://github.com/kyutai-labs/moshi
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#26Re: Ask HN: What's the current best local/open speech-to-speech setup?
#27It can’t be too far off considering Siri and TTS has been on devices for ages
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#28It requires a bit of tinkering, but I think pipecat is the way to go. You can plug in pretty much any STT/LLM/TTS you want and go. It definitely supports local models but its up to you to get your hands on those models. Not sure if there's any turnkey setups that are preconfigured for local install where you can just press play and go though. Last I heard E2E speech to speech models are still pretty weak. I've had pr…
Re: Ask HN: What's the current best local/open speech-to-speech setup?
#29Re: Ask HN: What's the current best local/open speech-to-speech setup?
#30On iOS I'm also using the same app, with the Apple Speech model, which I found out to be better performing for me than the parakeet/whisper. One drawback for the apple model is that you need iOS/Mac 26+ - and I haven't bothered to update to Tahoe on my mac.
Both of the models work instantly for me (Mac M1, iphone 17 Pro).
Edit: Aaaand I just saw that you're looking for speech-to-speech. Oops, still sleeping.