An open API service indexing awesome lists of open source software.

https://github.com/hendriks73/jipes

Open source library that allows you to efficiently compute audio features.
https://github.com/hendriks73/jipes

digital-signal-processing dsp java mir music-information-retrieval music-library

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Jipes

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.tagtraum/jipes/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.tagtraum/jipes)
[![Build Status](https://travis-ci.org/hendriks73/jipes.svg?branch=master)](https://travis-ci.org/hendriks73/jipes)
[![Coverage Status](https://coveralls.io/repos/hendriks73/jipes/badge.svg?branch=master)](https://coveralls.io/r/hendriks73/jipes?branch=master)

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](http://en.wikipedia.org/wiki/Music_information_retrieval))
applications or more specifically personal music software like [beaTunes](http://www.beatunes.com).

To use Jipes in your Maven project, use the following dependency:


com.tagtraum
jipes
X.Y.Z

Replace `X.Y.Z` with the release version number from [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.tagtraum/jipes/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.tagtraum/jipes).

For more details, please visit the Jipes [website](http://www.tagtraum.com/jipes/).