TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to transcribe Apple Watch recordings?

5 pointsby alexcnwyalmost 2 years ago
My current workflow is to manually upload them from the mac recordings app to fireflies but there must be a better way?

5 comments

speedgoosealmost 2 years ago
You can use Whisper to transcribe the audio to text locally on the mac.<p>You have a great Open-source implementation named whisper.cpp and a few graphical user interfaces for it:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;ggerganov&#x2F;whisper.cpp">https:&#x2F;&#x2F;github.com&#x2F;ggerganov&#x2F;whisper.cpp</a><p><a href="https:&#x2F;&#x2F;sindresorhus.com&#x2F;aiko" rel="nofollow noreferrer">https:&#x2F;&#x2F;sindresorhus.com&#x2F;aiko</a><p><a href="https:&#x2F;&#x2F;goodsnooze.gumroad.com&#x2F;l&#x2F;macwhisper" rel="nofollow noreferrer">https:&#x2F;&#x2F;goodsnooze.gumroad.com&#x2F;l&#x2F;macwhisper</a><p>Personally I use MacWhisper pro because it’s very convenient.
mrtomservoalmost 2 years ago
I use the Just Press Record[1] app on my watch, and it transcribes the audio automatically. They&#x27;re not anything sensitive or confidential, so the convenience is nice.<p>1: <a href="https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;just-press-record&#x2F;id1033342465" rel="nofollow noreferrer">https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;just-press-record&#x2F;id1033342465</a>
tikkunalmost 2 years ago
You can use Just Press Record which is good as the other commenter mentioned.<p>The other option is to use the Voice Memos app on Watch and then use the voice memos app on iPhone to share it to something like Otter.ai.<p>If you want to bulk upload then just press record is likely better because it’ll save them in iCloud, and then you can bill drag and drop upload them on your Mac.
luigi23almost 2 years ago
<a href="https:&#x2F;&#x2F;giacomomelzi.com&#x2F;transcribe-audio-messages-iphone-ai&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;giacomomelzi.com&#x2F;transcribe-audio-messages-iphone-ai...</a>
yuppie_scumalmost 2 years ago
Use Shortcuts to send them to iCloud and then process?