I'm creating Java application which plays some music records. I use BasicPlayer library, which worked well on Windows but unfortunately doesn't work on Linux (Raspbian, to be more precise). Now what I'm looking for is :
1) Java library on linux which allows to
- get total length of song
- play/resume
- fast forward/rewind
- change volume
OR
2) Linux console audio player, which allows the same as above using console only. I would use something like Runtime.getRuntime().exec to play records throught external player.
I'd appreciate any suggestions.
Aucun commentaire:
Enregistrer un commentaire