> ## Documentation Index
> Fetch the complete documentation index at: https://superwhisper.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Speaker-Separated Meetings

> Learn how to transcribe meetings with speaker separation and process them with AI for enhanced insights. This method combines Superwhisper's speaker identification capabilities with powerful AI processing.

<Note>
  This is an advanced workflow requiring configuration file edits and multiple steps. If you need basic meeting summaries, consider using the standard Meeting Mode. Or, if you want speaker-separated transcripts with basic AI processing, simply enable "Identify Speakers" in any mode.
</Note>

## Overview

This guide shows you how to combine speaker-separated transcription with AI analysis to understand each participant's contributions in your meetings. You'll learn how to capture detailed transcripts that track who said what, then use AI to extract meaningful insights from individual speakers' input.

## Transcription Setup and Recording

<Steps>
  <Step title="Create a Speaker Separation Mode">
    Create a new Voice Mode with these settings:

    * Enable "Identify Speakers" toggle
    * Enable "Record from System Audio" if recording live meetings

    <Tip>While all voice models support speaker separation, Nova voice models deliver the most accurate and reliable results for this feature.</Tip>
  </Step>

  <Step title="Capture & Transcribe Your Meeting">
    Choose your preferred recording method:

    <AccordionGroup>
      <Accordion title="Live Recording">
        * Select your newly created mode
        * Start recording
          <Note>Be aware that pressing Escape will stop recording</Note>
      </Accordion>

      <Accordion title="Process Existing Audio">
        * Record meeting with your preferred app
        * Select your newly created mode
        * Click the Superwhisper menu bar icon
        * Select "Transcribe File"
        * Choose your audio file
      </Accordion>
    </AccordionGroup>
  </Step>

  <Step title="Access Your Transcript">
    <img style={{ borderRadius: '0.5rem' }} src="https://mintcdn.com/superwhisper/CjTilNkn0OPO65M5/images/modes/modes-speaker-separation-001.png?fit=max&auto=format&n=CjTilNkn0OPO65M5&q=85&s=fba3547561e06f81d0a88a5406c2e28d" alt="Speaker separation interface showing transcribed meeting with different speakers identified" width="2584" height="1710" data-path="images/modes/modes-speaker-separation-001.png" />

    1. Open Superwhisper History
    2. Select the Segments tab
    3. Rename speakers (optional):
       * Click speaker names directly, or
       * Use the right sidebar's Speakers section
    4. Click "Copy to Clipboard" to get the full speaker-separated transcript
  </Step>
</Steps>

***

## AI Processing and Analysis

### Option A: External AI Services

* Use OpenAI, Claude, or your preferred AI provider
* Request your desired analysis on the transcript

### Option B: Superwhisper Custom Mode

<Steps>
  <Step title="Create a new Custom Mode">
    * Write an assistant-focused prompt
    * Enable Application Context
      <Tip>For tips and ideas on how to get the best results with your custom instructions, check these [prompting tips](custom#prompting-tips).</Tip>
  </Step>

  <Step title="Process Your Transcript">
    * Open any text editor
    * Paste your speaker-separated transcript
    * Activate the mode you have just created
    * Dictate your analysis request
  </Step>
</Steps>

### Sample Procesing Requests

```
"Summarize this meeting's key points by speaker"
"Extract action items and assign them to each speaker"
"Show which team members contributed to each key decision"
"Create a participation report showing who discussed which topics in this meeting"
"Break down topic ownership and insights by participant from this meeting's transcript"
```
