ref: ceed6dc824f84648c7d31fbaa607b9449d39f3e4
parent: 91879d9e6ec0565706e44eb23cff3d4fc2c7a051
author: Paul Brossier <[email protected]>
date: Sun Jul 23 06:56:17 EDT 2006
add documentation for del_aubio_pitchyinfft add documentation for del_aubio_pitchyinfft
--- a/src/pitchyinfft.h
+++ b/src/pitchyinfft.h
@@ -55,6 +55,11 @@
*/
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