Changeset d88ea06 for src/tempo.h


Ignore:
Timestamp:
Sep 29, 2006, 4:50:37 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
366f811
Parents:
3b3ec6c
Message:

add some documentation
add some documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tempo.h

    r3b3ec6c rd88ea06  
    1818*/
    1919
     20/** \file
     21 
     22  Tempo detection driver
     23
     24  This object stores all the memory required for tempo detection algorithm
     25  and returns the estimated beat locations.
     26
     27*/
     28
    2029#ifndef TEMPO_H
    2130#define TEMPO_H
     
    2534#endif
    2635
     36/** tempo detection structure */
    2737typedef struct _aubio_tempo_t aubio_tempo_t;
    2838
Note: See TracChangeset for help on using the changeset viewer.