- Timestamp:
- Oct 7, 2009, 11:21:15 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:
- 316092e
- Parents:
- 0ce97483
- Location:
- src/temporal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/resample.c
r0ce97483 r277918b 51 51 } 52 52 53 uint_t aubio_resampler_ process(aubio_resampler_t *s,53 uint_t aubio_resampler_do (aubio_resampler_t *s, 54 54 fvec_t * input, fvec_t * output) { 55 55 uint_t i ; -
src/temporal/resample.h
r0ce97483 r277918b 52 52 53 53 */ 54 uint_t aubio_resampler_ process(aubio_resampler_t *s, fvec_t * input, fvec_t * output);54 uint_t aubio_resampler_do (aubio_resampler_t *s, fvec_t * input, fvec_t * output); 55 55 56 56 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.