Skip to main content

Speech & Audio AI

TTS, STT, voice cloning, and audio processing

28 entities indexed

DatasetSpeech & Audio AI

LibriSpeech

by OpenSLR / Johns Hopkins University

LibriSpeech is a corpus of approximately 1,000 hours of 16kHz read English speech derived from LibriVox audiobooks, split into clean and other subsets of 100h and 360h for training, with dedicated development and test sets. It has become the de facto standard benchmark for English ASR systems.

automatic-speech-recognitionASRenglish
56C+
BenchmarkSpeech & Audio AI

LibriSpeech

by Panayotov et al. / Johns Hopkins

LibriSpeech is the standard English automatic speech recognition (ASR) benchmark derived from LibriVox audiobooks, containing 1,000 hours of read speech at 16kHz. Word Error Rate (WER) on clean and noisy test splits drives competitive progress in ASR research.

asrspeech-recognitionenglish
55C+
ModelSpeech & Audio AI

Whisper V3

by OpenAI

OpenAI's state-of-the-art open-source automatic speech recognition model trained on 680K hours of multilingual audio. Supports 99 languages with near-human accuracy and includes translation, timestamp, and language detection capabilities.

speech-to-texttranscriptionmultilingual
54C+
SkillSpeech & Audio AI

Speech Recognition

by AaaS

Teaches integration and optimization of automatic speech recognition (ASR) systems — from Whisper to streaming cloud APIs — for agentic voice pipelines. Covers language identification, word error rate reduction, punctuation restoration, and handling noisy audio environments.

asrwhispertranscription
53C+
ScriptSpeech & Audio AI

Speech-to-Text Pipeline

by OpenAI

Production-grade ASR pipeline using OpenAI Whisper or faster-whisper with VAD-based chunking, speaker timestamp alignment, and SRT/VTT subtitle export. Handles long-form audio via sliding window segmentation and automatic language detection.

speech-to-textwhispertranscription
53C+
AgentSpeech & Audio AI

ElevenLabs Conversational Agent

by ElevenLabs

ElevenLabs' conversational AI agent platform combining industry-leading voice synthesis with real-time dialogue capabilities. Supports 29+ languages, custom voice creation, and ultra-low-latency responses for natural phone and web interactions.

voice-agenttext-to-speechvoice-cloning
52C+
BenchmarkSpeech & Audio AI

Common Voice

by Mozilla Foundation

Common Voice is Mozilla's crowd-sourced multilingual speech corpus spanning 100+ languages with verified recordings from volunteers. It benchmarks ASR systems on low-resource and diverse language conditions, making it critical for evaluating cross-lingual speech model generalization.

asrmultilingualcrowdsourced
52C+
DatasetSpeech & Audio AI

Common Voice 15

by Mozilla

Mozilla's Common Voice 15.0 is the world's largest publicly available multilingual speech corpus, containing over 30,000 hours of validated speech data across 114 languages, all contributed and validated by volunteers. It enables training and evaluation of multilingual and low-resource speech recognition systems.

ASRmultilingualcrowdsourced
52C+
DatasetSpeech & Audio AI

VoxCeleb2

by Oxford Visual Geometry Group (VGG)

VoxCeleb2 is a large-scale speaker recognition dataset containing over 1 million utterances from 6,112 celebrities extracted from YouTube videos in challenging real-world conditions. It is the standard benchmark for speaker verification and diarization research, providing naturalistic conversational speech at scale.

speaker-verificationspeaker-recognitionin-the-wild
51C+
DatasetSpeech & Audio AI

GigaSpeech

by Seasalt.ai / SpeechColab

GigaSpeech is a multi-domain English speech corpus with 10,000 hours of high-quality labeled audio for ASR, sourced from audiobooks, podcasts, and YouTube across a broad range of topics and recording conditions. Its scale and diversity make it particularly valuable for training robust, domain-generalizable speech recognition models.

ASRlarge-scaleenglish
48C
ModelSpeech & Audio AI

TTS-1

by OpenAI

OpenAI's TTS-1 is a text-to-speech model designed for real-time audio generation. It provides six distinct, natural-sounding preset voices and supports low-latency streaming, making it ideal for interactive applications. A higher-quality variant, tts-1-hd, is available for tasks where audio fidelity is prioritized over speed.

text-to-speechvoice-synthesisaudio-generation
47C
AgentSpeech & Audio AI

Vapi AI

by Vapi

Vapi AI is a developer-first platform for building and deploying real-time, conversational voice agents. It provides low-latency streaming, interruptible speech, and seamless integrations with various LLM, TTS, and STT providers. The platform is designed for developers to create sophisticated voice experiences with features like function calling and call analytics.

voice-aivoice-agentvoice-api
46C
BenchmarkSpeech & Audio AI

MusicCaps

by Agostinelli et al. / Google DeepMind

MusicCaps is a benchmark dataset of 5,521 music clips from AudioSet, each paired with a detailed text description written by professional musicians. It is primarily used for evaluating text-to-music generation models, as well as for music captioning, retrieval tasks, and fine-tuning audio-language models.

musicaudio-captioningmultimodal
46C
ScriptSpeech & Audio AI

Speaker Diarization Script

by pyannote

This script automates the process of creating turn-by-turn transcripts from multi-speaker audio files. It first uses the pyannote.audio library to perform speaker diarization, identifying who spoke and when. These speaker segments are then aligned and merged with a transcription generated by OpenAI's Whisper, producing a final text output that attributes each line of dialogue to a specific speaker.

