Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified examples/utils.c

    r6f10064 r862d78f  
    174174                                else if (strcmp(optarg,"kl") == 0)
    175175                                        type_onset = aubio_onset_kl;
     176                                else if (strcmp(optarg,"specflux") == 0)
     177                                        type_onset = aubio_onset_specflux;
    176178                                else {
    177179                                        errmsg("unknown onset type.\n");
Note: See TracChangeset for help on using the changeset viewer.