diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-08-20 08:12:04 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-08-20 08:12:04 +0000 |
commit | d57b2ba82498d427a36b8ed26e13b6c039a23cb6 (patch) | |
tree | 984a78b9f2ddc2863445dc736ff5f5fc10c00ea1 /xtract/libxtract.h | |
parent | 47923b5be4f46484846d2443ce1b72a0b6506f1d (diff) | |
download | LibXtract-d57b2ba82498d427a36b8ed26e13b6c039a23cb6.tar.gz LibXtract-d57b2ba82498d427a36b8ed26e13b6c039a23cb6.tar.bz2 LibXtract-d57b2ba82498d427a36b8ed26e13b6c039a23cb6.zip |
Minor mods and typos corrections that were lurking uncommitted
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index b4808ba..af69758 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -27,6 +27,9 @@ * * Hopefully this not only makes the library more efficient when computing large numbers of features, but also makes it more flexible because extraction functions can be combined arbitrarily (one can take the irregularility of the Mel Frequency Cepstral Coefficients for example). * + * + * LibXtract can be downloaded from http://www.sf.net/projects/libxtract + * */ #ifndef XTRACT_H |