Changeset d25bd12 for plugins/puredata


Ignore:
Timestamp:
Oct 16, 2009, 9:55:02 PM (15 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:
e4f142c
Parents:
68b8233
Message:

src/tempo: use samplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/aubiotempo~.c

    r68b8233 rd25bd12  
    8383  x->hopsize   = x->bufsize / 2;
    8484
    85   x->t = new_aubio_tempo ("complex", x->bufsize, x->hopsize, 1);
     85  x->t = new_aubio_tempo ("complex", x->bufsize, x->hopsize, 1,
     86          (uint_t) sys_getsr ());
    8687  aubio_tempo_set_silence(x->t,x->silence);
    8788  aubio_tempo_set_threshold(x->t,x->threshold);
Note: See TracChangeset for help on using the changeset viewer.