Changeset 2d7b65a


Ignore:
Timestamp:
Aug 9, 2005, 3:47:24 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
220dcfc
Parents:
dba3b1a
Message:

changed default parameters baz file-diff examples/utils.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/utils.c

    rdba3b1a r2d7b65a  
    3030
    3131/* energy,specdiff,hfc,complexdomain,phase */
    32 aubio_onsetdetection_type type_onset  = hfc;
     32aubio_onsetdetection_type type_onset  = kl;
    3333aubio_onsetdetection_type type_onset2 = complexdomain;
    3434smpl_t threshold                      = 0.3;
    3535smpl_t threshold2                     = -90.;
    36 uint_t buffer_size                    = 1024;
    37 uint_t overlap_size                   = 512;
     36uint_t buffer_size                    = 512; //1024;
     37uint_t overlap_size                   = 256; //512;
    3838uint_t channels                       = 1;
    3939uint_t samplerate                     = 44100;
Note: See TracChangeset for help on using the changeset viewer.