- Timestamp:
- Sep 29, 2009, 7:58:03 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:
- a253fd4
- Parents:
- a4364b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchdetection.c
ra4364b8 rc159aeb 24 24 #include "mathutils.h" 25 25 #include "temporal/filter.h" 26 #include "temporal/c design.h"26 #include "temporal/c_weighting.h" 27 27 #include "pitch/pitchmcomb.h" 28 28 #include "pitch/pitchyin.h" … … 105 105 p->fftgrain = new_cvec(bufsize, channels); 106 106 p->mcomb = new_aubio_pitchmcomb(bufsize,hopsize,channels,samplerate); 107 p->filter = new_aubio_filter_c dsgn(samplerate, channels);107 p->filter = new_aubio_filter_c_weighting (samplerate, channels); 108 108 p->callback = aubio_pitchdetection_mcomb; 109 109 break;
Note: See TracChangeset
for help on using the changeset viewer.