From 251e328008d541478aba71c46a7444ee2283bcbf Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Tue, 12 Dec 2006 21:47:42 +0000 Subject: Numerous fixes, see ChangeLog --- xtract/xtract_vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtract/xtract_vector.h') 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 -- cgit v1.2.3