Find Qur'an recitations by speed & voice pitch at qaris.cpfx.ca.
- Install
requirements.txt
(Py3k) and ffmpeg - Run
python scrape_qari_metadata.py > qari_metadata.json
- Download audio files from QuranicAudio.com - they should all be for the same surah (qaris.cpfx.ca uses Surah an-Naba). Make sure the MP3s are named according to the keys in
qari_metadata.json
- Run
python analyze.py path/to/your/mp3s/*.mp3 > qari_stats.json
to analyze the audio files. - Run
python generate_site.py qari_metadata.json qari_stats.json
to generate the website insite/
This project is available under the MIT License. The metadata and recordings used in this project are from QuranicAudio.com, and are licensed separately.