Changeset 9a12264


Ignore:
Timestamp:
Oct 7, 2009, 11:27:41 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
3c18f9e
Parents:
a72f3f1
Message:

src/pitch/pitchmcomb.c: hide aubio_pitch_cands

Location:
src/pitch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/pitch/pitchmcomb.c

    ra72f3f1 r9a12264  
    3939/** sort spectral_peak against their mag */
    4040void aubio_pitchmcomb_sort_peak(aubio_spectralpeak_t * peaks, uint_t nbins);
     41/** select the best candidates */
     42uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands);
    4143
    4244/** sort spectral_candidate against their comb ene */
  • src/pitch/pitchmcomb.h

    ra72f3f1 r9a12264  
    5050*/
    5151smpl_t aubio_pitchmcomb_do (aubio_pitchmcomb_t * p, cvec_t * fftgrain);
    52 /** select the best candidates */
    53 uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands);
    5452/** creation of the pitch detection object
    5553 
Note: See TracChangeset for help on using the changeset viewer.