Live data from Hacker News

Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

traceapp.info

11–20 of 100 posts

Re: Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

#14
post #9

Super interesting! How accurate is the local model to transcribe audio compared to other cloud services? E.g. Google Meet, Otter, Granola, etc.

A lot of the available models are Whisper or Faster-Whisper derived and shared across multiple apps. The tier names are often funny... "Tiny" "base" "small" "medium" "large" "large-v2" "large-v3" "large-v3-turbo" -en only variants, etc.

In my experience, medium is often the sweet spot for English accuracy vs speed, especially if following-up with a post-processing pass. The large options are all fine, but can severely slow it down. There are some speed checks on my website if you're curious (link not posted because I don't want to hijack another post's app).

Re: Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

#17
Nice! I really like how many variations on this idea are coming out. MacWhisper used to be great, but is kinda of a buggy mess now.

I'm making my own, for personal use. I did a survey of many and they all (that I could find) skip the fundamentals.

The major issues that I've run into:

- Crash recovery. Most of these apps are incredibly buggy and crash all the time, taking the recorded audio with them. Macwhisper is incredibly bad at this.

- Disk space. Many of these apps save wav files to disk. After a few hours of meetings, you may end up with gigabytes eaten.

- Microphone bleed. People don't always use headphones, the system mic will pick up the speaker sounds, causing duplicate (approximately) transcriptions.

I've yet to find a solution that handles all these correctly, let alone having high quality transcriptions.

Anyway, most of these apps are built around https://github.com/FluidInference/FluidAudio, if anyone is curious. Their readme has a big list of similar apps as well.

Re: Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

#18
post #17

Nice! I really like how many variations on this idea are coming out. MacWhisper used to be great, but is kinda of a buggy mess now. I'm making my own, for personal use. I did a survey of many and they all (that I could find) skip the fundamentals. The major issues that I've run into: - Crash recovery. Most of these apps are incredibly buggy and crash all the time, taking the recorded audio with them. Macwhisper is in…

Nice tip on FluidAudio that's the kind of thing I've been looking for. Thanks!

Re: Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

#19

I don't see how this is different to literally the dozens of other offline transcription apps, many open source even unlike this one.

can you share them? I'm looking for a decent open source one

I'm seeing a lot right here: https://github.com/FluidInference/FluidAudio

Re: Show HN: Trace – Offline Mac meeting transcripts you can flag mid-call

#20
post #19

Earlier quoted context omitted.

can you share them? I'm looking for a decent open source one

I'm seeing a lot right here: https://github.com/FluidInference/FluidAudio

I don’t see any there that are as focused as this one, perhaps except Talat which is considerably more expensive.
Post reply on HN