From: Paul Brossier Date: Sun, 23 Jul 2006 10:56:17 +0000 (+0000) Subject: add documentation for del_aubio_pitchyinfft X-Git-Tag: bzr2git~590 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ceed6dc824f84648c7d31fbaa607b9449d39f3e4;p=aubio.git add documentation for del_aubio_pitchyinfft add documentation for del_aubio_pitchyinfft --- diff --git a/src/pitchyinfft.h b/src/pitchyinfft.h index 14d3a10c..cccacd6d 100644 --- a/src/pitchyinfft.h +++ b/src/pitchyinfft.h @@ -55,6 +55,11 @@ smpl_t aubio_pitchyinfft_detect (aubio_pitchyinfft_t *p, fvec_t * input, smpl_t */ aubio_pitchyinfft_t * new_aubio_pitchyinfft (uint_t bufsize); +/** deletion of the pitch detection object + + \param p pitch detection object as returned by new_aubio_pitchyinfft() + +*/ void del_aubio_pitchyinfft (aubio_pitchyinfft_t *p); #ifdef __cplusplus