The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
π Overview
Quranic Recitation Dataset (Word-by-Word Sync) is a highly optimized, production-ready dataset containing high-quality audio recitations of the Holy Quran synchronized at the word-by-word level.
This dataset features 34 world-renowned reciters, with every Surah (114 chapters) mapped precisely to millisecond-accurate word timestamps. It is designed for modern Islamic mobile and web applications β served via a Cloudflare Edge CDN with native range-request support for instant audio streaming and seeking.
π Key Features
- 34 Reciters Γ 114 Surahs β totaling 3,876 audio files with matching timing data.
- Optimized Audio β Mono-channel, 16kHz, 32kbps
.opusformat. Exceptional clarity at ultra-low bandwidth. - Per-Surah Architecture β Each surah is a single
.opusfile. Seek to any ayah using the timing data β no need to download individual ayah files. - Protocol Buffer Timing β Binary
.pbtiming files are ~33% smaller than JSON and parse instantly in any language. - Cloudflare Edge CDN β Files are served from
cdn.mualim.appwith edge caching, CORS, and native HTTP206 Partial Contentfor mobile audio seeking. - Word-Level Accuracy β Timestamps map to standard Uthmani script word indices, enabling karaoke-style highlighting.
π‘ CDN Access
This dataset is served via a Cloudflare Worker that proxies HuggingFace with aggressive edge caching. You never need to download the 17GB repository locally.
Base URL
https://cdn.mualim.app
URL Format
{BASE_URL}/{slug}/{surah_number}.{opus|pb}
Quick Examples
# Audio β Mishari Rashid Al-Afasy, Surah Al-Fatihah
curl https://cdn.mualim.app/mishari-rashid-al-afasy-murattal-hafs/001.opus
# Timing β Same reciter, same surah (Protocol Buffer)
curl https://cdn.mualim.app/mishari-rashid-al-afasy-murattal-hafs/001.pb
# Range Request (for mobile seeking)
curl -H "Range: bytes=0-1024" \
https://cdn.mualim.app/mishari-rashid-al-afasy-murattal-hafs/001.opus
# β 206 Partial Content β
CDN Features
| Feature | Details |
|---|---|
| Edge Caching | max-age=31536000, immutable (1 year) |
| Range Requests | Native 206 Partial Content support |
| CORS | Access-Control-Allow-Origin: * |
| Stale Fallback | stale-if-error=604800 (7 days) |
| Fallback Origin | Direct HuggingFace if CDN cache misses |
Direct HuggingFace Fallback
If the CDN is unavailable, you can fetch directly from HuggingFace:
https://huggingface.co/datasets/zaibihassan/Quranic-Recitation-Data/resolve/main/{Folder Name}/{Surah}/{File}
Note: Folder names on HuggingFace contain spaces and special characters (e.g.,
Mishari Rashid Al Afasy (Murattal β Hafs)). The CDN slug mapping handles this automatically.
π Dataset Structure
The dataset is organized by Reciter Folder β Surah Number (001β114).
Each surah folder contains two files:
{surah}.opusβ Per-surah audio file (full surah in one file){surah}.pbβ Protocol Buffer word-by-word timing data
Quranic-Recitation-Data/
βββ Abdul Basit Abdul Samad (Mujawwad β Hafs)/
β βββ 001/
β β βββ 001.opus (Full Surah Al-Fatihah audio)
β β βββ 001.pb (Word timestamps for all ayahs)
β βββ 002/
β β βββ 002.opus
β β βββ 002.pb
β βββ ...
βββ Mishari Rashid Al Afasy (Murattal β Hafs)/
βββ Alijon Qari/
βββ ...
β±οΈ Timing Data Schema (Protocol Buffers)
The .pb timing files map every verse in a surah to word-level timestamps.
Protocol Buffer Schema (recitation.proto)
syntax = "proto3";
package recitation;
message WordSegment {
int32 word_index_0_based = 1;
int32 word_index_1_based = 2;
int32 timestamp_from = 3; // milliseconds from start of surah
int32 timestamp_to = 4; // milliseconds from start of surah
}
message VerseSegments {
repeated WordSegment segments = 1;
}
message SurahTimestamps {
map<string, VerseSegments> verses = 1; // key = "surah:ayah" (e.g., "1:1")
}
How It Works
Each .pb file contains a SurahTimestamps message with all verses of that surah. The timestamps are relative to the start of the surah audio file, so you can:
- Load the surah
.opusaudio - Decode the
.pbtiming data - To play a specific ayah, seek the audio to
verses["1:3"].segments[0].timestamp_frommilliseconds - Highlight words in real-time as
currentTimeMsfalls between each segment'stimestamp_fromandtimestamp_to
π CDN Slug Map
The CDN uses URL-friendly slugs that map to the actual folder names on HuggingFace:
| # | CDN Slug | Folder Name |
|---|---|---|
| 1 | abdul-basit-abdul-samad-mujawwad-hafs |
Abdul Basit Abdul Samad (Mujawwad β Hafs) |
| 2 | abdul-basit-abdul-samad-murattal-hafs |
Abdul Basit Abdul Samad (Murattal β Hafs) |
| 3 | abdul-rahman-al-sudais-murattal-hafs |
Abdul Rahman Al Sudais (Murattal β Hafs) |
| 4 | abdullah-hamad-abu-sharida |
Abdullah Hamad Abu Sharida |
| 5 | abu-bakr-al-shatri-murattal-hafs |
Abu Bakr Al Shatri (Murattal β Hafs) |
| 6 | ahmed-ibn-ali-al-ajmy |
Ahmed ibn Ali Al Ajmy |
| 7 | alijon-qari |
Alijon Qari |
| 8 | alnufais |
Alnufais |
| 9 | alzain-mohammad-ahmad |
Alzain Mohammad Ahmad |
| 10 | ayman-suwaid-muallim |
Ayman Suwaid (Muallim) |
| 11 | badr-al-turki |
Badr Al Turki |
| 12 | bandar-baleela |
Bandar Baleela |
| 13 | fatih-seferagic |
Fatih Seferagic |
| 14 | hani-ar-rifai-murattal-hafs |
Hani Ar Rifai (Murattal β Hafs) |
| 15 | idris-abkar |
Idris Abkar |
| 16 | khalid-al-jalil-murattal-hafs |
Khalid Al Jalil (Murattal β Hafs) |
| 17 | khalifa-al-tunaiji-murattal-hafs |
Khalifa Al Tunaiji (Murattal β Hafs) |
| 18 | maher-al-muaiqly-murattal-hafs |
Maher Al Muaiqly (Murattal β Hafs) |
| 19 | mahmoud-khalil-al-husary-mujawwad-hafs |
Mahmoud Khalil Al Husary (Mujawwad β Hafs) |
| 20 | mahmoud-khalil-al-husary-mualim-hafs |
Mahmoud Khalil Al Husary (Mualim β Hafs) |
| 21 | mahmoud-khalil-al-husary-murattal-hafs |
Mahmoud Khalil Al Husary (Murattal β Hafs β Version 2) |
| 22 | mishari-rashid-al-afasy-murattal-hafs |
Mishari Rashid Al Afasy (Murattal β Hafs) |
| 23 | mohamed-al-tablawi-murattal-hafs |
Mohamed Al Tablawi (Murattal β Hafs) |
| 24 | muhammad-al-luhaidan |
Muhammad Al Luhaidan |
| 25 | muhammad-siddiq-al-minshawi-kids |
Muhammad Siddiq Al Minshawi (Kids) |
| 26 | muhammad-siddiq-al-minshawi-murattal-hafs |
Muhammad Siddiq Al Minshawi (Murattal β Hafs) |
| 27 | nabil-ar-rifai |
Nabil Ar Rifai |
| 28 | noreen-siddiq-duri-an-abu-amr |
Noreen Siddiq (Duri 'an Abu Amr) |
| 29 | raad-mohammad-al-kurdi |
Raad Mohammad Al Kurdi |
| 30 | saad-al-ghamdi-murattal-hafs |
Saad Al Ghamdi (Murattal β Hafs) |
| 31 | saud-al-shuraim-murattal-hafs |
Saud Al Shuraim (Murattal β Hafs) |
| 32 | surah-recitation-hady-toure |
Surah Recitation β Hady Toure |
| 33 | tawfeeq-bin-saeed-as-sawaaigh |
Tawfeeq bin Saeed As Sawaaigh |
| 34 | yasser-al-dosari-murattal-hafs |
Yasser Al Dosari (Murattal β Hafs) |
π Data License & Usage
License: Apache-2.0
This dataset is completely free and open-source for personal, educational, and commercial projects under the Apache License 2.0. You are encouraged to integrate this directly into mobile apps (Flutter, React Native, iOS, Android) and web platforms.
Attribution: While not strictly required by the license, we appreciate attribution linking back to this dataset to support the ongoing development of open-source Islamic infrastructure.
- Downloads last month
- 3,053