Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Resonance

blackajiroblackajiro116 downloads

A local-first AI recorder with live transcription, diagnostics, and session-based notes.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates5

Resonance banner

Resonance is a local-first AI recorder for Obsidian.

It is built around:

  • Web Audio capture
  • Whisper for transcription
  • Ollama or an optional cloud provider for summaries
  • Session storage with a built-in library

The product is desktop-only.

What Resonance Does

  • Records from one main microphone plus optional extra audio inputs in the same Web Audio graph
  • Writes live transcript updates while recording
  • Builds a final summary note after the recording stops
  • Stores each session with audio, transcript, summary, and diagnostics
  • Lets you inspect, recover, clean up, and bulk-delete session artifacts from the Library

Screenshots

Recorder

Recorder UI

Library

Library UI

First Successful Session

  1. Install the plugin in your vault.
  2. Open the Resonance settings page.
  3. In Capture, choose your microphone.
  4. Optionally add loopback or monitor inputs under Additional sources if you want call or desktop audio in the same recording.
  5. In Transcription, set the whisper.cpp repo, CLI, and model paths.
  6. In Summary, keep Ollama or choose a cloud provider.
  7. Run Quick test.
  8. Open the recorder and make a short recording.
  9. Stop the session and confirm that the transcript and summary appear in the Library.

Setup Overview

Capture

  • Microphone device: the voice input you speak into
  • Additional sources: optional extra audio inputs such as loopback or monitor devices
  • Segment seconds: how often live transcript updates are committed
  • Quick test: verifies microphone access and the local pipeline

Transcription

Resonance expects a local whisper.cpp build plus a readable ggml model.

Typical setup:

git clone https://github.com/ggerganov/whisper.cpp
cd whisper.cpp
cmake -S . -B build
cmake --build build -j

Then download a model, for example:

cd /path/to/whisper.cpp/models
./download-ggml-model.sh small

Set:

  • whisper.cpp repo
  • whisper.cpp CLI
  • Model path

Summary

Recommended local path:

  • provider: Ollama
  • endpoint: http://localhost:11434
  • model: gemma3

Cloud providers are also supported, but they require API credentials on the machine where the plugin runs.

Library

The Library is the operational workspace for finished and failed sessions.

It supports:

  • previewing transcript and diagnostics
  • opening transcript and summary notes
  • audio playback and export
  • recovery actions when transcript or summary is missing
  • bulk cleanup with storage estimates
  • storage stats for visible sessions

Runtime Artifacts

Each supported session persists:

  • session.json
  • audio/recording.wav
  • audio/segments/
  • transcript/live-transcript.txt
  • summary/summary.md
  • diagnostics.log

The session Library reads these manifests rather than scanning arbitrary files.

Common Failures

Microphone access denied

Symptoms:

  • Quick test fails before recording starts
  • Capture diagnostics show microphone access denied

Fix:

  • Re-enable microphone access for Obsidian in the operating system settings
  • Return to Resonance and run Quick test again

whisper.cpp or model missing

Symptoms:

  • Diagnostics block recording
  • Quick test captures audio but transcription fails

Fix:

  • Point Resonance to a working whisper.cpp CLI
  • Set a readable ggml model file such as ggml-small.bin

Additional source unavailable

Symptoms:

  • A saved loopback or monitor input no longer appears
  • Diagnostics warn that extra sources will be skipped

Fix:

  • Re-select the source in Capture
  • Remove stale additional inputs you no longer use

Local Development

Requirements:

  • Obsidian desktop
  • Node.js
  • whisper.cpp with a local ggml model
  • Ollama if you want the default local summary path

Commands:

npm run typecheck
npm test
npm run build

Manual Install in Obsidian

  1. Run npm run build.
  2. Copy dist/main.js, dist/manifest.json, and dist/styles.css into your vault plugin folder.
  3. Enable Resonance in Obsidian community plugins.
  4. Open the Resonance settings page.
  5. Work through Capture, Transcription, and Summary.
  6. Use Diagnostics for health checks and Library for saved sessions.
HealthExcellent
ReviewSatisfactory
About
Record audio from your main microphone and optional extra inputs while generating live Whisper transcripts and post-session summaries via Ollama or a cloud provider. Store and manage sessions in a built-in Library with audio, transcripts, summaries, diagnostics, and tools to inspect, recover, clean up, or bulk-delete artifacts.
AudioAIAttachments
Details
Current version
0.1.1
Last updated
2 months ago
Created
11 months ago
Updates
5 releases
Downloads
116
Compatible with
Obsidian 1.6.6+
Platforms
Desktop only
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
blackajiroblackajiro
buymeacoffee.com/michaelgorini
GitHubblackajiro
  1. Community
  2. Plugins
  3. Audio
  4. Resonance

Related plugins

Local GPT

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.

Nexus AI Chat Importer

Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files.

Whisper

Speech-to-text using OpenAI Whisper.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Share Note

Instantly share/publish a note, with the full theme and content exactly like you see in Obsidian. Data is shared encrypted by default, and only you and the person you send it to have the key.

Agent Client

Chat with Claude Code, Codex, Gemini CLI, and more via the Agent Client Protocol — right from your vault.

Ink

Handwriting and drawing directly between paragraphs using a digital pen, stylus, or Apple pencil.