Changeset 560fc50 for src


Ignore:
Timestamp:
Dec 4, 2017, 1:48:54 AM (6 years ago)
Author:
Paul Brossier <piem@piem.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
Children:
25ecb73, 43ce34c
Parents:
25db68c
Message:

src/onset/onset.c: add dummy default parameters for wphase (closes #150)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r25db68c r560fc50  
    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
    310312  } else if (strcmp (onset_mode, "mkl") == 0) {
    311313    aubio_onset_set_threshold (o, 0.05);
Note: See TracChangeset for help on using the changeset viewer.