Changeset e8b47ce for src


Ignore:
Timestamp:
Apr 5, 2017, 11:47:13 AM (7 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, sampler
Children:
c82859f
Parents:
dccfad2
Message:

src/spectral/specdesc.c: add old_default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/specdesc.c

    rdccfad2 re8b47ce  
    292292  else if (strcmp (onset_mode, "rolloff") == 0)
    293293      onset_type = aubio_specmethod_rolloff;
     294  else if (strcmp (onset_mode, "old_default") == 0)
     295      onset_type = aubio_onset_default;
    294296  else if (strcmp (onset_mode, "default") == 0)
    295297      onset_type = aubio_onset_default;
Note: See TracChangeset for help on using the changeset viewer.