From 7928b3b8910c07c421f160557fb0710b6934ebdb Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 26 Mar 2017 13:33:03 +0200 Subject: [PATCH] src/spectral/awhitening.h: fix documentation --- src/spectral/awhitening.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spectral/awhitening.h b/src/spectral/awhitening.h index 0aa72f49..e3f80322 100644 --- a/src/spectral/awhitening.h +++ b/src/spectral/awhitening.h @@ -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, -- 2.11.0