Ask HN: How to transcribe Apple Watch recordings?
1–6 of 6 posts
My current workflow is to manually upload them from the mac recordings app to fireflies but there must be a better way?
Re: Ask HN: How to transcribe Apple Watch recordings?
#2I use the Just Press Record[1] app on my watch, and it transcribes the audio automatically. They're not anything sensitive or confidential, so the convenience is nice.
1: https://apps.apple.com/us/app/just-press-record/id1033342465
Re: Ask HN: How to transcribe Apple Watch recordings?
#3Use Shortcuts to send them to iCloud and then process?
Re: Ask HN: How to transcribe Apple Watch recordings?
#4You can use Just Press Record which is good as the other commenter mentioned.
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.
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.
Re: Ask HN: How to transcribe Apple Watch recordings?
#5You can use Whisper to transcribe the audio to text locally on the mac.
You have a great Open-source implementation named whisper.cpp and a few graphical user interfaces for it:
https://github.com/ggerganov/whisper.cpp
https://goodsnooze.gumroad.com/l/macwhisper
Personally I use MacWhisper pro because it’s very convenient.