Docs / Meeting Recording / How Recording Works

How Recording Works

Dual-stream audio capture with local transcription. No bot joins your call.

QuickContract records meetings by capturing two separate audio streams simultaneously: one for the other participants on the call and one for your own voice. These streams are transcribed locally on your Mac using Whisper, so nothing is uploaded or sent to any server.

Dual-stream audio capture

Most recording tools capture a single mixed audio stream, making it difficult to distinguish who said what. QuickContract takes a different approach by maintaining two independent streams throughout the recording:

  • System audio (them) — Captures the audio output from your meeting app using the macOS AudioHardwareTapping API, introduced in macOS 14.2. This is the voice of everyone else on the call. Because it taps the audio hardware directly, it works with any meeting app without requiring Screen Recording permission or injecting a bot into your call.
  • Microphone (me) — Captures your voice through the built-in or connected microphone via CoreAudio HAL. This stream is kept separate so your words are always attributed to you in the transcript.

Each chunk of audio is labeled with a speaker tag — "me" or "them" — before it reaches the transcription engine. The result is a transcript with clear speaker attribution, so you can see exactly who said what during negotiations, deal discussions, or project calls.

Real-time transcription in chunks

Audio is processed in 10-second chunks. As each chunk completes, it is immediately sent to the local Whisper engine for transcription. This means text starts appearing in the transcript within seconds of being spoken, not after the meeting ends.

The chunked approach also keeps memory usage low. Rather than buffering an entire meeting's audio, QuickContract processes and discards audio data continuously. A one-hour meeting uses roughly the same amount of memory as a five-minute call.

Local transcription with Whisper

Transcription is handled by whisper-cpp, an optimized C++ implementation of OpenAI's Whisper model that runs as a sidecar binary alongside QuickContract. When you start a recording, QuickContract feeds each 10-second audio chunk to whisper-cpp, which returns the transcribed text.

You can choose between several model sizes — Base for speed, Turbo for a balance of speed and accuracy, or Large v3 for maximum accuracy — depending on your needs and hardware. All models run entirely on your Mac. See Whisper Models for details on choosing the right one.

Your audio never leaves your Mac

Unlike cloud-based tools, QuickContract doesn't send a bot to your meeting or upload your audio. Everything — recording, transcription, and storage — stays on your Mac. The only network calls happen if you later choose to generate a contract from the transcript using an AI provider.

What happens after recording

Once a recording ends, the full transcript is saved to QuickContract's local database. From there you can review the conversation, search through it, or use the Sales-call-to-MSA workflow to turn the discussion into a draft agreement. The transcript retains speaker labels, so the AI knows which terms were proposed by which party.

Meeting shortcuts

Meeting shortcuts are one-click prompts that turn a finished transcript into useful artifacts without typing anything. Open the chat panel on any meeting, click a shortcut, and the AI runs the prompt against the full transcript with speaker labels intact.

QuickContract ships with five built-in shortcuts:

  • Follow-up email — Drafts a professional follow-up summarizing what was discussed and outlining next steps.
  • Action items — Lists every action item with owners and deadlines, formatted as a checklist.
  • Summary — Writes a brief stakeholder-friendly summary suitable for sharing with anyone who wasn't on the call.
  • Meeting recap — Produces a structured recap with discussion points, decisions made, and open questions.
  • Debrief notes — Generates internal debrief notes covering what went well, concerns raised, and recommended next steps.

To add your own shortcut, open Settings → Meeting Shortcuts. Give it a name, pick an icon, and write the prompt you want to run against the transcript. Custom shortcuts appear in the meeting chat alongside the built-in ones, and you can hide any built-in you don't use.