Changeset 998a8be
- Timestamp:
- Oct 5, 2009, 7:41:48 PM (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:
- 9b23eb31
- Parents:
- 0f6f2e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r0f6f2e6 r998a8be 271 271 /* peakpicker */ 272 272 aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold); 273 uint_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);273 smpl_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p); 274 274 uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval ); 275 275 smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t* p);
Note: See TracChangeset
for help on using the changeset viewer.