jipes icon indicating copy to clipboard operation
jipes copied to clipboard

Open source library that allows you to efficiently compute audio features.

Jipes

Maven Central Build Status Coverage Status

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 Maven Central.

For more details, please visit the Jipes website.