---
pretty_name: "Quranic Translation Audio Data"
language:
- ar
- zh
- de
- id
- it
- ko
- fr
- pt
- ru
- bn
- bs
- en
- fa
- ur
license: apache-2.0
task_categories:
- audio-to-audio
- text-to-speech
- automatic-speech-recognition
tags:
- quran
- islam
- translation
- multilingual
- audio
- opus
- protobuf
---
---
## Overview
**Quranic Translation Audio Data** is a highly curated, standardized, and streaming-optimized multilingual audio dataset containing the complete recitation of translation audios and commentaries of the Holy Quran across **51 different translation directories**.
Every audio track has been meticulously converted from heavy .mp3 source files into the modern, high-fidelity **Opus (.opus)** format at a streaming-optimized bitrate of **32kbps**. Alongside the audio, the dataset includes highly efficient **Protocol Buffer (.pb)** files containing word-by-word/verse-by-verse timing data for real-time syncing. This ensures crystal-clear vocal clarity while achieving maximum compression and immediate playback alignment-making it ideal for:
- Mobile apps and offline Quranic platforms
- Low-bandwidth/edge-computing applications
- Multilingual Text-to-Speech (TTS) alignment and Speech Recognition (ASR) research
---
## Key Features
- High Vocal Fidelity: Audio processed using the advanced Opus interactive audio codec, providing warm and natural voice tones despite the highly compressed size.
- Minimal Footprint: By standardizing to 32kbps Opus, the entire dataset footprint is reduced by up to 65-75% compared to standard MP3 formats, saving gigabytes of storage and bandwidth.
- Protocol Buffer Timing: Binary .pb timing files are ~33% smaller than JSON and parse instantly in any language, enabling word-by-word karaoke-style highlighting.
- 100% Complete: Each language contains all 114 Surahs (chapters) from the Holy Quran, ensuring complete coverage without missing gaps.
- Perfect Organization: Standardized 3-digit naming format (001.opus/.pb to 114.opus/.pb) mapped cleanly inside individual language folders.
---
## Dataset Structure
The dataset is organized cleanly into 51 folders, each representing a specific language translation or commentary. Inside each directory, the audio and timing files are structured as follows:
```
Quranic-Translation-Audio-Data/
+- arabic_Abdullah_Al-Asmari_Commentary/
| +- 001.opus
| +- 001.pb
| +- ...
+- english_sahih_international/
| +- 001.opus
| +- 001.pb
| +- ...
+- urdu_mufti_taqi_usmani/
+- 001.opus
+- 001.pb
+- ...
```