Bin
2025-12-17 05a69820e0c402b0b33c063d3b922f0a0571cbbb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
title: Speaker Segmentation
type: community
group: Audio/Speech Processing
image: /static/templates/speaker-segmentation.png
details: |
  <h1>Perform speaker segmentation / diarization task</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>meeting transcription, podcast production, call center analytics, courtroom transcription, broadcast news, conference calls, interview processing, lecture recordings, multi-speaker recordings, radio show analysis, parliamentary proceedings, teleconferencing</dd>
    <dt>Associated Models</dt>
    <dd>x-vectors, PLDA, VBx, pyannote.audio, speaker embedding</dd>
    <dt>Domain Terminology</dt>
    <dd>speaker diarization, voice activity detection, speaker identification, speaker change detection</dd>
  </dl>
config: |
  <View>
    <Labels name="label" toName="audio" zoom="true" hotkey="ctrl+enter">
      <Label value="Speaker one" background="#00FF00"/>
      <Label value="Speaker two" background="#12ad59"/>
    </Labels>
    <Audio name="audio" value="$audio" />
  </View>