diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-12 21:47:42 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-12 21:47:42 +0000 |
commit | 251e328008d541478aba71c46a7444ee2283bcbf (patch) | |
tree | 6d926f473dfa0fb9cfd273d3c986e535029a1c60 /xtract/xtract_vector.h | |
parent | bff72881ced8120c84c3d70e1ffeaa6af5f741d0 (diff) | |
download | LibXtract-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.h | 2 |
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 |