src/spectral/awhitening.h: fix documentation
authorPaul Brossier <piem@piem.org>
Sun, 26 Mar 2017 11:33:03 +0000 (13:33 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 26 Mar 2017 11:33:03 +0000 (13:33 +0200)
src/spectral/awhitening.h

index 0aa72f4..e3f8032 100644 (file)
@@ -61,7 +61,9 @@ void aubio_spectral_whitening_do (aubio_spectral_whitening_t * o,
 
 /** creation of a spectral whitening object
 
-  \param win_size length of the input spectrum frame
+  \param buf_size window size of input grains
+  \param hop_size number of samples between two consecutive input grains
+  \param samplerate sampling rate of the input signal
 
 */
 aubio_spectral_whitening_t *new_aubio_spectral_whitening (uint_t buf_size,