anbang27858 downloadsTurn audio files in your vault into linked Markdown transcripts.
English | 简体中文
Echo Notes is a personal action capture and AI memory-building plugin for Obsidian. Starting from audio transcription, it turns meetings, ideas, study notes, interviews, and everyday thinking into Markdown text, then uses configurable AI analysis templates to turn raw voice into searchable, linkable, reviewable, and reusable personal knowledge assets.
The goal is not just to turn speech into text. Echo Notes is designed to help your actions, thoughts, and decisions continuously enter your personal knowledge system, so they can eventually become long-term context for a Personal Agent. Every recording captures a real moment of action; every transcript becomes a memory that AI can understand; every structured analysis adds experience to a future AI version of yourself.
The workflow is simple: insert or link an audio file in a Markdown note, run a transcription command, and Echo Notes creates a .transcript.md file and inserts a "view transcript" link back into the source note. If AI analysis is enabled, Echo Notes can choose an analysis template from nearby keywords and write structured analysis back into the matching transcript.
Privacy notice: Echo Notes makes network requests only when transcription or AI analysis is triggered. Transcription uploads the selected audio file to the configured transcription provider. AI analysis uploads the transcript text to the configured analysis provider. Do not process content that should not be sent to external services.
Most transcription tools produce one generic text output, but different recording scenarios require different reading lenses.
Echo Notes uses configurable prompt templates so the same transcription workflow can produce documents that fit the actual scenario. You can use the built-in work minutes, study notes, product requirement mining, and role-based work templates, or define your own templates, recognition keywords, and prompts.
Many meeting-minutes and transcription products can generate useful content, but the result often stays in a separate platform instead of becoming part of the Obsidian system you already use every day.
That creates several problems:
Echo Notes keeps the original recording, full transcript, and AI analysis inside the current vault, with Markdown links back to the source note. Audio can then connect naturally with daily notes, projects, meetings, learning records, and requirement management.
Echo Notes is not only an audio transcription plugin, and not only a meeting-minutes tool. Its deeper idea is that human thinking, actions, judgment, and reflection should be captured with as little friction as possible, then turned into personal context that AI can understand and use.
Traditional knowledge management usually records conclusions: a note, a document, a meeting summary, or a task list. But what truly shapes a person's ability is often not the isolated conclusion. It is the process behind it: why a judgment was made, what information was available, how people discussed the issue, which assumptions were raised, which actions were taken or abandoned, and whether the final result validated the original thinking.
These processes used to be difficult to preserve because they are scattered across meetings, voice memos, chats, temporary ideas, tasks, project execution, and retrospectives. Echo Notes starts from the most natural input: record the voice, transcribe it into text, structure the text, and let the result become Memory and Context that a personal AI can use over time.
From this perspective, each recording is more than a file. It is evidence of action. Each transcript is more than text. It is a captured thinking scene. Each AI analysis is more than a summary. It compresses human experience into reusable cognitive assets for the future.
Long term, Echo Notes aims to help users build a more complete AI version of themselves: one that knows which projects you worked on, which meetings you attended, and who you discussed problems with; one that understands how you judged requirements, decomposed problems, and made tradeoffs; one that learns your expression style, decision preferences, knowledge structure, and working methods. When a similar problem appears in the future, a Personal Agent can give advice based on your real history, not only generic knowledge.
The real goal is not to help you write a few fewer meeting notes. It is to continuously capture your real-world action trail and turn it into personal context infrastructure that future AI can understand, retrieve, reason over, and collaborate with. This direction should respect user control over data: personal memory should stay in your Obsidian vault whenever possible, and external providers should only be called when you explicitly configure and trigger them.
Implemented transcription providers:
TeleAI/TeleSpeechASRqwen3-asr-flash/audio/transcriptions endpointsProvider defaults can be changed in settings.
AI analysis uses a separate provider configuration. The default is Alibaba Bailian deepseek-v4-pro through an OpenAI-compatible /chat/completions endpoint. The analysis provider list mirrors the transcription provider list; optional chat presets must support {Base URL}/chat/completions.
Echo Notes makes network requests only when a transcription or AI analysis is triggered.
https://api.siliconflow.cnhttps://dashscope.aliyuncs.com/compatible-mode/v1https://api.openai.com/v1https://api.groq.com/openai/v1https://dashscope.aliyuncs.com/compatible-mode/v1Transcription uploads the selected audio file to the configured transcription provider. AI analysis uploads the transcript text to the configured analysis provider. Transcription and analysis API keys are stored separately with Obsidian SecretStorage. Transcript files and inline AI analysis results are written inside your Obsidian vault.
mp3mp4mpegmpgam4awavwebmProvider limits:
qwen3-asr-flash: local files are encoded as Base64 Data URLs. If the full file would exceed the 10 MB Base64 input limit, Echo Notes decodes the file locally, converts it to 16 kHz mono WAV segments, transcribes each segment in order, and writes completed segments back to the same transcript draft.Long-audio chunking currently applies only to Alibaba Bailian qwen3-asr-flash. Chunked transcripts include segment headings such as ### Segment 01(00:00-03:00) so you can match text back to the original recording. If local browser audio decoding fails, Echo Notes writes a failed transcript with the reason.
auto, or set a provider-supported language code.Recommended defaults:
| Provider | Base URL | Model |
|---|---|---|
| 硅基流动(SiliconFlow) | https://api.siliconflow.cn |
TeleAI/TeleSpeechASR |
| 阿里百炼(Alibaba Bailian) | https://dashscope.aliyuncs.com/compatible-mode/v1 |
qwen3-asr-flash |
| OpenAI(OpenAI) | https://api.openai.com/v1 |
whisper-1 |
| Groq(Groq) | https://api.groq.com/openai/v1 |
whisper-large-v3-turbo |
| 自定义兼容接口(Custom OpenAI-compatible) | your endpoint | whisper-1 |
Echo Notes relies on Obsidian's Audio recorder core plugin to create recording files. You can enable or disable that core plugin from the "Obsidian core plugin audio recorder" section at the top of Echo Notes settings.
That section also registers Echo Notes proxy commands with configurable default hotkeys:
| Action | Command | Default hotkey |
|---|---|---|
| Start the Obsidian core plugin audio recorder | Echo Notes: Start Obsidian core plugin audio recorder |
Ctrl+L |
| Stop the Obsidian core plugin audio recorder | Echo Notes: Stop Obsidian core plugin audio recorder |
Ctrl+S |
| Transcribe all audio files in the current note | Echo Notes: Transcribe all audio files in current note |
Ctrl+Z |
These hotkeys belong to Echo Notes commands. Echo Notes does not directly rewrite user hotkeys for Obsidian core plugin commands audio-recorder:start or audio-recorder:stop. If you manually override the matching Echo Notes commands in Obsidian Hotkeys, Obsidian uses your manual hotkey settings first.
Alibaba Bailian, or choose another provider that supports OpenAI-compatible Chat Completions.https://dashscope.aliyuncs.com/compatible-mode/v1 and Model as deepseek-v4-pro, or edit them. Switching providers fills that provider's editable default Base URL and model.Built-in templates:
Custom templates are supported. Each template has a name, recognition keywords, system prompt, custom prompt, and enabled switch. Enabled templates participate in keyword matching; disabled templates keep their configuration but are not used automatically.
Select an audio reference in the current Markdown note:
![[Recording 20260531001942.m4a]]
Run the command Echo Notes: Transcribe selected audio.
Echo Notes resolves the audio file, calls the configured provider, creates a transcript, and inserts a transcript link below the audio reference.
If AI analysis is enabled, Echo Notes reads the three lines above and below the audio link and chooses an enabled template by recognition keyword. After the transcript link is inserted, AI analysis runs in the background; when the model returns, the result is written before the transcript section in the same .transcript.md file. If no keyword is found, Echo Notes uses the configured default template.
Add one or more audio links to a note:
![[Recording 20260531001942.m4a]]
![[Recording 20260531002010.m4a]]
Run the command Echo Notes: Transcribe all audio files in current note.
If AI analysis is enabled, each audio link is matched independently. Different recordings in the same note can use different templates by placing different keywords near each audio link.
AI analysis runs automatically after a transcript is created or reused. Echo Notes inserts the transcript link first and does not wait for the model response. If a transcript already exists and "skip existing transcript" is enabled, running the transcription command again reuses the transcript and generates or updates AI analysis in the background.
Echo Notes writes AI analysis into a controlled block before the transcript section. Running the same template again replaces that template's existing result instead of stacking duplicates; different templates are appended inside the same AI analysis block.
Keywords are matched only against the source note lines around the audio link, not against the transcript body. If multiple templates match the same context, Echo Notes uses the first enabled template in settings order.
Input:
![[Recording 20260531001942.m4a]]
Output:
![[Recording 20260531001942.m4a]]
[[Recording 20260531001942/Recording 20260531001942.transcript|查看转写稿]]
Generated file:
Recording 20260531001942/Recording 20260531001942.transcript.md
Inline AI analysis example:
<!-- echo-notes-analysis:start -->
## AI Analysis
<!-- echo-notes-analysis-item:start work-minutes -->
### Work minutes
_Generated at: 2026-06-01T10:00:00.000Z; Provider: aliyun-bailian; Model: deepseek-v4-pro_
## Summary
This is the generated analysis content.
<!-- echo-notes-analysis-item:end work-minutes -->
<!-- echo-notes-analysis:end -->
Echo Notes can optionally watch for Markdown audio links and newly created audio files.
All automation options are disabled by default.
Echo Notes' long-term goal is to evolve from an audio transcription tool into a personal AI Memory Layer. Future work will explore:
npm install
npm run build
Run smoke tests:
npm test
.obsidian/plugins/echo-notes/.npm install and npm run build.