Changeset 134cd3a
- Timestamp:
- Dec 7, 2013, 5:27:45 PM (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:
- 912f343
- Parents:
- 8a22fc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiopitch.c
r8a22fc4 r134cd3a 55 55 verbmsg ("using source: %s at %dHz\n", source_uri, samplerate); 56 56 verbmsg ("pitch method: %s, ", pitch_method); 57 verbmsg ("pitch unit: %s, ", pitch_unit); 57 58 verbmsg ("buffer_size: %d, ", buffer_size); 58 59 verbmsg ("hop_size: %d, ", hop_size); … … 61 62 o = new_aubio_pitch (pitch_method, buffer_size, hop_size, samplerate); 62 63 if (pitch_tolerance != 0.) aubio_pitch_set_tolerance (o, pitch_tolerance); 64 if (pitch_unit != NULL) aubio_pitch_set_unit (o, pitch_unit); 63 65 pitch = new_fvec (1); 64 66
Note: See TracChangeset
for help on using the changeset viewer.