Built this application to help me memorize Quran by making easy Ayah range audio loops
- Start dev server:
cd app
npm install
npm run dev- Open your browser:
Navigate to http://localhost:3000
- Quran audio streaming with customizable ayah ranges
- Audio download in MP3 format
- When selecting an ayah range to be played, the single MP3 file for each ayah are stitched in a WAV file. When pressing the download button, the WAV file is encoded back to an MP3 on the server side, this process takes a bit of time. Need to improve it.