Audio Recording Timer

Audio Recording Timer starts Obsidian’s core Audio recorder with either a countdown duration or a scheduled end time. When the timer finishes, it stops recording automatically, which helps with meetings, lectures, interviews, and quick voice notes.

GitHub repository

Main Features

  • Start Obsidian’s core Audio recorder with a timer
  • Choose a countdown duration or a scheduled end time
  • Show remaining time in the status bar on desktop
  • Stop or extend an active recording from the plugin icon
  • Works on Obsidian desktop and mobile
  • No network access and no telemetry

How To Use

Click the timer icon in Obsidian’s left ribbon. In the dialog, choose a recording duration or an end time, then press Start.

While recording, click the timer icon again to stop immediately or extend the recording.

Screenshot

Timer dialog for choosing a recording duration or end time
Choose a duration or end time before starting Obsidian's recorder.

Settings And Notes

This plugin controls Obsidian’s core Audio recorder plugin. Before using it, enable Audio recorder in Obsidian’s core plugin settings.

By default, the plugin calls these command IDs:

Action Command ID
Start recording audio-recorder:start
Stop recording audio-recorder:stop

If needed, you can change the command IDs in Obsidian’s Audio Recording Timer settings.

If you want a single recording UI, you can hide Obsidian’s core recorder ribbon icon. If the operating system suspends Obsidian, such as during sleep, the plugin runs the stop command immediately after the app resumes.

Installation

Install the plugin in either of these ways:

  1. From Obsidian: Open Settings → Community plugins → Browse, search for Audio Recording Timer, then install and enable it.
  2. From the Community site: Open the Audio Recording Timer Community Plugin page and select Add to Obsidian. Obsidian opens so you can install the plugin.

Privacy And Compatibility

The plugin itself has no network access, no telemetry, no ads, no account requirement, and no paid features. It uses the microphone through Obsidian’s core Audio recorder, and recorded files are created by Obsidian inside your vault.

  • Obsidian 1.8.0+
  • Desktop and mobile
  • License: MIT