- Timestamp:
- Oct 7, 2009, 11:27:41 PM (15 years ago)
- 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
- Location:
- src/pitch
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchmcomb.c
ra72f3f1 r9a12264 39 39 /** sort spectral_peak against their mag */ 40 40 void aubio_pitchmcomb_sort_peak(aubio_spectralpeak_t * peaks, uint_t nbins); 41 /** select the best candidates */ 42 uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands); 41 43 42 44 /** sort spectral_candidate against their comb ene */ -
src/pitch/pitchmcomb.h
ra72f3f1 r9a12264 50 50 */ 51 51 smpl_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);54 52 /** creation of the pitch detection object 55 53
Note: See TracChangeset
for help on using the changeset viewer.