- Timestamp:
- Oct 7, 2009, 11:21:15 PM (16 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:
- 316092e
- Parents:
- 0ce97483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r0ce97483 r277918b 183 183 %#if HAVE_SAMPLERATE 184 184 extern aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type); 185 extern uint_t aubio_resampler_ process(aubio_resampler_t *s, fvec_t * input, fvec_t * output);185 extern uint_t aubio_resampler_do (aubio_resampler_t *s, fvec_t * input, fvec_t * output); 186 186 extern void del_aubio_resampler(aubio_resampler_t *s); 187 187 %#endif /* HAVE_SAMPLERATE */
Note: See TracChangeset
for help on using the changeset viewer.