Changeset 64c3658
- Timestamp:
- Oct 8, 2009, 12:28:56 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:
- 6fc103d
- Parents:
- 0af05d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
r0af05d3 r64c3658 183 183 %#if HAVE_SAMPLERATE 184 184 extern aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type); 185 extern uint_taubio_resampler_do (aubio_resampler_t *s, fvec_t * input, fvec_t * output);185 extern void 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.