src/pitch/pitchmcomb.c: hide aubio_pitch_cands
authorPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 21:27:41 +0000 (23:27 +0200)
committerPaul Brossier <piem@piem.org>
Wed, 7 Oct 2009 21:27:41 +0000 (23:27 +0200)
src/pitch/pitchmcomb.c
src/pitch/pitchmcomb.h

index ca1cc1303a40c132599d55b996cf7bd4185ec709..16a098df636f8661db4b173d5e72a7a6f4e4268f 100644 (file)
@@ -38,6 +38,8 @@ void aubio_pitchmcomb_combdet(aubio_pitchmcomb_t * p, fvec_t * newmag);
 static sint_t aubio_pitchmcomb_sort_peak_comp(const void *x, const void *y);
 /** sort spectral_peak against their mag */
 void aubio_pitchmcomb_sort_peak(aubio_spectralpeak_t * peaks, uint_t nbins);
+/** select the best candidates */
+uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands);
 
 /** sort spectral_candidate against their comb ene */
 void aubio_pitchmcomb_sort_cand_ene(aubio_spectralcandidate_t ** candidates, uint_t nbins);
index 9185a7f298cf40ded9a2e83edc2905362a46ba30..3f23e1600050686a7fe70c685a07e5241f0edc59 100644 (file)
@@ -49,8 +49,6 @@ typedef struct _aubio_pitchmcomb_t aubio_pitchmcomb_t;
  
 */
 smpl_t aubio_pitchmcomb_do (aubio_pitchmcomb_t * p, cvec_t * fftgrain);
-/** select the best candidates */
-uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands);
 /** creation of the pitch detection object
  
   \param bufsize size of the input buffer to analyse