- Timestamp:
- Dec 3, 2007, 10:57:52 AM (17 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:
- 45f1f06
- Parents:
- dddf1f5 (diff), 6913434 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchdetection.c
rdddf1f5 r212da72 22 22 #include "spectral/phasevoc.h" 23 23 #include "mathutils.h" 24 #include "temporal/ filter.h"24 #include "temporal/cdesign.h" 25 25 #include "pitch/pitchmcomb.h" 26 26 #include "pitch/pitchyin.h" … … 103 103 p->fftgrain = new_cvec(bufsize, channels); 104 104 p->mcomb = new_aubio_pitchmcomb(bufsize,hopsize,channels,samplerate); 105 p->filter = new_aubio_cdsgn_filter(samplerate );105 p->filter = new_aubio_cdsgn_filter(samplerate, channels); 106 106 p->callback = aubio_pitchdetection_mcomb; 107 107 break;
Note: See TracChangeset
for help on using the changeset viewer.