Bare minimal audio player desktop app written in Java
This is a bare minimum app, so there's no wide support of audio formats and there might be a bug
- A Java Runtime installed on your device
- Path to your Java runtime set on either
JAVA_HOMEorPATHenvironment variable if you want to use the.exeexecutable
You need Maven tool for the building step. If you want to skip build step, you can use the pre-built executable from the release page
- Clone this repo
git clone https://github.com/ookamiiixd/java-audio-player.git - Install and build
mvn install
Simply run the generated .exe executable, or run the jar using java -jar "target/audio-player-1.0.0.0.jar"
You can try with the sample sound in samples/ directory