shithub: aubio

Download patch

ref: 7928b3b8910c07c421f160557fb0710b6934ebdb
parent: 911b175dd18c37bb566d08ac5350f6bbff6c45f3
author: Paul Brossier <piem@piem.org>
date: Sun Mar 26 09:33:03 EDT 2017

src/spectral/awhitening.h: fix documentation

--- a/src/spectral/awhitening.h
+++ b/src/spectral/awhitening.h
@@ -61,7 +61,9 @@
 
 /** 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,