Bin
2025-12-17 262fecaa75b2909ad244f12c3b079ed3ff4ae329
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
title: Audio/Speech Processing
type: templates
order: 2002
meta_title: Gallery of Audio/Speech Processing Labeling Templates
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: Automatic Speech Recognition
  categories:
  - audio transcription
  - automatic speech recognition
  - speech recognition and segmentation
  image: "/images/templates/automatic-speech-recognition.png"
  url: "/templates/transcribe_audio.html"
 
- title: Sound Event Detection
  categories:
  - sound detection
  image: "/images/templates/sound-event-detection.png"
  url: "/templates/sound_event_detection.html"
 
- title: Speaker Segmentation
  categories:
  - audio segmentation
  image: "/images/templates/speaker-segmentation.png"
  url: "/templates/speaker_segmentation.html"
 
- title: Signal Quality Detection
  categories:
  - signal quality
  - audio segmentation
  image: "/images/templates/signal-quality-detection.png"
  url: "/templates/signal_quality_detection.html"
 
- title: Dialogue Analysis
  categories:
  - dialogue analysis
  - audio classification
  image: "/images/templates-misc/dialogue-analysis.png"
  url: "/templates/dialogue_analysis.html"
 
- title: Intent Classification
  categories:
  - audio classification
  - audio segmentation
  image: "/images/templates/intent-classification.png"
  url: "/templates/intent_classification.html"
 
- title: Audio Classification
  categories:
  - audio classification
  image: "/images/templates-misc/audio-classification.png"
  url: "/templates/audio_classification.html"
 
- title: Audio Classification with Segments
  categories:
  - audio classification
  - audio segmentation
  image: "/images/templates-misc/audio-classification-segments.png"
  url: "/templates/audio_regions.html"
 
- title: Voice Activity Detection
  categories:
  - voice activity detection
  - VAD
  - signal quality detection
  image: "/images/templates-misc/voice-activity-detection.png"
  url: "/templates/voice_activity_detection.html"
 
- title: Contextual Scrolling
  categories:
  - dialogue analysis
  - audio transcription
  - speech recognition and segmentation
  image: "/images/templates/thumbnail-conversation-sentiment.png"
  url: "/templates/contextual_scrolling.html"
---