Changeset f698997
- Timestamp:
- Sep 12, 2009, 12:13:42 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:
- 0482e76
- Parents:
- fbe2cd2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rfbe2cd2 rf698997 146 146 smpl_t vec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos); 147 147 smpl_t vec_median(fvec_t * input); 148 smpl_t vec_quadint(fvec_t * x,uint_t pos );148 smpl_t vec_quadint(fvec_t * x,uint_t pos, uint_t span); 149 149 smpl_t aubio_quadfrac(smpl_t s0, smpl_t s1, smpl_t s2, smpl_t pf); 150 150 uint_t vec_peakpick(fvec_t * input, uint_t pos);
Note: See TracChangeset
for help on using the changeset viewer.