Downloadliste

Projektbeschreibung

Jipes is a Java 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. Unlike many other digital signal processing (DSP) libraries or frameworks, Jipes is not meant for real time processing of a single audio stream that is manipulated and eventually played back. Instead, it focuses on efficiently executing mutiple processing pipelines that transform a signal into a feature or feature set. Since Jipes focuses on features instead of the raw, untyped signal streams, it supports rich types to be used, where other frameworks only offer arrays of raw data. Also, by using Java generics, many core interfaces and classes can be typed to whatever class you see fit for the purpose. However, Jipes also comes with useful pre-defined types and support for raw arrays.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-01 07:49
0.9.6

Diese Version enthält ein paar kleine Performance-Verbesserungen, vor allem durch die Wiederverwendung von Puffern.
This release features a couple of small performance improvements, mainly through the re-use of buffers.

2011-11-22 07:32
0.9.5

Diese Version bietet Unterstützung für 24-Bit-Audio in AudioSignalSource. Es behebt ein Endian-Problem in AudioSignalSource. Normalisierung der Schwimmer Puffer ist nun optional.
This release adds support for 24-bit audio in AudioSignalSource. It fixes an endianness issue in AudioSignalSource. Normalization of float buffers is now optional.

2011-10-06 02:27
0.9.4

Diese Version unterstützt besser Neuberechnung (MultirateFilters), einem InterleavedChannelJoin Prozessor, und eine Verlegenheit für falsche Framenumbers von der Neuberechnung-Prozessor.
This release adds better resampling support (MultirateFilters), an InterleavedChannelJoin processor, and a fix for wrong framenumbers produced by the Downsample processor.

2011-06-16 22:03
0.9.3

Ein Showstopper-Bug in AudioSignalSource, die zu einer NPE führte, wurde behoben.
A showstopper-bug in AudioSignalSource that led to a NPE was fixed.

Project Resources