- Timestamp:
- Oct 7, 2009, 10:34:07 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:
- d0dca26
- Parents:
- a808d05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
ra808d05 r5bf23f7 42 42 if (pos == overlap_size-1) { 43 43 /* block loop */ 44 aubio_tempo (bt,ibuf,out);44 aubio_tempo_do (bt,ibuf,out); 45 45 if (out->data[0][0]>=1) 46 46 istactus = out->data[0][0];
Note: See TracChangeset
for help on using the changeset viewer.