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

Carbon Voice Sync

Travis BogardTravis Bogardphononxphononx56 downloads

Sync your Carbon Voice conversations and voice memos into your vault as Markdown notes.

Add to Obsidian
Carbon Voice Sync screenshot
Carbon Voice Sync screenshot
Carbon Voice Sync screenshot
  • Overview
  • Scorecard
  • Updates5

Sync your Carbon Voice conversations and voice memos into your Obsidian vault as Markdown notes.

Desktop and mobile. The plugin talks to the Carbon Voice API over the network and runs on both Obsidian desktop and mobile.

Use cases

  • Async meeting notes in your vault. Just as people pull meeting recordings and transcriptions into Obsidian, this brings your Carbon Voice async conversations in automatically — so the discussion, decisions, and transcripts live alongside the rest of your notes and are there to refer back to later.
  • Feed your second brain by voice. Drop a quick thought into a Carbon Voice voice memo and it gets transcribed and synced into Obsidian on its own — no typing, no copy-paste. Capture ideas the moment they happen and let them flow straight into your knowledge base.

Features

  • Connect your Carbon Voice account with a Personal Access Token — the token is stored locally in your vault and only ever sent to the Carbon Voice API.
  • Choose what syncs:
    • Conversations — all of them, only those in selected workspaces, or a hand-picked set of conversations.
    • Voice memos — all of them, only those in selected workspaces, or specific folders.
  • Import history per category, with a configurable window (last 7 / 30 / 90 / 365 days, or all time).
  • Background sync on a configurable interval, and optional sync on startup.
  • Optional transcripts — include or omit message transcripts in your notes.
  • Linked knowledge graph — participants, message senders and workspaces become [[wiki links]] to auto-generated People and Workspace notes, so the Obsidian graph and backlinks connect every conversation and memo. Those stub notes are created once and never overwritten, so you can annotate them freely.
  • AI summaries — a voice memo's Carbon Voice summary is written into a ## Summary section at the top of its note.
  • Audio playback in your notes — listen right next to the transcript. Choose how:
    • Embed player (default) — inline Carbon Voice player, nothing stored in your vault; private messages show their own locked state.
    • Download for offline — save each message's audio into a Media folder and embed a native player, so playback works offline (and for private audio).
    • Off — no player, just the "Open in Carbon Voice" link.

Status: 0.1.1 — an early but working release. Account connection, all sync configuration (scopes, folders, workspaces, history windows), forward sync, and historical import are functional. As an early release, the note format and settings may still change between versions, so consider a test vault or a backup if that matters to you.

Installation

From the Community Plugins browser (once listed)

  1. Open Settings → Community plugins → Browse.
  2. Search for Carbon Voice Sync.
  3. Click Install, then Enable.

Beta install via BRAT (available now)

Before the plugin is listed in the community store, you can install and auto-update it with BRAT — this works on both desktop and mobile:

  1. Install the BRAT community plugin and enable it.
  2. In BRAT's settings, choose Add Beta Plugin and enter phononx/cv-obsidian-sync.
  3. Enable Carbon Voice Sync under Community plugins.

Manual install

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Create a folder named carbon-voice-sync in your vault's .obsidian/plugins/ directory.
  3. Copy the three files into that folder.
  4. Reload Obsidian and enable Carbon Voice Sync under Community plugins.

Setup

  1. Generate a Personal Access Token in the Carbon Voice app: open the Profile menu, select Integrations → Integration Credentials, and create a token.
  2. In Obsidian, open Settings → Carbon Voice Sync and click Add token.
  3. Paste your token and click Connect. Once validated, your account name and email appear at the top of the settings.
  4. Configure your sync folder, interval, and the conversation and voice memo scopes to control exactly what gets pulled into your vault.

Development

Requires Node.js 20+.

npm install      # install dependencies
npm run dev      # rebuild main.js on change (esbuild watch)
npm run build    # production build

The build bundles src/main.ts into main.js at the repo root. main.js is git-ignored — it is produced by the build and attached to GitHub releases rather than committed.

Releasing

Releases are automated by .github/workflows/release.yml. To cut one:

npm version <patch|minor|major>   # bumps package.json, manifest.json, versions.json
git push --follow-tags            # pushes the branch and the version tag

Pushing the tag triggers a build and creates a draft GitHub release with main.js, manifest.json, and styles.css attached as assets. Review it and publish (drafts are invisible to BRAT and downloaders until published). The npm version step keeps manifest.json and versions.json in sync with the tag, and .npmrc sets tag-version-prefix="" so the tag has no v prefix — the release name then always matches the plugin version exactly, as Obsidian requires. The workflow fails fast if the tag and manifest version disagree.

License

MIT © Phonon X, Inc.

HealthExcellent
ReviewSatisfactory
About
Sync Carbon Voice conversations and voice memos into your Obsidian vault as Markdown notes on desktop and mobile. Include transcripts, AI summaries, and embedded audio playback; generate People and Workspace [[wiki links]] to connect conversations in your graph with local token storage and background sync.
IntegrationsSyncingAudio
Details
Payments
Optional
Current version
0.6.0
Last updated
3 weeks ago
Created
4 weeks ago
Updates
5 releases
Downloads
56
Compatible with
Obsidian 1.7.2+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Payments
More recording. More AI actions. Voice Cloning.
Authors
Travis BogardTravis Bogardtravisbogard
GitHubtravisbogard
Xtravisbogard
travisbogard
phononxphononx
getcarbon.app
GitHubphononx
  1. Community
  2. Plugins
  3. Integrations
  4. Carbon Voice Sync

Related plugins

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.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Google Drive Sync

Syncs a vault into Google Drive for cross-platform use (works for iOS).

Remotely Save

Sync notes between local and cloud with smart conflict: S3, Dropbox, webdav, OneDrive, Google Drive, Box, pCloud, Yandex Disk, Koofr, Azure Blob Storage.

OneDrive Sync

Sync your Obsidian vault with OneDrive Personal/Consumer

WebDAV Sync

General-purpose & bidirectional WebDAV syncing for your vault. Designed for stability and robust file handling without vendor lock-in.

Syncthing Integration

Syncthing integration.

BRAT

Easily install a beta version of a plugin for testing.

Local REST API with MCP

Unlock your automation needs by interacting with your notes over a secure REST API.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.