Changeset aad688e for examples/aubiotrack.c
- Timestamp:
- Nov 20, 2013, 2:56:19 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:
- f6ee160
- Parents:
- dedeffc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
rdedeffc raad688e 49 49 aubio_wavetable_stop ( wavetable ); 50 50 } 51 aubio_wavetable_do (wavetable, ibuf, obuf);51 aubio_wavetable_do (wavetable, obuf, obuf); 52 52 /* end of block loop */ 53 53 pos = -1; /* so it will be zero next j loop */
Note: See TracChangeset
for help on using the changeset viewer.