Changeset ca1abdd for swig/aubio.i


Ignore:
Timestamp:
Oct 19, 2009, 10:51:59 AM (15 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:
b14107f
Parents:
9f07d52
Message:

rename aubio_pitchdetection to aubio_pitch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r9f07d52 rca1abdd  
    171171
    172172/* pitch detection */
    173 aubio_pitchdetection_t *new_aubio_pitchdetection (char *pitch_mode,
     173aubio_pitch_t *new_aubio_pitch (char *pitch_mode,
    174174    uint_t bufsize, uint_t hopsize, uint_t channels, uint_t samplerate);
    175 void aubio_pitchdetection_do (aubio_pitchdetection_t * p, fvec_t * ibuf, fvec_t * obuf);
    176 uint_t aubio_pitchdetection_set_tolerance(aubio_pitchdetection_t *p, smpl_t thres);
    177 uint_t aubio_pitchdetection_set_unit(aubio_pitchdetection_t *p, char * pitch_unit);
    178 void del_aubio_pitchdetection(aubio_pitchdetection_t * p);
     175void aubio_pitch_do (aubio_pitch_t * p, fvec_t * ibuf, fvec_t * obuf);
     176uint_t aubio_pitch_set_tolerance(aubio_pitch_t *p, smpl_t thres);
     177uint_t aubio_pitch_set_unit(aubio_pitch_t *p, char * pitch_unit);
     178void del_aubio_pitch(aubio_pitch_t * p);
    179179
    180180/* pitch mcomb */
Note: See TracChangeset for help on using the changeset viewer.