Changeset 650e39b for swig


Ignore:
Timestamp:
Mar 21, 2006, 11:59:17 PM (18 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
  • swig/aubio.i

    r4994ebb r650e39b  
    191191        aubio_pitch_mcomb,
    192192        aubio_pitch_schmitt,
    193         aubio_pitch_fcomb
     193        aubio_pitch_fcomb,
     194        aubio_pitch_yinfft
    194195} aubio_pitchdetection_type;
    195196
     
    218219
    219220/* pitch mcomb */
    220 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t size, uint_t channels, uint_t samplerate);
     221aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t bufsize, uint_t hopsize, uint_t channels, uint_t samplerate);
    221222smpl_t aubio_pitchmcomb_detect(aubio_pitchmcomb_t * p, cvec_t * fftgrain);
    222223uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands);
     
    227228void aubio_pitchyin_getcum(fvec_t *yin);
    228229uint_t aubio_pitchyin_getpitch(fvec_t *yin);
    229 uint_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin, smpl_t tol);
     230smpl_t aubio_pitchyin_getpitchfast(fvec_t * input, fvec_t *yin, smpl_t tol);
    230231
    231232/* pitch schmitt */
Note: See TracChangeset for help on using the changeset viewer.