Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo/beattracking.h

    r5f5edc1 rf45dd12  
    6868    fvec_t * out);
    6969
    70 /** get current beat period in samples
    71 
    72   \param bt beat tracking object
    73 
    74   Returns the currently observed period, in samples, or 0 if no consistent
    75   value is found.
    76 
    77 */
    78 smpl_t aubio_beattracking_get_period (aubio_beattracking_t * bt);
    79 
    80 /** get current beat period in seconds
    81 
    82   \param bt beat tracking object
    83 
    84   Returns the currently observed period, in seconds, or 0 if no consistent
    85   value is found.
    86 
    87 */
    88 smpl_t aubio_beattracking_get_period_s (aubio_beattracking_t * bt);
    89 
    9070/** get current tempo in bpm
    9171
Note: See TracChangeset for help on using the changeset viewer.