8000 GitHub - JavaDeveloper08/Quran-align-player: Play quran sounds while displaying the currently pronounced words based on Quran-align repo
[go: up one dir, main page]

Skip to content

JavaDeveloper08/Quran-align-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quran align player

A Quran sound player that prints the currently pronounced words based on input from Quran-align files and sound from Every Ayah recitations.

I used the files provided in the Quran-align repo without any modification. The main purpose of this player is to present how to use the file and builds a little on top of it.

This is a very simple sort of how to use the quran-align files, not intended for production or anything more than just testing. I haven't reviewed the align-file also nor do any error checking.

Each pronounced segment is printed to the console.

How to use

  1. Download sample assets folder (you can find it in the releases tab)
  2. Put the assets folder into your code directory so it looks like this (download assets)
.
├── assets
├── lib
├── LICENSE
├── out
├── out.txt
├── quran_align_player.iml
├── README.md
└── src
  1. Run the project

Dependencies

  • Java 8
  • JavaFX (openjfx). If MediaPlayer class doesn't work install ffmpeg-compat-57 from AUR. if you're on Manjaro (Arch Based) Linux
  • Gson repo -included in lib folder-

About

Play quran sounds while displaying the currently pronounced words based on Quran-align repo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0