Changeset 40acfbc for examples/aubiotrack.c
- Timestamp:
- Oct 21, 2009, 3:08:24 PM (15 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:
- 1f8e522
- Parents:
- 1c190d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
r1c190d5 r40acfbc 84 84 tempo_out = new_fvec(2,channels); 85 85 bt = new_aubio_tempo(onset_mode,buffer_size,overlap_size,channels, samplerate); 86 if (threshold != 0.) aubio_tempo_set_threshold (bt, threshold); 86 87 87 88 examples_common_process(aubio_process,process_print);
Note: See TracChangeset
for help on using the changeset viewer.