Papers › LibriTTS: A Corpus Derived from LibriSpeech for Text-to-Speech

LibriTTS: A Corpus Derived from LibriSpeech for Text-to-Speech

5 Apr 2019arXiv:1904.02882links table onlyarchive 2025-07-28

Heiga Zen, Viet Dang, Rob Clark, Yu Zhang, Ron J. Weiss, Ye Jia, Zhifeng Chen, Yonghui Wu

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

This paper introduces a new speech corpus called "LibriTTS" designed for text-to-speech use. It is derived from the original audio and text materials of the LibriSpeech corpus, which has been used for training and evaluating automatic speech recognition systems. The new corpus inherits desired properties of the LibriSpeech corpus while addressing a number of issues which make LibriSpeech less than ideal for text-to-speech work. The released corpus consists of 585 hours of speech data at 24kHz sampling rate from 2,456 speakers and the corresponding texts. Experimental results show that neural end-to-end TTS models trained from the LibriTTS corpus achieved above 4.0 in mean opinion scores in naturalness in five out of six evaluation speakers. The corpus is freely available for download from http://www.openslr.org/60/.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1904.02882")

Code

Syntology Ran 1 of 17 code samples harvested from 4 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: community (archive-listed): 17 samples from 4 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Helsinki-NLP/prosody mentioned on GitHubpytorchMIT report
deciding/ParallelWaveGAN mentioned on GitHubpytorchMIT report
mamachengcheng/prosody mentioned on GitHubpytorchMIT report
skakouros/bert-prosody mentioned on GitHubpytorchMIT report
zooeygirl/waveletProsody mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 1 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
16unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

cosine_sim skakouros/bert-prosody/losses.py community (archive-listed) ran MIT (permissive) · 55b7eacdfa96a1c5 · report
chunk skakouros/bert-prosody/convert_dataset.py community (archive-listed) unverified MIT (permissive) · f50aeb5281088ff3 · report
generate_square_subsequent_mask zooeygirl/waveletProsody/transformer.py community (archive-listed) unverified MIT (permissive) · 934e64a68c92b447 · report
load_dataset Helsinki-NLP/prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · 69e2f9f2018bfea5 · report
load_dataset mamachengcheng/prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · aab5d0a9d341d750 · report
load_dataset skakouros/bert-prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · 509c06b2e68c301a · report
load_dataset zooeygirl/waveletProsody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · 7cb334ebfb9ae647 · report
load_embeddings Helsinki-NLP/prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · c3b2065399bb567e · report
load_embeddings mamachengcheng/prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · b6f866c5e91fb701 · report
pad Helsinki-NLP/prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · 6ba17c97a01e6a49 · report
pad mamachengcheng/prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · 2eb70a3bb02b8fcb · report
pad mamachengcheng/prosody/process.py community (archive-listed) unverified MIT (permissive) · 82f5c2bcab653812 · report
pad skakouros/bert-prosody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · ef8ae41c68caaf41 · report
pad zooeygirl/waveletProsody/prosody_dataset.py community (archive-listed) unverified MIT (permissive) · 3bc0d284301c0a82 · report
rediscretize_tag zooeygirl/waveletProsody/prosody_dataset_no_config.py community (archive-listed) unverified MIT (permissive) · cfd81aa27089ed35 · report
split_punctuation skakouros/bert-prosody/convert_dataset.py community (archive-listed) unverified MIT (permissive) · b1a0158abfab316c · report
weighted_mse_loss zooeygirl/waveletProsody/main2.py community (archive-listed) unverified MIT (permissive) · 3ef7a35a2729d0a8 · report

Datasets

Introduced by this paper, per the archive.

LibriTTS

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections