23 July 2026 · By Heni Hazbay
What Is Speaker Diarization? Who-Said-What, Explained
Speaker diarization is how software works out who is speaking in a recording. Here’s how it works, why it’s hard, and why transcripts without it are hard to use.
Speaker diarization is the process of taking an audio recording and working out who is speaking, and when. The name comes from “diary” — the algorithm produces a timeline of the conversation: Speaker A from 0:00 to 0:12, Speaker B from 0:12 to 0:31, Speaker A again after that. Combined with speech-to-text, it turns a recording into what people actually want: a transcript where every line is attributed.
Why plain transcription isn’t enough
A transcript without diarization is one long block of text. Every word might be correct, and the result can still be unusable:
so where did we land on the launch date marketing wants the 14th but engineering needs one more week then let’s lock the 21st and tell the team today
Who committed to the 21st? Was it the person with the authority to? You were in the meeting, so you might remember today. In two weeks, you won’t. Diarization is what makes the same words legible:
Speaker A: So where did we land on the launch date? Speaker B: Marketing wants the 14th, but engineering needs one more week. Speaker A: Then let’s lock the 21st and tell the team today.
Same audio, same words — but now it’s a record of a decision, with the decision-maker visible.
How diarization works, briefly
Modern systems typically do three things:
- Detect speech. Find the parts of the recording where anyone is talking at all, discarding silence and noise.
- Fingerprint the voice. Short slices of speech are converted into voice embeddings — numerical fingerprints that capture how a voice sounds (pitch, timbre, resonance) rather than what it says.
- Cluster. Slices with similar fingerprints get grouped as the same speaker. The system doesn’t know the speakers’ names — it knows there are, say, three distinct voices, and it labels them consistently throughout.
Newer approaches fold these steps into a single neural model that transcribes and attributes at the same time, which handles fast back-and-forth exchanges better than pipeline systems.
Why it’s genuinely hard
- Overlapping speech. People interrupt and talk over each other; overlapping voices blur both fingerprints.
- Similar voices. Two speakers with close pitch and accent produce embeddings that sit near each other.
- Short utterances. “Yes.” gives the model almost nothing to fingerprint.
- Distance and echo. A speaker far from the microphone sounds different from the same speaker up close.
This is why recording conditions matter: a phone placed centrally in a room gives a diarization model dramatically more to work with than one buried in a bag.
What good diarization makes possible
- Meeting minutes with owners. Decisions and action items attach to people, not to “the room”. (Why this matters for meetings →)
- Quotable interviews. Journalists and researchers can pull attributed quotes without re-listening. (Interviews →)
- Searchable lectures. The lecturer’s thread separates cleanly from questions in the room. (Lectures →)
Do you need to set anything up?
With modern tools, no. In Record and Transcribe, diarization runs automatically on every memo as part of transcription — there are no voice profiles to train and nothing to configure. You record the conversation on iPhone or Apple Watch; the transcript comes back with every line labelled. (How the speaker labels work →)
The technology has a fussy academic name, but the product of it is simple: recordings you can read like a script, with everyone’s words as their own.