LibriSpeech
LibriSpeech is the reference dataset for English automatic speech recognition (ASR, turning spoken audio into text). It is drawn from LibriVox, the volunteer-read public domain audiobook project, and pairs roughly 1,000 hours of read English speech with sentence-level transcripts, giving a model the sound-to-words mapping it needs to learn. The audiobooks were segmented, aligned to their text, and filtered to keep only recordings that track their transcripts closely.
The corpus lives on OpenSLR, split into named subsets: train-clean-100, train-clean-360, and train-other-500 for training, with matching dev and test sets, where "clean" holds clearer speakers and "other" holds harder, noisier audio. It downloads as a straightforward set of archives, and the audio is stored as FLAC, a lossless open format that common libraries decode without fuss. For RAG in particular, LibriSpeech is less a knowledge base than the front door to one: you use it to train or evaluate the speech-to-text stage that transcribes audio before that text is chunked, embedded, and retrieved.
It is at its best as a benchmark and a training set for English read speech: prototyping a transcription pipeline, fine-tuning or comparing ASR models, or producing the transcripts that feed a voice-driven RAG system. Because almost every ASR paper reports word error rate on test-clean and test-other, your own numbers land in a directly comparable frame.
The caveats follow from what it is. This is read audiobook speech, clearly enunciated and largely free of spontaneous talk, strong accents, crosstalk, or background noise, so a strong score here does not promise strong performance on phone calls or meetings. The licence, by contrast, is clean: CC BY 4.0 allows commercial use as long as you attribute.
Among its neighbours, LibriVox is the raw material one layer up if you want more audio to align yourself, LJ Speech is the single-speaker counterpart for text-to-speech, and larger modern corpora like Common Voice and GigaSpeech supply the spontaneous, accented speech LibriSpeech deliberately leaves out.
Related sources
Emilia
A large-scale, multilingual in-the-wild speech dataset for speech generation, starting at over 101,000 hours across six languages and extended to more than 216,000 hours in Emilia-Large. Built for training natural, spontaneous TTS and speech-understanding models.
Granary
An open multilingual speech corpus from NVIDIA covering roughly one million hours of audio across 25 European languages, built for automatic speech recognition and speech translation.
LJ Speech
An open dataset of 13,100 short audio clips of a single speaker reading passages from seven non-fiction books. Every clip is transcribed and clips run from 1 to 10 seconds. Released into the public domain, it is the standard single-speaker text-to-speech benchmark.
Mozilla Common Voice
A crowdsourced speech platform from Mozilla that releases datasets under the CC0 licence. Volunteers read sentences aloud and other community members validate each recording. As of release 19.0 it holds 32,584 hours of speech across 131 languages, making it one of the largest openly licensed voice datasets available.