# HG changeset patch # User luisf # Date 1378399016 -3600 # Node ID 644b35ca6909ece6c65faec318c399c1a23d64ca # Parent 8f1a16a22325d9e9c7b4308de7885548901039be added some meaningful info to the README diff -r 8f1a16a22325 -r 644b35ca6909 audio_chord_estimation/chordino/README.txt --- a/audio_chord_estimation/chordino/README.txt Thu Sep 05 14:18:44 2013 +0100 +++ b/audio_chord_estimation/chordino/README.txt Thu Sep 05 17:36:56 2013 +0100 @@ -1,10 +1,23 @@ +# MIREX 2013 submission +# +# Audio Chord Estimation +# Chris Cannam, chris.cannam@eecs.qmul.ac.uk -this script is UNFINISHED! +# Dependencies -* Harte format output by Chordino does not superficially seem to match - that in the submission guidelines +- Sonic Annotator v1.0 + http://code.soundsoftware.ac.uk/projects/sonic-annotator/files -* Command line calling format in the guidelines differs from most of - the other categories (because it explicitly allows for training - phase) +- Typical Unix/GNU shell commands +# How to run + +In a terminal window run: + +./doChordID.sh /path/to/testFileList.txt /path/to/scratch/dir /path/to/results/dir + +We do not use a training stage, so the second argument will be simply ignored. + + + +