Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r560fc50 rc82859f  
    308308    o->apply_compression = 0;
    309309    aubio_onset_set_awhitening (o, 0);
    310   } else if (strcmp (onset_mode, "wphase") == 0) {
    311     // use defaults for now
    312310  } else if (strcmp (onset_mode, "mkl") == 0) {
    313311    aubio_onset_set_threshold (o, 0.05);
Note: See TracChangeset for help on using the changeset viewer.