Ignore:
Timestamp:
Aug 9, 2005, 8:35:14 PM (19 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:
b1f723d
Parents:
a29ad46
Message:

protected onset enumerators, factorise python check_modes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onsetdetection.h

    ra29ad46 r5cf415f  
    5050/** onsetdetection types */
    5151typedef enum {
    52         energy,         /**< energy based */         
    53         specdiff,       /**< spectral diff */         
    54         hfc,            /**< high frequency content */
    55         complexdomain,  /**< complex domain */       
    56         phase,          /**< phase fast */           
    57         kl,             /**< Kullback Liebler (Hainsworth et al.,  Onset detection in musical audio signals) */
    58         mkl             /**< modified Kullback Liebler (Hainsworth et al.,  Onset detection in musical audio signals) */
     52        aubio_onset_energy,         /**< energy based */         
     53        aubio_onset_specdiff,       /**< spectral diff */         
     54        aubio_onset_hfc,            /**< high frequency content */
     55        aubio_onset_complex,        /**< complex domain */       
     56        aubio_onset_phase,          /**< phase fast */           
     57        aubio_onset_kl,             /**< Kullback Liebler (Hainsworth et al.,  Onset detection in musical audio signals) */
     58        aubio_onset_mkl             /**< modified Kullback Liebler (Hainsworth et al.,  Onset detection in musical audio signals) */
    5959} aubio_onsetdetection_type;
    6060
Note: See TracChangeset for help on using the changeset viewer.