Changeset cb243f2
- Timestamp:
- Mar 16, 2013, 3:23:10 AM (12 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:
- 4f872d7
- Parents:
- adc47c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiopitch.c
radc47c9 rcb243f2 64 64 examples_common_init(argc,argv); 65 65 66 o = new_aubio_pitch ( onset_mode, buffer_size, overlap_size, samplerate);66 o = new_aubio_pitch (pitch_mode, buffer_size, overlap_size, samplerate); 67 67 pitch = new_fvec (1); 68 68
Note: See TracChangeset
for help on using the changeset viewer.