Its great, i have been using it . Two requests though 1. iOS app 2. API option to use against meeting transcription or route audio from Mic .
Handy – Free open source speech-to-text app
71–80 of 118 posts
Re: Handy – Free open source speech-to-text app
#72FluidVoice for macOS is pretty handy as well. Open source under Apache License. https://altic.dev/fluid https://github.com/altic-dev/FluidVoice
Re: Handy – Free open source speech-to-text app
#73On a M4 Macbook Air, there was enough lag to make it unusable for me. I hit the shortcut and start speaking but there was always a 1-2sec delay before it would actually start transcribing even if the icon was displayed.
What microphone are you using?
Re: Handy – Free open source speech-to-text app
#74On a M4 Macbook Air, there was enough lag to make it unusable for me. I hit the shortcut and start speaking but there was always a 1-2sec delay before it would actually start transcribing even if the icon was displayed.
Curious if you were using AirPods or other Bluetooth headphones for this? If so, there should be "keep microphone on" or similar setting in the config that may help with this, alternatively, I set my microphone to my MacBook mic so that my headphones aren't involved at all and there is much less latency on activation
Re: Handy – Free open source speech-to-text app
#75Re: Handy – Free open source speech-to-text app
#76Re: Handy – Free open source speech-to-text app
#77Re: Handy – Free open source speech-to-text app
#78Explain to me why a speech-to-text app has 50% of its code in typescript...?
I know many people hate sites like this, but I actually like them for these use cases. You can get a quick, LLM-generated overview of the architecture, e.g. here: https://codewiki.google/github.com/cjpais/handy
Re: Handy – Free open source speech-to-text app
#79Re: Handy – Free open source speech-to-text app
#80I have dystonia which often stiffens my arms in a way that makes it impossible for me to type on a keyboard. TTS apps like SuperWhisper have proven to be very helpful for me in such situations. I am hoping to get a similar experience out of "Handy" (very apt maming from my perspective). I do, however, wonder if there is a way all these TTS tools can get to the next level. The generated text should not be just a verba…
I made something called `ultraplan`. It's is a CLI tool that records multi-modal context (audio transcription via local Whisper, screenshots, clipboard content, etc.) into a timeline that AI agents like Claude Code can consume. I have a claude skill `/record` that runs the CLI which starts a new recording. I debug, research, etc., then say "finito" (or choose your own stopword). It outputs a markdown file with your t…