Skip to content

hendriks73/jipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.