Changeset f280ebd
- Timestamp:
- Jul 22, 2016, 9:29:43 PM (8 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:
- 9562f08
- Parents:
- 2293d6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/aubiotrack.c
r2293d6a rf280ebd 29 29 aubio_wavetable_t *wavetable; 30 30 fvec_t * tempo_out; 31 smpl_t is_beat = 0 ;32 uint_t is_silence = 0 .;31 smpl_t is_beat = 0.; 32 uint_t is_silence = 0; 33 33 34 34 void process_block(fvec_t * ibuf, fvec_t *obuf) {
Note: See TracChangeset
for help on using the changeset viewer.