Changeset 189c6ae for src/onset/onset.c


Ignore:
Timestamp:
Aug 7, 2018, 2:05:49 PM (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:
1f112cc
Parents:
4624a568 (diff), fb4ab89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into dct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r4624a568 r189c6ae  
    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.