speaker-diarizationaudio-processingtranscription
45C
ScriptSpeech & Audio AI

Voice Cloning Setup

by Coqui

Sets up a zero-shot voice cloning pipeline using Coqui XTTS-v2 or Tortoise-TTS, requiring only a 3-second reference audio clip to synthesize new speech in the target voice. Includes a FastAPI inference server, audio quality normalization, and speaker embedding export for reuse.

voice-cloningttscoqui
44C
DatasetSpeech & Audio AI

MusicNet

by University of Washington

MusicNet is a collection of 330 freely licensed classical music recordings with over 1 million annotated labels indicating the precise timing and identity of every musical note in each recording. It supports supervised learning for music transcription, instrument recognition, and music information retrieval tasks.

musicinstrument-recognitionnote-annotations
44C
ModelSpeech & Audio AI

XTTS-v2

by Coqui AI

XTTS-v2 is an open-source, cross-lingual text-to-speech model from Coqui AI. It excels at high-quality voice cloning from just a few seconds of audio and supports 17 languages. With real-time streaming inference, it's ideal for applications needing custom voices and low-latency output.

text-to-speechvoice-cloningmultilingual-tts
43C
ModelSpeech & Audio AI

Udio

by Udio

Udio is a high-fidelity text-to-music model developed by former Google DeepMind researchers that generates full songs with vocals and instruments at production-quality audio fidelity, often cited as having higher audio quality than competitors at the cost of slightly less stylistic range. It supports custom lyrics, genre blending, and audio extension, enabling iterative music production workflows.

music-generationtext-to-musicvocals
43C
SkillSpeech & Audio AI

Voice Cloning

by AaaS

Teaches agents to synthesize speech in a target speaker's voice using few-shot and zero-shot voice cloning models, enabling personalized TTS experiences. Covers consent and ethical frameworks, reference audio quality requirements, model selection (ElevenLabs, Coqui XTTS, Tortoise), and anti-spoofing safeguards.

ttsvoice-cloningeleven-labs
43C
SkillSpeech & Audio AI

Speaker Diarization

by AaaS

Enables agents to segment audio recordings by speaker identity, answering 'who spoke when' for downstream summarization and analysis tasks. Covers embedding-based clustering (pyannote.audio, NeMo), overlapping speech handling, and merging diarization with ASR transcripts.

diarizationspeaker-idaudio
43C
AgentSpeech & Audio AI

Bland AI

by Bland AI

Bland AI is an enterprise-grade AI phone agent platform designed for scalable inbound and outbound call automation. It features human-like conversational abilities, custom voice cloning, and dynamic call flows. The platform supports live call transfers and sentiment analysis to enhance customer interactions.

voice-agentphone-callsconversational-ai
43C
AgentSpeech & Audio AI

Retell AI

by Retell AI

Conversational voice AI platform purpose-built for call center automation. Delivers sub-second latency, natural turn-taking, and enterprise-grade reliability for handling millions of concurrent voice interactions.

voice-agentconversational-aicall-center
42C
AgentSpeech & Audio AI

Hume AI

by Hume AI

Hume AI offers a toolkit and APIs for building emotionally intelligent applications. It analyzes human expression across voice, face, and language to measure nuanced emotions. Its Empathic Voice Interface (EVI) enables conversational agents to adapt their tone and prosody in real-time for more natural, empathetic interactions.

emotion-aivoice-agentempathic-computing
42C
ScriptSpeech & Audio AI

Music Generation Script

by Meta AI

Generates royalty-free music from text prompts using Meta's MusicGen or AudioCraft, with controls for tempo, key, duration, and genre conditioning. Provides a CLI for batch generation and a streaming mode that writes 30-second chunks to disk or an S3 bucket.

music-generationaudiocraftmusicgen
41C
ScriptSpeech & Audio AI

Audio Classification Setup

by Community

Configures an audio classification system using Audio Spectrogram Transformer (AST) or YAMNet fine-tuned on AudioSet, with Mel spectrogram feature extraction and batch inference. Exports per-clip predictions with top-5 class probabilities and integrates with a streaming event bus for real-time use.

audio-classificationsound-eventsast
39D
SkillSpeech & Audio AI

Music Generation Prompting

by AaaS

Covers structured prompting strategies for text-to-music models (MusicGen, Suno, Udio) to generate on-brand, mood-appropriate audio tracks at scale. Teaches tempo, key, instrumentation, and style descriptors alongside iterative regeneration and stem separation workflows.

musicgenerationaudiocraft
37D
SkillSpeech & Audio AI

Audio-Visual Alignment

by AaaS

Covers techniques for synchronizing and jointly representing audio and visual streams — from automatic lip-sync scoring and AV correspondence learning to temporal grounding of spoken words in video frames. Enables agents to build richer video understanding, dubbing validation, and accessibility captioning workflows.

multimodalav-synclip-sync
34D
ModelSpeech & Audio AI

Voicebox

by Meta AI

Voicebox is Meta AI's generative speech model based on non-autoregressive flow matching that achieves state-of-the-art performance on text-to-speech, noise removal, content editing, and style transfer tasks through a unified in-context learning approach. Its flow-matching architecture allows it to generalize to new voices and styles without fine-tuning, setting a new paradigm for zero-shot speech synthesis.

text-to-speechspeech-editingin-context-learning
33D