hendriks73 / jipes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%Language:CSS 0.0%