Live data from Hacker News

Show HN: Whispering – Open-source, local-first dictation you can trust

github.com

41–50 of 159 posts

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#41
post #13

Does this support using the Parakeet model locally? I'm a MacWhisper user and I find that Parakeet is way better and faster than Whisper for on-device transcription. I've been using push-to-transcribe with MacWhisper through Parakeet for a while now and it's quite magical.

+1 for MacWhisper. Very full featured, nice that it's a one time purchase, and the developer is constantly improving it.

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#43
post #13

Does this support using the Parakeet model locally? I'm a MacWhisper user and I find that Parakeet is way better and faster than Whisper for on-device transcription. I've been using push-to-transcribe with MacWhisper through Parakeet for a while now and it's quite magical.

Parakeet is amazing - 3000x real-time on an A100 and 5x real-time even on a laptop CPU, while being more accurate than whisper-large-v3 (https://huggingface.co/spaces/hf-audio/open_asr_leaderboard). NeMo is a little awkward though; I'm amazed it runs locally on Mac (for MacWhisper).

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#44
post #21

are there any non-Whisper-based voice models/tech/APIs?

Yes, we currently support OpenAI/ElevenLabs/Deepgram APIs that all use non-Whisper models (presumedly) under the hood. Speaches also supports other models that are not Whisper. Hopefully adding Parakeet support later too!

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#45
Earlier today I discovered Vibe: https://github.com/thewh1teagle/vibe

Local, using WhisperX. Precompiled binaries available.

I'm hoping to find and try a local-first version of an nvidia/canary like (like https://huggingface.co/nvidia/canary-qwen-2.5b) since it's almost twice as fast as Whisper with even lower word-error-rate

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#46

Earlier today I discovered Vibe: https://github.com/thewh1teagle/vibe Local, using WhisperX. Precompiled binaries available. I'm hoping to find and try a local-first version of an nvidia/canary like (like https://huggingface.co/nvidia/canary-qwen-2.5b ) since it's almost twice as fast as Whisper with even lower word-error-rate

Been using WhisperX myself for years. The big factor is the diarization they offer through pyannotate in the single package. I do like the software even if they make some weird choices and configuration issues.

Allegedly Groq will be offering diarization with their cloud offering and super fast API which will be huge for those willing to go off-local.

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#47
Wait, I'm confused. The text here says all data remains on device and emphasises how much you can trust that, that you're obsessed with local-first software, etc. Clicking on the demo video, step one is... configuring access tokens for external services? Are the services shown at 0:21 (Groq, OpenAI, Antrophic, Google, ElevenLabs) doing the actual transcription, listening to everything I say, and is only the resulting text that they give us subject to "it all stays on your device"? Because that's not at all what I expected after reading this description

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#48

Now we just need text to speech so we can truly interact with our computers hands free.

    $ apt install espeak-ng
    $ espeak-ng 'Hello, World!'
It takes some adjustment and sounds a lot worse than what e.g. Google ships proprietarily on your phone, but after ~30 seconds of listening (if I haven't used it recently) I understand it just as well as I understand the TTS engine on my phone

If there's a more modern package that sounds more human that's a similar no-brainer to install, I'd be interested, but just to note that this part of the problem has been solved for many years now, even if the better-sounding models are usually not as openly licensed, orders of magnitude more resource-intensive, limited to a few languages, and often less reliable/predictable in their pronunciation of new or compound words (usually not all of these issues at once)

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#49
post #47

Wait, I'm confused. The text here says all data remains on device and emphasises how much you can trust that, that you're obsessed with local-first software, etc. Clicking on the demo video, step one is... configuring access tokens for external services? Are the services shown at 0:21 (Groq, OpenAI, Antrophic, Google, ElevenLabs) doing the actual transcription, listening to everything I say, and is only the resulting…

[deleted]

Re: Show HN: Whispering – Open-source, local-first dictation you can trust

#50
post #13

Does this support using the Parakeet model locally? I'm a MacWhisper user and I find that Parakeet is way better and faster than Whisper for on-device transcription. I've been using push-to-transcribe with MacWhisper through Parakeet for a while now and it's quite magical.

seems like "not yet" is the answer from other comments
Post reply on HN