Changes in src/temporal/resampler.h [4598946:6f42c16]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/resampler.h
r4598946 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_RESAMPLER_H22 #define _AUBIO_RESAMPLER_H21 #ifndef AUBIO_RESAMPLER_H 22 #define AUBIO_RESAMPLER_H 23 23 24 24 /** \file … … 56 56 57 57 */ 58 void aubio_resampler_do (aubio_resampler_t * s, fvec_t * input,58 void aubio_resampler_do (aubio_resampler_t * s, const fvec_t * input, 59 59 fvec_t * output); 60 60 … … 63 63 #endif 64 64 65 #endif /* _AUBIO_RESAMPLER_H */65 #endif /* AUBIO_RESAMPLER_H */
Note: See TracChangeset
for help on using the changeset viewer.