Jipes is a Java open source library that allows you to efficiently compute audio features. Possible uses for these features are general music information retrieval (MIR) applications or more specifically personal music software like beaTunes.
To use Jipes in your Maven project, use the following dependency:
<dependency>
<groupId>com.tagtraum</groupId>
<artifactId>jipes</artifactId>
<version>X.Y.Z</version>
</dependency>
Replace X.Y.Z
with the release version number from .
For more details, please visit the Jipes website.