Changeset 4afa096d for swig


Ignore:
Timestamp:
Mar 16, 2006, 4:56:38 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:
4dd235f
Parents:
e2b1bda
Message:

add support for samplerate, yinthres
add support for samplerate, yinthres

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    re2b1bda r4afa096d  
    205205smpl_t aubio_pitchdetection_yin(aubio_pitchdetection_t *p, fvec_t *ibuf);
    206206
     207void aubio_pitchdetection_set_yinthresh(aubio_pitchdetection_t *p, smpl_t thres);
     208
    207209void del_aubio_pitchdetection(aubio_pitchdetection_t * p);
    208210
     
    216218
    217219/* pitch mcomb */
    218 aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t size, uint_t channels);
     220aubio_pitchmcomb_t * new_aubio_pitchmcomb(uint_t size, uint_t channels, uint_t samplerate);
    219221smpl_t aubio_pitchmcomb_detect(aubio_pitchmcomb_t * p, cvec_t * fftgrain);
    220222uint_t aubio_pitch_cands(aubio_pitchmcomb_t * p, cvec_t * fftgrain, smpl_t * cands);
     
    233235
    234236/* pitch fcomb */
    235 aubio_pitchfcomb_t * new_aubio_pitchfcomb (uint_t size, uint_t samplerate);
     237aubio_pitchfcomb_t * new_aubio_pitchfcomb (uint_t size, uint_t hopsize, uint_t samplerate);
    236238smpl_t aubio_pitchfcomb_detect (aubio_pitchfcomb_t *p, fvec_t * input);
    237239void del_aubio_pitchfcomb (aubio_pitchfcomb_t *p);
Note: See TracChangeset for help on using the changeset viewer.