Papers › IndicVoices-R: Unlocking a Massive Multilingual Multi-speaker Speech Corpus for...

IndicVoices-R: Unlocking a Massive Multilingual Multi-speaker Speech Corpus for Scaling Indian TTS

9 Sep 2024arXiv:2409.05356archive 2025-07-28

Ashwin Sankar, Srija Anand, Praveen Srinivasa Varadhan, Sherry Thomas, Mehak Singal, Shridhar Kumar, Deovrat Mehendale, Aditi Krishana, Giri Raju, Mitesh Khapra

Recent advancements in text-to-speech (TTS) synthesis show that large-scale models trained with extensive web data produce highly natural-sounding output. However, such data is scarce for Indian languages due to the lack of high-quality, manually subtitled data on platforms like LibriVox or YouTube. To address this gap, we enhance existing large-scale ASR datasets containing natural conversations collected in low-quality environments to generate high-quality TTS training data. Our pipeline leverages the cross-lingual generalization of denoising and speech enhancement models trained on English and applied to Indian languages. This results in IndicVoices-R (IV-R), the largest multilingual Indian TTS dataset derived from an ASR dataset, with 1,704 hours of high-quality speech from 10,496 speakers across 22 Indian languages. IV-R matches the quality of gold-standard TTS datasets like LJSpeech, LibriTTS, and IndicTTS. We also introduce the IV-R Benchmark, the first to assess zero-shot, few-shot, and many-shot speaker generalization capabilities of TTS models on Indian voices, ensuring diversity in age, gender, and style. We demonstrate that fine-tuning an English pre-trained model on a combined dataset of high-quality IndicTTS and our IV-R dataset results in better zero-shot speaker generalization compared to fine-tuning on the IndicTTS dataset alone. Further, our evaluation reveals limited zero-shot generalization for Indian voices in TTS models trained on prior datasets, which we improve by fine-tuning the model on our data containing diverse set of speakers across language families. We open-source all data and code, releasing the first TTS model for all 22 official Indian languages.

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="2409.05356")

Code

Syntology Ran 10 of 11 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 10 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ai4bharat/indicvoices-r officialmentioned in papermentioned on GitHubpytorchCC-BY-4.0 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

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

10ran
1unverified

Licence: 11 of the 11 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 ai4bharat/indicvoices-r. “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.

contains_english_characters ai4bharat/indicvoices-r/VoiceCraft/inference.py official repository ran CC-BY-4.0 · pointer only · 3e228ff303bcad94 · report
find_closest_cut_off_word ai4bharat/indicvoices-r/VoiceCraft/predict.py official repository ran CC-BY-4.0 · pointer only · 06244bf64882ebfe · report
get_mask_interval_from_word_bounds ai4bharat/indicvoices-r/VoiceCraft/predict.py official repository ran CC-BY-4.0 · pointer only · e0162cfc7ba3b31c · report
get_span ai4bharat/indicvoices-r/VoiceCraft/edit_utils.py official repository ran CC-BY-4.0 · pointer only · ae9e5db4e53c6dce · report
get_spk2item ai4bharat/indicvoices-r/VoiceCraft/inference.py official repository ran CC-BY-4.0 · pointer only · 1361930f16042491 · report
get_transcribe_state ai4bharat/indicvoices-r/VoiceCraft/gradio_app.py official repository ran CC-BY-4.0 · pointer only · a6e1062a6dea09b3 · report
get_transcribe_state ai4bharat/indicvoices-r/VoiceCraft/predict.py official repository ran CC-BY-4.0 · pointer only · 76f8432650c37dd1 · report
read_jsonl ai4bharat/indicvoices-r/VoiceCraft/inference.py official repository ran CC-BY-4.0 · pointer only · c0e30f6224e1afda · report
top_k_top_p_filtering ai4bharat/indicvoices-r/VoiceCraft/models/voicecraft.py official repository ran CC-BY-4.0 · pointer only · 99a311d99448f881 · report
topk_sampling ai4bharat/indicvoices-r/VoiceCraft/models/voicecraft.py official repository ran CC-BY-4.0 · pointer only · fb8e21d446dcf26f · report
find_closest_word_boundary ai4bharat/indicvoices-r/VoiceCraft/tts_demo.py official repository unverified CC-BY-4.0 · pointer only · d3cb669c6fbc4bf8 · report

Tasks

DenoisingSpeech EnhancementText to SpeechZero-shot Generalizationtext-to-speech

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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