Show HN: Looped Whisper (FOSS) – Voice transcription menubar app for macOS(github.com)
github.com
Show HN: Looped Whisper (FOSS) – Voice transcription menubar app for macOS
https://github.com/loopedautomation/whisper
4 comments
Your use of Whisper models on-device for macOS aligns well with the goals of speech-swift (which I maintain), offering robust integration with CoreML for ASR and TTS. It could serve as an alternative with its native Swift async support on Apple Silicon. Explore more here: https://github.com/soniqo/speech-swift
I just had a look at some of your youtube videos. It looks awesome, I will definitely take a look at using it. I've been thinking about how I can support other local models in the future - I think this would make a lot of sense for the ASR in my app. Do you have any realtime ASR examples of speech-swift that I could look at?
For english Parakeet streaming is good model, and also new model Nemotron ASR Streaming.
Reach me on linkedin https://www.linkedin.com/in/ivan-sur/ if you need any help.
Awesome thanks, I sent you a request on linkedin.
You hold a global hotkey, speak, and the text gets pasted at your cursor similar to other similar/popular apps.
Some details:
I built this because I wanted local dictation that I could fully own and that handled dev jargon, without a subscription.
Superwhisper/Wispr Flow is a more polished and full-featured - this is just a hackable, open source version.