X-Git-Url: https://git.aubio.org/?p=aubio.git;a=blobdiff_plain;f=src%2Fpitch%2Fpitchyin.c;h=85b4566bc5240fea8ae8485c8e99a3c0414ba78f;hp=32934f61f9e9c4b85bd5b290f0db06667ed005c9;hb=c0ce78fc1b46449b7e03a0d77a2a4b453400d87d;hpb=7625d852e852a0082a527ba33be8950452efdf69 diff --git a/src/pitch/pitchyin.c b/src/pitch/pitchyin.c index 32934f61..85b4566b 100644 --- a/src/pitch/pitchyin.c +++ b/src/pitch/pitchyin.c @@ -39,6 +39,7 @@ struct _aubio_pitchyin_t uint_t peak_pos; }; +#if 0 /** compute difference function \param input input signal @@ -60,6 +61,7 @@ void aubio_pitchyin_getcum (fvec_t * yinbuf); */ uint_t aubio_pitchyin_getpitch (const fvec_t * yinbuf); +#endif aubio_pitchyin_t * new_aubio_pitchyin (uint_t bufsize) @@ -78,6 +80,7 @@ del_aubio_pitchyin (aubio_pitchyin_t * o) AUBIO_FREE (o); } +#if 0 /* outputs the difference function */ void aubio_pitchyin_diff (fvec_t * input, fvec_t * yin) @@ -127,6 +130,7 @@ aubio_pitchyin_getpitch (const fvec_t * yin) //AUBIO_DBG("No pitch found"); return 0; } +#endif /* all the above in one */ void