TU Logo   IFS Logo Vienna University of Technology
Institute of Software Technology and Interactive Systems
Java Audio Feature Extraction
[Audio Feature Extraction Home] [People] [Publications]

Download

The Java Audio Feature Extraction is developed and maintained at the Institute of Software Technology and Interactive System at the Vienna University of Technology, as a research prototype.

The Java Audio Feature Extraction is licensed under the Apache License, Version 2.0., and you are free to use the software for any kind of purpose that conforms with the license.

Available downloads

All downloads require a Java 1.6 runtime environment. The package comes with a startup script for Windows and Linux based operation systems, and all needed libraries included. A set of sample benchmark data sets, and maps trained thereof, is also included.

Binary distribution package

Includes compiled byte code (.class files) and all third-party libraries

Binary and source distribution package

Includes source files, compiled byte code (.class files) and all third-party libraries

Installer

Includes compiled byte code (.class files), all third-party libraries, and start-menu entries for viewing the Demo Maps
Offline Installer (contains all components for offline installation) Net-Installer (downloads components as needed)

Debian repository

Includes compiled byte code (.class files), all third-party libraries, and the documentation including javadoc api along with start-menu entries

A convenient solution for Debian (and other Debian-based operating systems such as Ubuntu).
You can add the repository to your system in two ways:
  1. Add the following APT line to your /etc/apt/sources.list file, or to a new file in your /etc/apt/sources.list.d directory.

    deb http://olymp.ifs.tuwien.ac.at/apt testing main #IFS/Vienna University of Technology

    Then, you need to reload the package information, install the repository keyring, and reload the package information again:

    sudo aptitude update
    sudo aptitude install olymp-keyring
    sudo aptitude update
  2. You can also do all this steps with the following command:

    sudo wget --output-document=/etc/apt/sources.list.d/ifs-Vienna.list http://www.ifs.tuwien.ac.at/mir/ifs-Vienna.list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install olymp-keyring && sudo apt-get --quiet update

Finally, you should install the AudioFeatureExtraction packages via aptitude or synaptic. (packagename audiofeatureextraction)

There is also a nightly build of the debian package, if you want to always receive the latest developments. However, be advised that these nightly builds might include bugs, ...

deb http://olymp.ifs.tuwien.ac.at/apt nightly main #IFS/Vienna University of Technology