- Timestamp:
- Sep 29, 2009, 7:43:12 AM (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:
- c159aeb
- Parents:
- d9c45df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchdetection.c
rd9c45df ra4364b8 20 20 #include "fvec.h" 21 21 #include "cvec.h" 22 #include "lvec.h" 22 23 #include "spectral/phasevoc.h" 23 24 #include "mathutils.h" … … 104 105 p->fftgrain = new_cvec(bufsize, channels); 105 106 p->mcomb = new_aubio_pitchmcomb(bufsize,hopsize,channels,samplerate); 106 p->filter = new_aubio_ cdsgn_filter(samplerate, channels);107 p->filter = new_aubio_filter_cdsgn (samplerate, channels); 107 108 p->callback = aubio_pitchdetection_mcomb; 108 109 break;
Note: See TracChangeset
for help on using the changeset viewer.