- Timestamp:
- Dec 15, 2013, 3:09:17 AM (11 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:
- 4d733b5
- Parents:
- 614ba69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiopitch.c
r614ba69 rd626fac 64 64 65 65 o = new_aubio_pitch (pitch_method, buffer_size, hop_size, samplerate); 66 if (pitch_tolerance != 0.) aubio_pitch_set_tolerance (o, pitch_tolerance); 67 if (pitch_unit != NULL) aubio_pitch_set_unit (o, pitch_unit); 66 if (pitch_tolerance != 0.) 67 aubio_pitch_set_tolerance (o, pitch_tolerance); 68 if (silence_threshold != -90.) 69 aubio_pitch_set_silence (o, silence_threshold); 70 if (pitch_unit != NULL) 71 aubio_pitch_set_unit (o, pitch_unit); 68 72 pitch = new_fvec (1); 69 73
Note: See TracChangeset
for help on using the changeset viewer.