multilingual-tts/open-bible
OpenBibleTTS OpenBibleTTS is a large-scale, multilingual speech corpus for low-resource text-to-speech (TTS), spanning 37 underrepresented languages across five regions. It contains ~3,469 hours of aligned, verse-level read speech and 1,121,956 utterances, derived from the Open Bible platform and released under a permissive license. Alignment pipeline: https://github.com/davidguzmanr/open-bible-resources Source: Open Bible (CC BY-SA) Languages Africa (19), South… See the full description on the dataset page: https://huggingface.co/datasets/multilingual-tts/open-bible.
OpenBibleTTS
OpenBibleTTS is a large-scale, multilingual speech corpus for low-resource text-to-speech (TTS), spanning 37 underrepresented languages across five regions. It contains ~3,469 hours of aligned, verse-level read speech and 1,121,956 utterances, derived from the Open Bible platform and released under a permissive license.
- Alignment pipeline: https://github.com/davidguzmanr/open-bible-resources
- Source: Open Bible (CC BY-SA)
Languages
Africa (19), South Asia (13), Southeast Asia (2), Middle East (2), Caribbean (1); nine language families and seven scripts. Load each language by its config name (first column). Note: Arabic Standard = Egyptian Arabic (arb) and Ndebele = Northern Ndebele (nde).
Dataset Structure
Each language is a separate config with a single train split. One row = one verse:
Usage
from datasets import load_dataset
ds = load_dataset("multilingual-tts/open-bible", "Yoruba")Limitations
Read, scripture-domain speech with a narrow vocabulary and formal register, models may not transfer well to conversational speech. Speaker labels and forced alignments are automatic and may contain errors.
License
All audio and transcripts come from Open Bible under CC BY-SA; derivatives must be shared under compatible terms with attribution retained. Provided as a speech-technology resource only.
Citation
Please cite the following if this was useful for your work:
@misc{guzmán2026openbiblettslargescalespeechresources,
title={OpenBibleTTS: Large-Scale Speech Resources and TTS Models for Low-Resource Languages},
author={David Guzmán and Luel Hagos Beyene and Jesujoba Oluwadara Alabi and Yejin Jeon and Dietrich Klakow and David Ifeoluwa Adelani},
year={2026},
eprint={2606.09553},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2606.09553},
}