Changeset 650e39b for plugins/puredata


Ignore:
Timestamp:
Mar 21, 2006, 11:59:17 PM (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:
4798fdf
Parents:
4994ebb
Message:

add yinfft method, make it default for pd plugin
add yinfft method, make it default for pd plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/puredata/aubiopitch~.c

    r4994ebb r650e39b  
    1313char aubiopitch_version[] = "aubiopitch~ version 0.1";
    1414
    15 aubio_pitchdetection_type type_pitch = aubio_pitch_mcomb;
     15aubio_pitchdetection_type type_pitch = aubio_pitch_yinfft;
    1616aubio_pitchdetection_mode mode_pitch = aubio_pitchm_freq;
    1717
     
    8181        x->o = new_aubio_pitchdetection(x->bufsize*4,
    8282                    x->hopsize, 1, 44100., type_pitch, mode_pitch);
     83        aubio_pitchdetection_set_yinthresh(x->o, 0.7);
    8384        x->vec = (fvec_t *)new_fvec(x->hopsize,1);
    8485
Note: See TracChangeset for help on using the changeset viewer.