Changeset a559796 for examples/utils.c


Ignore:
Timestamp:
Feb 23, 2014, 3:14:47 AM (11 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, pitchshift, sampler, timestretch, yinfft+
Children:
af97786
Parents:
9f68f11
Message:

src/tempo/tempo.c: novelty function default to specflux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    r9f68f11 ra559796  
    4949smpl_t pitch_tolerance = 0.0; // will be set if != 0.
    5050// tempo stuff
    51 char_t * tempo_method = "specflux";
     51char_t * tempo_method = "default";
    5252// more general stuff
    5353smpl_t silence_threshold = -90.;
Note: See TracChangeset for help on using the changeset viewer.