Mercurial > hg > vamp-libxtract-plugins
annotate STATUS @ 13:cddeaf9f7f1b
* Fix embarrassing multiple-initialisation of output descriptors (once
when getOutputDescriptors first called, once when initialise is then
called) without clearing descriptor list in between
author | cannam |
---|---|
date | Thu, 06 Nov 2008 11:46:04 +0000 |
parents | 0da9765b5705 |
children |
rev | line source |
---|---|
cannam@5 | 1 MEAN: Works |
cannam@5 | 2 VARIANCE: Works |
cannam@5 | 3 STANDARD_DEVIATION: Works |
cannam@5 | 4 AVERAGE_DEVIATION: Works |
cannam@5 | 5 SKEWNESS: Works |
cannam@5 | 6 KURTOSIS: Works |
cannam@5 | 7 SPECTRAL_MEAN: Excluded (same as centroid) |
cannam@5 | 8 SPECTRAL_VARIANCE: Works |
cannam@5 | 9 SPECTRAL_STANDARD_DEVIATION:Works |
cannam@5 | 10 SPECTRAL_AVERAGE_DEVIATION: Works |
cannam@5 | 11 SPECTRAL_SKEWNESS: Works (but ridiculously low value) |
cannam@5 | 12 SPECTRAL_KURTOSIS: Works (but ridiculously high value) |
cannam@5 | 13 SPECTRAL_CENTROID: Works |
cannam@5 | 14 IRREGULARITY_K: Works |
cannam@5 | 15 IRREGULARITY_J: Works |
cannam@5 | 16 TRISTIMULUS_1: Works |
cannam@5 | 17 TRISTIMULUS_2: Works |
cannam@5 | 18 TRISTIMULUS_3: Works |
cannam@5 | 19 SMOOTHNESS: Works (but needs checking -looks a bit random) |
cannam@5 | 20 SPREAD: Works |
cannam@5 | 21 ZCR: Works |
cannam@5 | 22 ROLLOFF: Works |
cannam@5 | 23 LOUDNESS: Broken (different values every time (SV bug?)) |
cannam@5 | 24 FLATNESS: Works (but ridiculously low values) |
cannam@5 | 25 TONALITY: Works (but (input) range wrong) |
cannam@5 | 26 CREST: Works (but ridiculously high values) |
cannam@5 | 27 NOISINESS: Works |
cannam@5 | 28 RMS_AMPLITUDE: Works |
cannam@5 | 29 SPECTRAL_INHARMONICITY: Works (but output not in expected range [0,1]) |
cannam@5 | 30 POWER: Excluded (not implemented) |
cannam@5 | 31 ODD_EVEN_RATIO: Works |
cannam@5 | 32 SHARPNESS: Broken (different values every time (SV bug?)) |
cannam@5 | 33 SPECTRAL_SLOPE: Works |
cannam@5 | 34 LOWEST_VALUE: Works |
cannam@5 | 35 HIGHEST_VALUE: Works |
cannam@5 | 36 SUM: Works |
cannam@5 | 37 NONZERO_COUNT: Works |
cannam@5 | 38 HPS: Excluded (broken xtractor) |
cannam@5 | 39 F0: Works |
cannam@5 | 40 FAILSAFE_F0: Works |
cannam@5 | 41 FLUX: Excluded (not implemented) |
cannam@5 | 42 ATTACK_TIME: Excluded (not implemented) |
cannam@5 | 43 DECAY_TIME: Excluded (not implemented) |
cannam@5 | 44 DELTA_FEATURE: Excluded (not implemented) |
cannam@5 | 45 AUTOCORRELATION: Works |
cannam@5 | 46 AMDF: Works |
cannam@5 | 47 ASDF: Works |
cannam@5 | 48 BARK_COEFFICIENTS: Works |
cannam@5 | 49 PEAK_SPECTRUM: Works |
cannam@5 | 50 SPECTRUM: Works |
cannam@5 | 51 AUTOCORRELATION_FFT: Excluded (needs check) |
cannam@5 | 52 MFCC: Works |
cannam@5 | 53 DCT: Works |
cannam@5 | 54 HARMONIC_SPECTRUM: Works |
cannam@5 | 55 |