Menu

Tree [4ba089] master /
 History

HTTPS access


File Date Author Commit
 .idea 2014-07-25 dmcennis dmcennis [99523c] ActorByProperty tests now written
 extras 2016-02-22 Daniel McEnnis Daniel McEnnis [8afa2b] jAudioTools internationalized take 2. Still som...
 jAudio-1.0.1.xcode 2010-10-04 danielmc danielmc [dbeb14] Initial GIT local commit of jAudio 1.0.1
 jAudioAndroid 2016-02-22 Daniel McEnnis Daniel McEnnis [1196b4] jAudioTools internationalized. Still some work ...
 src 2016-02-26 Daniel McEnnis Daniel McEnnis [4ba089] Fixed bug in Mean that caused it to not calcula...
 test 2010-10-04 danielmc danielmc [dbeb14] Initial GIT local commit of jAudio 1.0.1
 .classpath 2010-10-04 danielmc danielmc [dbeb14] Initial GIT local commit of jAudio 1.0.1
 .gitignore 2016-02-22 Daniel McEnnis Daniel McEnnis [ebe7a8] jAudioTools internationalized. General Tools, D...
 .project 2010-10-04 danielmc danielmc [dbeb14] Initial GIT local commit of jAudio 1.0.1
 Manifest 2016-02-22 Daniel McEnnis Daniel McEnnis [c5fbf8] Massive changes for internationalization. Still...
 README.md 2015-02-17 Daniel McEnnis Daniel McEnnis [635b05] Updated the Readme
 Translations.properties 2016-02-26 Daniel McEnnis Daniel McEnnis [4ba089] Fixed bug in Mean that caused it to not calcula...
 build.xml 2010-10-04 danielmc danielmc [dbeb14] Initial GIT local commit of jAudio 1.0.1
 jAudioGIT.iml 2016-02-22 Daniel McEnnis Daniel McEnnis [1aa67c] Internationalizations finished
 jAudioLogo3-128.jpg 2014-06-14 U-dmcennis-Laptop\dmcennis U-dmcennis-Laptop\dmcennis [266c42] Added jAudio Logo

Read Me

Graph-RAT Logo
Running

Execute ant jar to build an excutable jar in ./dist directory.
Execute java -jar jaudio.jar in dist directory

Project Overview

jAudio is a Digital Signal Processing project built to provide an easy-to-use program for audio feature extraction. Audio feature extraction is extracting properties, such as beat points, statistical summaries, along with many other less obviously useful properties. These properties can then be fed to machine learning toolkits (such as Weka) to automatically extract properties (such as artist or genre) from unknown music. More interesting applications include predicting how much a particular person will enjoy a given piece of music or other hit song predictors.

The application can be used through a GUI, a command-line interface, and with embedding support. Help is best from the extensive in-application help system (requiring MultiHelp). The git archive contains this documentation tree as well.

How to cite

If used in distributed use: McEnnis, Daniel, Cory McKay, Ichiro Fujinaga. 2006. "Overview of On-demand metadata extraction network (OMEN)". ISMIR.

If using limited individual Features - See citations on each feature. Features without citations belong to the paper that lists them

If using per-window many features:
McEnnis, Daniel, Ichiro Fujinaga, Cory McKay, Philippe DePalle. 2005. "JAudio: A feature extraction library". ISMIR.
McEnnis, Daniel, Ichiro Fujinaga. 2006. "jAudio: Improvements and additions". ISMIR.
If using per-file analysis: McEnnis, Daniel, Ichiro Fujinaga. 2006. "jAudio: Additions and improvements". ISMIR.
Constant-Q Transform: Santos, C., S. Netto, L. Biscainho, and D. Graziosi. 2004. A modified constant-Q transform for audio signals. IEEE ICASSP. 2: 469–72. (modified from the original in the most current versions - bins are weighted by percent of the spectrum it contains and the calculations were modified to extend over the entire window for each band)
Area Polynomial Approximation McEnnis, Daniel. 2010. Polynomial approximation in Research Log Book 2nd Edition. dmcennis@gmail.com Google Document. August 18.
History

jAudio is the end product of a collaboration between Cory McKay and Daniel McEnnis. The core design is from Daniel McEnnis. The core DSP engine is written by Cory McKay. Version 0.3 (published for the ISMIR 2005 conference) integrated the Daniel McEnnis's class project into Cory McKay's original implementation. This version was extended for 0.4 for the ISMIR 2006 conference. Additional extensions related to OMEN were added in 2006.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.