Changes in src/pitch/pitchschmitt.h [b235c0e:6f42c16]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitchschmitt.h
rb235c0e r6f42c16 35 35 */ 36 36 37 #ifndef _AUBIO_PITCHSCHMITT_H38 #define _AUBIO_PITCHSCHMITT_H37 #ifndef AUBIO_PITCHSCHMITT_H 38 #define AUBIO_PITCHSCHMITT_H 39 39 40 40 #ifdef __cplusplus … … 52 52 53 53 */ 54 void aubio_pitchschmitt_do (aubio_pitchschmitt_t * p, fvec_t * samples_in,54 void aubio_pitchschmitt_do (aubio_pitchschmitt_t * p, const fvec_t * samples_in, 55 55 fvec_t * cands_out); 56 56 … … 73 73 #endif 74 74 75 #endif /* _AUBIO_PITCHSCHMITT_H */ 76 75 #endif /* AUBIO_PITCHSCHMITT_H */
Note: See TracChangeset
for help on using the changeset viewer.