Changeset 650e39b for plugins/puredata
- Timestamp:
- Mar 21, 2006, 11:59:17 PM (19 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:
- 4798fdf
- Parents:
- 4994ebb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/puredata/aubiopitch~.c
r4994ebb r650e39b 13 13 char aubiopitch_version[] = "aubiopitch~ version 0.1"; 14 14 15 aubio_pitchdetection_type type_pitch = aubio_pitch_ mcomb;15 aubio_pitchdetection_type type_pitch = aubio_pitch_yinfft; 16 16 aubio_pitchdetection_mode mode_pitch = aubio_pitchm_freq; 17 17 … … 81 81 x->o = new_aubio_pitchdetection(x->bufsize*4, 82 82 x->hopsize, 1, 44100., type_pitch, mode_pitch); 83 aubio_pitchdetection_set_yinthresh(x->o, 0.7); 83 84 x->vec = (fvec_t *)new_fvec(x->hopsize,1); 84 85
Note: See TracChangeset
for help on using the changeset viewer.