- Timestamp:
- Oct 2, 2009, 1:19:10 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:
- 38e9732
- Parents:
- 2f64b0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r2f64b0e r5c4ec3c 135 135 uint_t fvec_min_elem(fvec_t *s); 136 136 uint_t fvec_max_elem(fvec_t *s); 137 void vec_shift(fvec_t *s);138 smpl_t vec_sum(fvec_t *s);139 smpl_t vec_local_energy(fvec_t * f);140 smpl_t vec_local_hfc(fvec_t * f);141 smpl_t vec_alpha_norm(fvec_t * DF, smpl_t alpha);142 void vec_dc_removal(fvec_t * mag);143 void vec_alpha_normalise(fvec_t * mag, uint_t alpha);144 void vec_add(fvec_t * mag, smpl_t threshold);145 void vec_adapt_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre);146 smpl_t vec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos);147 smpl_t vec_median(fvec_t * input);148 smpl_t vec_quadint(fvec_t * x,uint_t pos, uint_t span);137 void fvec_shift(fvec_t *s); 138 smpl_t fvec_sum(fvec_t *s); 139 smpl_t fvec_local_energy(fvec_t * f); 140 smpl_t fvec_local_hfc(fvec_t * f); 141 smpl_t fvec_alpha_norm(fvec_t * DF, smpl_t alpha); 142 void fvec_dc_removal(fvec_t * mag); 143 void fvec_alpha_normalise(fvec_t * mag, uint_t alpha); 144 void fvec_add(fvec_t * mag, smpl_t threshold); 145 void fvec_adapt_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre); 146 smpl_t fvec_moving_thres(fvec_t * vec, fvec_t * tmp, uint_t post, uint_t pre, uint_t pos); 147 smpl_t fvec_median(fvec_t * input); 148 smpl_t fvec_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 uint_t vec_peakpick(fvec_t * input, uint_t pos);150 uint_t fvec_peakpick(fvec_t * input, uint_t pos); 151 151 smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize); 152 152 smpl_t aubio_miditobin(smpl_t midi, smpl_t samplerate, smpl_t fftsize);
Note: See TracChangeset
for help on using the changeset viewer.