Changeset 5bf23f7 for src


Ignore:
Timestamp:
Oct 7, 2009, 10:34:07 PM (14 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:
d0dca26
Parents:
a808d05
Message:

src/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do

Location:
src/tempo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.c

    ra808d05 r5bf23f7  
    4646
    4747/* execute tempo detection function on iput buffer */
    48 void aubio_tempo(aubio_tempo_t *o, fvec_t * input, fvec_t * tempo)
     48void aubio_tempo_do(aubio_tempo_t *o, fvec_t * input, fvec_t * tempo)
    4949{
    5050  uint_t i;
  • src/tempo/tempo.h

    ra808d05 r5bf23f7  
    4242
    4343/** execute tempo detection */
    44 void aubio_tempo(aubio_tempo_t *o, fvec_t * input, fvec_t * tempo);
     44void aubio_tempo_do (aubio_tempo_t *o, fvec_t * input, fvec_t * tempo);
    4545
    4646/** set tempo detection silence threshold  */
Note: See TracChangeset for help on using the changeset viewer.