Install plugin Whisper for Obsidian
plugin's settings:
- API-key = sk-0
- API-URL = http://127.0.0.1:8000/inference
- language = en
- recording folder = rec
- transcription folder = rec_notes
create folders rec and rec_notes in Obsidian.
https://github.com/ggerganov/whisper.cpp
all binaries for 1.8.1 https://github.com/ggml-org/whisper.cpp/releases/tag/v1.8.1
direct link for Whisper.cpp binaries windows-cublas (Release v1.8.1, x64, 12.4.0) https://github.com/ggml-org/whisper.cpp/releases/download/v1.8.1/whisper-cublas-12.4.0-bin-x64.zip
from https://huggingface.co/ggerganov/whisper.cpp/tree/main and put in models folder
in my case - ggml-large-v3-q5_0.bin
create file start_whisper_server.bat in whisper.cpp folder and start the server
You're awesome!
win11+gpu tested
updated Oct 14 2025
Works perfect, explained so well bro. Amazing results. Now in Obsidian it is possible to capture any voice from onboard, trancribe it, translate it, ask mistral to reprhase the conent, use styleTTS2 to make a speech again, even more with rvc inferences. All without internet, in a medium budget laptop. This is getting wild.