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.
- Host: GitHub
- URL: https://github.com/hendriks73/jipes
- Owner: hendriks73
- License: lgpl-2.1
- Created: 2013-10-23T16:27:44.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T05:49:16.000Z (over 5 years ago)
- Last Synced: 2025-04-30T04:41:40.819Z (about 1 year ago)
- Topics: digital-signal-processing, dsp, java, mir, music-information-retrieval, music-library
- Language: Java
- Size: 6.95 MB
- Stars: 32
- Watchers: 4
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Jipes
[](https://maven-badges.herokuapp.com/maven-central/com.tagtraum/jipes)
[](https://travis-ci.org/hendriks73/jipes)
[](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 [](https://maven-badges.herokuapp.com/maven-central/com.tagtraum/jipes).
For more details, please visit the Jipes [website](http://www.tagtraum.com/jipes/).