- Timestamp:
- May 22, 2005, 12:40:37 PM (20 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:
- 9cf2833
- Parents:
- 0b530cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/utils.c
r0b530cb redca23f 59 59 smpl_t pitch = 0.; 60 60 aubio_pitchdetection_t * pitchdet; 61 aubio_pitchdetection_type mode = yin; //mcomb61 aubio_pitchdetection_type mode = aubio_yin; // aubio_mcomb 62 62 uint_t median = 6; 63 63 … … 218 218 219 219 if (usepitch) { 220 pitchdet = new_aubio_pitchdetection(buffer_size*4, overlap_size, channels, samplerate, mode, freq); 220 pitchdet = new_aubio_pitchdetection(buffer_size*4, 221 overlap_size, channels, samplerate, mode, aubio_freq); 221 222 222 223 if (median) {
Note: See TracChangeset
for help on using the changeset viewer.