smalltorch44 minutes ago
Stuff like this is what doctors should use instead of blasting patient data to a AI scribe who knows where. Im pretty sure that is illegal but it still takes place and I am pretty sure one of the reasons for the push to solve FHE...but its obviously way more practical and private to just do the processing locally.
zdragnar28 minutes ago
In the US, HIPAA requires companies to sign a BAA to handle any protected information. That's pretty much the only thing stopping data from being shared. That is why, for example, a company website might use Freshpaint or a similar service instead of Google Analytics, as Google will absolutely not sign a BAA for the Analytics platform.
Your data is still collected by a third party analytics company, but they contractually bear all the legal responsibility for maintaining compliance. AI scribe companies are much the same
dandaka3 hours ago
How does it compare to models from handy.computer and whisprflow?
sidclawop3 hours ago
Handy is honestly more mature than mine — cross platform, MIT, and you can pick between Whisper and Parakeet. The real difference is just the model family. I run Qwen3-ASR through MLX instead of Whisper/Parakeet. In my own use it holds up way better with background noise and it punctuate noticeably more naturally, Take that as impression and not a measurement. Qwen3-ASR also accept vocabulary hints, which helps a lot with names and jargon. And mine does files and video with SRT export, not only dictation. Downside: Apple Silicon only. Wispr Flow is a different category — it's paid and your audio goes to their cloud. The text formatting is nicer than mine. Mine is local only and Apache-2.0, which for me is the entire point.
[deleted]44 minutes agocollapsed
dmwoodan hour ago
Question from a naive macports user. To some extent brew is orthogonal to macports. Is there an easy way to link to ffmpeg installed by macports? Thanks.
sidclawopan hour ago
good point. I haven’t tested MacPorts, but the app currently looks for ffmpeg on PATH, and the Finder launcher doesn’t include MacPorts usual /opt/local/bin. So it may not detect it at the moment. will look into adding proper MacPorts support.
jiehong4 hours ago
Congrats on the launch!
1. I see it uses python, but I was wondering if it would use mlx-swift instead. Just curious if you considered it.
2. So far, qwen ASR seem usually less well supported than parakeet or whisper so far in most dictation applications (voxtral is similar in that regard). Why do you think that is?
Thanks and good luck with your roadmap!
sidclawop3 hours ago
[dead]
abdullahkhalids2 hours ago
What languages does it support?
sidclawop2 hours ago
At least English, German, French, Russian, Italian, and Spanish. You can either select them right in the app or let it auto-detect (which it does pretty well). I think more languages are supported, though, just did not try them.
yuraoak4 hours ago
is it better than whisper from oai?
sidclawop4 hours ago
way better from my point of view. I frequently have recordings made in noisy environments. Whisper does not do the job well under such conditions. Also, Qwen respects gramma a lot and splits sentences properly.
throwaway-blaze2 hours ago
I kinda love that you misspelled 'gramma' when saying this model respects it a lot.
sidclawop2 hours ago
Well, at least one of us respects it :)
foobarqux2 hours ago
This is like 2x realtime on M1 vs 60x on fluidaudio with parakeet.
sidclawop2 hours ago
[dead]
sidclawop5 hours ago
[dead]