OpenSLR
OpenSLR, short for Open Speech and Language Resources, is less a single dataset than a long-running catalogue that gives each resource its own number and download page. It hosts speech corpora, language data, software, and trained models side by side, and it is the official home of LibriSpeech, resource number 12, the 1,000-hour read-English benchmark, alongside dozens of other sets covering conversational speech, text-to-speech, pronunciation lexicons, and many individual languages.
Access is refreshingly plain. Each resource has a page with direct download links, usually mirrored across the US, Europe, and China to keep speeds reasonable. Audio arrives as WAV or FLAC with matching transcripts, typically bundled in tarballs. There is no unified API or search beyond the index, so you browse the numbered list, find the language or task you want, and pull the archive down.
Because this is audio, it feeds RAG indirectly but usefully. Use it to train or fine-tune the speech recognition that turns spoken audio into a text corpus you can then retrieve over, or to build the text-to-speech side of a voice assistant. If you are hunting for speech data in a specific, less common language, OpenSLR is one of the first places worth checking.
Licensing varies from one resource to the next, and this genuinely matters: some sets are CC BY, others carry NonCommercial or research-only terms, so check the licence on each individual entry rather than assuming the whole catalogue is uniformly open. Size, recording quality, and transcription accuracy also swing widely, especially among the smaller low-resource corpora.
For broader or more consistently licensed speech data, pair it with Mozilla Common Voice, VoxPopuli, or the audio datasets on Hugging Face. OpenSLR's strength is breadth and the long tail of languages the bigger collections tend to skip.
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.
LibriSpeech
A collection of 1,000 hours of read English speech, released under CC BY 4.0 and stored using the open-source FLAC audio encoder. Labels are aligned at the sentence level. Derived from LibriVox public domain audiobooks, it is the standard benchmark for English automatic speech recognition.
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.