- Timestamp:
- Sep 26, 2009, 6:39:01 AM (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:
- b093845
- Parents:
- e7a7794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
re7a7794 r9a91031 62 62 63 63 /* sndfile */ 64 #if HAVE_SNDFILE 64 65 extern aubio_sndfile_t * new_aubio_sndfile_ro (const char * inputfile); 65 66 extern aubio_sndfile_t * new_aubio_sndfile_wo(aubio_sndfile_t * existingfile, const char * outputname); … … 70 71 extern uint_t aubio_sndfile_channels(aubio_sndfile_t * file); 71 72 extern uint_t aubio_sndfile_samplerate(aubio_sndfile_t * file); 73 #endif /* HAVE_SNDFILE */ 72 74 73 75 /* fft */ … … 181 183 182 184 /* resampling */ 185 #if HAVE_LIBSAMPLERATE 183 186 extern aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type); 184 187 extern uint_t aubio_resampler_process(aubio_resampler_t *s, fvec_t * input, fvec_t * output); 185 188 extern void del_aubio_resampler(aubio_resampler_t *s); 189 #endif /* HAVE_LIBSAMPLERATE */ 186 190 187 191 /* onset detection */
Note: See TracChangeset
for help on using the changeset viewer.