Ignore:
Timestamp:
Jul 22, 2016, 9:29:43 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

examples/aubiotrack.c: fix is_beat / is_silence types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    r2293d6a rf280ebd  
    2929aubio_wavetable_t *wavetable;
    3030fvec_t * tempo_out;
    31 smpl_t is_beat = 0;
    32 uint_t is_silence = 0.;
     31smpl_t is_beat = 0.;
     32uint_t is_silence = 0;
    3333
    3434void process_block(fvec_t * ibuf, fvec_t *obuf) {
Note: See TracChangeset for help on using the changeset viewer.