- Timestamp:
- Aug 9, 2005, 12:09:36 PM (19 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:
- 5e9c68a
- Parents:
- ea865c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rea865c9 r28d8c4a 98 98 aubio_win_welch, 99 99 aubio_win_parzen 100 } aubio_window_type _t;101 102 void window(smpl_t *w, uint_t size, aubio_window_type_twintype);103 smpl_t unwrap2pi (smpl_t phase);100 } aubio_window_type; 101 102 void aubio_window(smpl_t *w, uint_t size, aubio_window_type wintype); 103 smpl_t aubio_unwrap2pi (smpl_t phase); 104 104 smpl_t vec_mean(fvec_t *s); 105 105 smpl_t vec_max(fvec_t *s); … … 119 119 smpl_t vec_median(fvec_t * input); 120 120 smpl_t vec_quadint(fvec_t * x,uint_t pos); 121 smpl_t quadfrac(smpl_t s0, smpl_t s1, smpl_t s2, smpl_t pf);121 smpl_t aubio_quadfrac(smpl_t s0, smpl_t s1, smpl_t s2, smpl_t pf); 122 122 uint_t vec_peakpick(fvec_t * input, uint_t pos); 123 smpl_t bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize);124 smpl_t bintofreq(smpl_t bin, smpl_t samplerate, smpl_t fftsize);125 smpl_t freqtomidi(smpl_t freq);123 smpl_t aubio_bintomidi(smpl_t bin, smpl_t samplerate, smpl_t fftsize); 124 smpl_t aubio_bintofreq(smpl_t bin, smpl_t samplerate, smpl_t fftsize); 125 smpl_t aubio_freqtomidi(smpl_t freq); 126 126 uint_t aubio_silence_detection(fvec_t * ibuf, smpl_t threshold); 127 127 smpl_t aubio_level_detection(fvec_t * ibuf, smpl_t threshold);
Note: See TracChangeset
for help on using the changeset viewer.