QUL supports two types of Quranic recitations audio data:
{
"surah": <surah_number>,
"ayah": <ayah_number>,
"audio_url": "audio file url",
"segments": [
[ <segment_index>, <start_time_ms>, <end_time_ms> ],
...
]
}
{
"surah:ayah": {
"duration_sec": <duration in seconds>,
"timestamp_from": "start time of this ayah within audio file",
"timestamp_to": "end time of ayah",
"segments": [
[ <segment_index>, <start_time_ms>, <end_time_ms> ],
...
]}
}
{
"1:1": {
"segments": [
[1, 361, 1051],
[2, 1051, 1622],
[3, 1662, 2763],
[4, 2803, 4385]
],
"duration_sec": 4,
"duration_ms": 4224,
"timestamp_from": 361,
"timestamp_to": 4585
}
}