Voice recording → AI polish → Insert into notes. One-step voice writing workflow.
Record your voice, let AI polish the text, and insert it directly at your cursor position or create a new note. Supports multiple speech-to-text providers and mixed Chinese/English recognition.
Click the 📝/🎵 button on the floating panel to switch:
| Mode | Icon | Behavior |
|---|---|---|
| Insert | 📝 | Text inserted at cursor position |
| Note | 🎵 | Creates a new markdown note with embedded audio |
Search "AI Voice Polish" in Obsidian's community plugins browser.
Download main.js, manifest.json, and styles.css from the latest release and copy them to your vault's .obsidian/plugins/ai-voice-polish/ folder.
| Provider | Required Config |
|---|---|
| Volcengine | Access Key + Secret Key + App ID |
| Qwen (DashScope) | API Key |
.md files are stored.webm/.mp4 files are storedBoth support date-based subfolder organization.
npm install
npm run build
MIT