- Timestamp:
- Oct 19, 2009, 10:51:59 AM (15 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r9f07d52 rca1abdd 171 171 172 172 /* pitch detection */ 173 aubio_pitch detection_t *new_aubio_pitchdetection(char *pitch_mode,173 aubio_pitch_t *new_aubio_pitch (char *pitch_mode, 174 174 uint_t bufsize, uint_t hopsize, uint_t channels, uint_t samplerate); 175 void aubio_pitch detection_do (aubio_pitchdetection_t * p, fvec_t * ibuf, fvec_t * obuf);176 uint_t aubio_pitch detection_set_tolerance(aubio_pitchdetection_t *p, smpl_t thres);177 uint_t aubio_pitch detection_set_unit(aubio_pitchdetection_t *p, char * pitch_unit);178 void del_aubio_pitch detection(aubio_pitchdetection_t * p);175 void aubio_pitch_do (aubio_pitch_t * p, fvec_t * ibuf, fvec_t * obuf); 176 uint_t aubio_pitch_set_tolerance(aubio_pitch_t *p, smpl_t thres); 177 uint_t aubio_pitch_set_unit(aubio_pitch_t *p, char * pitch_unit); 178 void del_aubio_pitch(aubio_pitch_t * p); 179 179 180 180 /* pitch mcomb */
Note: See TracChangeset
for help on using the changeset viewer.