Earlier quoted context omitted.
why does it need to generate money?
This is the reply that was posted when Dropbox was first shown off on HN. It's a joke :)
Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
221–230 of 233 posts
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#222Earlier quoted context omitted.
Yeah that makes sense, chunking on silence would sidestep the latency issue pretty cleanly. I've been running it through a basic fastapi wrapper so it just takes whatever audio blob gets thrown at it, no chunking logic on the server side. Might be worth adding a vad pass before sending to whisper though, would cut down on processing dead air too.
Maintainer of WhisperKit here, confirming we do exactly that for longform. We search for the longest "low energy" silence in the second half of the audio window and set the chunking point to the middle of that silence. It uses a version of the webrtc vad algorithm, and significantly speeds up longform because we can run a large amount of concurrent inference requests through CoreML's async prediction api. Whisper is…
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#223Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#224Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#225I find it very helpful to see my words live - for some reason it helps my simple brain structure what I’m saying, and I’m much more fluent as a result.
I went on a mission a few weeks ago and tried every freely available MacOS STT app I could find (and there are lots of them) - but none I tried had this feature and was otherwise satisfactory. (I vibe-coded a PoC which could do this, so it’s definitely possible.)
Re: Show HN: Ghost Pepper – Local hold-to-talk speech-to-text for macOS
#226Earlier quoted context omitted.
Handy with parakeet is pretty awesome by the way!
Agree. Slept on. Wish they would do an ios version, but the creator already kind of dismissed it.