Skip to main content
  1. Blog/

Whisper + Obsidian: Fully Automatic Voice-to-Text Notes

Author
Chengyu
I’m Chengyu — a final-year Computer Science student at the University of Sydney. I write about the things I build and break, plus hiking, travel, gaming, and gadgets.
Table of Contents

Finished wiring up Whisper and Obsidian today, so voice recordings dropped into a note now get automatically transcribed to text — fully hands-off.

What this involved
#

  1. Installing the Whisper plugin in Obsidian.
  2. Pointing it at the Cloudflare-backed, OpenAI-compatible API I set up in the previous post.
Whisper plugin settings in Obsidian
A transcribed voice note

Related