Download List

프로젝트 설명

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.

System Requirements

System requirement is not defined
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

이 릴리스는 주로 버퍼의 재사용을 통해 작은 성능 개선의 몇 기능.
This release features a couple of small performance improvements, mainly through the re-use of buffers.

2011-11-22 07:32
0.9.5

이 릴리스 Audiosignalsource에서 24 비트 오디오에 대 한 지원을 추가합니다. 그것은 Audiosignalsource의 endianness 문제를 해결 합니다. Float 버퍼의 표준화는 이제 선택적입니다.
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

이 릴리스에 더 나은 리샘플링 지원 (MultirateFilters) InterleavedChannelJoin 프로세서를 추가 하 고 잘못 된 framenumbers에 대 한 수정 저해상도 프로세서에 의해 제작.
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

NPE에 LED AudioSignalSource의 showstopper - 버그가 해결되었습니다.
A showstopper-bug in AudioSignalSource that led to a NPE was fixed.

Project Resources