Changeset 5f852c1 for src/tempo


Ignore:
Timestamp:
Jul 20, 2016, 3:18:41 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:
413bc0f
Parents:
9530365
Message:

src/{fmat,tempo/tempo}.h: fix doxygen comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/tempo.h

    r9530365 r5f852c1  
    161161smpl_t aubio_tempo_get_confidence(aubio_tempo_t * o);
    162162
    163 /* set number of tatum per beat
     163/** set number of tatum per beat
    164164
    165165   \param o beat tracking object
     
    169169uint_t aubio_tempo_set_tatum_signature(aubio_tempo_t *o, uint_t signature);
    170170
    171 /* check whether a tatum was detected in the current frame
     171/** check whether a tatum was detected in the current frame
    172172
    173173   \param o beat tracking object
     
    178178uint_t aubio_tempo_was_tatum(aubio_tempo_t *o);
    179179
    180 /* get position of last_tatum, in samples
     180/** get position of last_tatum, in samples
    181181
    182182   \param o beat tracking object
Note: See TracChangeset for help on using the changeset viewer.