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
Binary and source distribution package
Installer
Offline Installer (contains all components for offline installation)
- Windows Executable (ca. 8 MB)
- Platform Independent JAR (ca. 8 MB)
- Windows Executable (ca. 700 KB)
- Platform Independent JAR (ca. 700 KB)
Debian repository
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:
-
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
-
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