Mercurial > hg > silvet
comparison mirex2012-matlab/README.txt @ 2:8017dd4a650d
Add MIREX 2012 code
author | Chris Cannam |
---|---|
date | Wed, 19 Mar 2014 09:09:23 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1:662b0a8b17b9 | 2:8017dd4a650d |
---|---|
1 MIREX 2012 Multiple Fundamental Frequency Estimation & Tracking Task 2 (note tracking) | |
2 Emmanouil Benetos and Simon Dixon | |
3 | |
4 Environment: MATLAB 7.x 32-bit (Windows/Mac OS X/Linux version) or MATLAB 7.x 64-bit (Mac OS X/Linux version) | |
5 | |
6 Command line calling format: doMultiF0('path/to/inputFile.wav','path/to/outputFile.F0') | |
7 | |
8 Example: doMultiF0('mix_var5a.wav','mix_var5a.F0') | |
9 | |
10 Expected Memory Footprint: 450 MB | |
11 | |
12 Number of threads/cores used: 1 | |
13 | |
14 Expected Runtime: 50 x RealTime (eg. for a 30sec audio file, expected runtime is 25min) | |
15 | |
16 NOTE: An exit statement is contained at the end of doMultiF0.m |