Changeset 3822b73
- Timestamp:
- Nov 30, 2007, 9:02:35 PM (17 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:
- c71b717
- Parents:
- 5d012d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r5d012d0 r3822b73 263 263 aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold); 264 264 uint_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p); 265 uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval ); 265 266 smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t* p); 266 uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );267 267 void del_aubio_peakpicker(aubio_pickpeak_t * p); 268 void aubio_peakpicker_set_threshold(aubio_pickpeak_t * p, smpl_t threshold); 269 smpl_t aubio_peakpicker_get_threshold(aubio_pickpeak_t * p); 268 270 269 271 /* transient/steady state separation */
Note: See TracChangeset
for help on using the changeset viewer.