{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/libritts-a-corpus-derived-from-librispeech","title":"LibriTTS: A Corpus Derived from LibriSpeech for Text-to-Speech","arxiv_id":"1904.02882","date":"2019-04-05","proceeding":null,"authors":["Heiga Zen","Viet Dang","Rob Clark","Yu Zhang","Ron J. Weiss","Ye Jia","Zhifeng Chen","Yonghui Wu"],"abstract":"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/.","url_abs":"https://arxiv.org/abs/1904.02882v1","url_pdf":"https://arxiv.org/pdf/1904.02882v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"libritts-a-corpus-derived-from-librispeech","repo_url":"https://github.com/Helsinki-NLP/prosody","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"libritts-a-corpus-derived-from-librispeech","repo_url":"https://github.com/deciding/ParallelWaveGAN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"libritts-a-corpus-derived-from-librispeech","repo_url":"https://github.com/mamachengcheng/prosody","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"libritts-a-corpus-derived-from-librispeech","repo_url":"https://github.com/skakouros/bert-prosody","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"libritts-a-corpus-derived-from-librispeech","repo_url":"https://github.com/zooeygirl/waveletProsody","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[],"methods":[],"datasets_introduced":[{"slug":"libritts","name":"LibriTTS","full_name":"LibriTTS"}],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1904.02882","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1904.02882"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/deciding/ParallelWaveGAN","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/Helsinki-NLP/prosody","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zooeygirl/waveletProsody","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/skakouros/bert-prosody","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mamachengcheng/prosody","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":1,"unverified":16},"by_repo_kind":{"listed":{"samples":17,"ran":1,"repositories":4}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"55b7eacdfa96a1c5","entry":"cosine_sim","repo":"skakouros/bert-prosody","repo_kind":"listed","path":"losses.py","file_url":"https://github.com/skakouros/bert-prosody/blob/HEAD/losses.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"55b7eacdfa96a1c5"}},{"code_sha256_prefix":"f50aeb5281088ff3","entry":"chunk","repo":"skakouros/bert-prosody","repo_kind":"listed","path":"convert_dataset.py","file_url":"https://github.com/skakouros/bert-prosody/blob/HEAD/convert_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"f50aeb5281088ff3"}},{"code_sha256_prefix":"934e64a68c92b447","entry":"generate_square_subsequent_mask","repo":"zooeygirl/waveletProsody","repo_kind":"listed","path":"transformer.py","file_url":"https://github.com/zooeygirl/waveletProsody/blob/HEAD/transformer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"934e64a68c92b447"}},{"code_sha256_prefix":"69e2f9f2018bfea5","entry":"load_dataset","repo":"Helsinki-NLP/prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/Helsinki-NLP/prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"69e2f9f2018bfea5"}},{"code_sha256_prefix":"aab5d0a9d341d750","entry":"load_dataset","repo":"mamachengcheng/prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/mamachengcheng/prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aab5d0a9d341d750"}},{"code_sha256_prefix":"509c06b2e68c301a","entry":"load_dataset","repo":"skakouros/bert-prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/skakouros/bert-prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"509c06b2e68c301a"}},{"code_sha256_prefix":"7cb334ebfb9ae647","entry":"load_dataset","repo":"zooeygirl/waveletProsody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/zooeygirl/waveletProsody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7cb334ebfb9ae647"}},{"code_sha256_prefix":"c3b2065399bb567e","entry":"load_embeddings","repo":"Helsinki-NLP/prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/Helsinki-NLP/prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c3b2065399bb567e"}},{"code_sha256_prefix":"b6f866c5e91fb701","entry":"load_embeddings","repo":"mamachengcheng/prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/mamachengcheng/prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b6f866c5e91fb701"}},{"code_sha256_prefix":"6ba17c97a01e6a49","entry":"pad","repo":"Helsinki-NLP/prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/Helsinki-NLP/prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6ba17c97a01e6a49"}},{"code_sha256_prefix":"2eb70a3bb02b8fcb","entry":"pad","repo":"mamachengcheng/prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/mamachengcheng/prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2eb70a3bb02b8fcb"}},{"code_sha256_prefix":"82f5c2bcab653812","entry":"pad","repo":"mamachengcheng/prosody","repo_kind":"listed","path":"process.py","file_url":"https://github.com/mamachengcheng/prosody/blob/HEAD/process.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"82f5c2bcab653812"}},{"code_sha256_prefix":"ef8ae41c68caaf41","entry":"pad","repo":"skakouros/bert-prosody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/skakouros/bert-prosody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ef8ae41c68caaf41"}},{"code_sha256_prefix":"3bc0d284301c0a82","entry":"pad","repo":"zooeygirl/waveletProsody","repo_kind":"listed","path":"prosody_dataset.py","file_url":"https://github.com/zooeygirl/waveletProsody/blob/HEAD/prosody_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3bc0d284301c0a82"}},{"code_sha256_prefix":"cfd81aa27089ed35","entry":"rediscretize_tag","repo":"zooeygirl/waveletProsody","repo_kind":"listed","path":"prosody_dataset_no_config.py","file_url":"https://github.com/zooeygirl/waveletProsody/blob/HEAD/prosody_dataset_no_config.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"cfd81aa27089ed35"}},{"code_sha256_prefix":"b1a0158abfab316c","entry":"split_punctuation","repo":"skakouros/bert-prosody","repo_kind":"listed","path":"convert_dataset.py","file_url":"https://github.com/skakouros/bert-prosody/blob/HEAD/convert_dataset.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b1a0158abfab316c"}},{"code_sha256_prefix":"3ef7a35a2729d0a8","entry":"weighted_mse_loss","repo":"zooeygirl/waveletProsody","repo_kind":"listed","path":"main2.py","file_url":"https://github.com/zooeygirl/waveletProsody/blob/HEAD/main2.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ef7a35a2729d0a8"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}