aboutsummaryrefslogtreecommitdiff
path: root/xtract/xtract_vector.h
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2006-12-12 21:47:42 +0000
committerJamie Bullock <jamie@postlude.co.uk>2006-12-12 21:47:42 +0000
commit251e328008d541478aba71c46a7444ee2283bcbf (patch)
tree6d926f473dfa0fb9cfd273d3c986e535029a1c60 /xtract/xtract_vector.h
parentbff72881ced8120c84c3d70e1ffeaa6af5f741d0 (diff)
downloadLibXtract-251e328008d541478aba71c46a7444ee2283bcbf.tar.gz
LibXtract-251e328008d541478aba71c46a7444ee2283bcbf.tar.bz2
LibXtract-251e328008d541478aba71c46a7444ee2283bcbf.zip
Numerous fixes, see ChangeLog
Diffstat (limited to 'xtract/xtract_vector.h')
-rw-r--r--xtract/xtract_vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtract/xtract_vector.h b/xtract/xtract_vector.h
index 21cc8a3..a8b0550 100644
--- a/xtract/xtract_vector.h
+++ b/xtract/xtract_vector.h
@@ -101,7 +101,7 @@ int xtract_asdf(float *data, int N, void *argv, float *result);
/** \brief Extract Bark band coefficients based on a method
* \param *data: a pointer to the first element in an array of floats representing the magnitude spectrum of an audio vector
* \param N: the number of array elements to be considered
- * \param *argv: a pointer to an array of ints representing the limits of each bark band
+ * \param *argv: a pointer to an array of ints representing the limits of each bark band. This can be obtained by calling xtract_init_bark.
* \param *result: a pointer to an array containing resultant bark coefficients
*
* The limits array pointed to by *argv must be obtained by first calling xtract_init_bark