- Timestamp:
- Apr 22, 2016, 9:15:29 PM (9 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:
- aad1235
- Parents:
- d2be104
- Location:
- src/utils
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/utils/hist.h
rd2be104 r6f42c16 26 26 */ 27 27 28 #ifndef _AUBIO_HIST_H29 #define _AUBIO_HIST_H28 #ifndef AUBIO_HIST_H 29 #define AUBIO_HIST_H 30 30 31 31 #ifdef __cplusplus … … 61 61 #endif 62 62 63 #endif /* _AUBIO_HIST_H */63 #endif /* AUBIO_HIST_H */ -
src/utils/parameter.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_PARAMETER_H22 #define _AUBIO_PARAMETER_H21 #ifndef AUBIO_PARAMETER_H 22 #define AUBIO_PARAMETER_H 23 23 24 24 /** \file … … 157 157 #endif 158 158 159 #endif /* _AUBIO_PARAMETER_H */159 #endif /* AUBIO_PARAMETER_H */ -
src/utils/scale.h
rd2be104 r6f42c16 29 29 30 30 */ 31 #ifndef _AUBIO_SCALE_H32 #define _AUBIO_SCALE_H31 #ifndef AUBIO_SCALE_H 32 #define AUBIO_SCALE_H 33 33 34 34 #ifdef __cplusplus … … 78 78 #endif 79 79 80 #endif /* _AUBIO_SCALE_H */80 #endif /* AUBIO_SCALE_H */
Note: See TracChangeset
for help on using the changeset viewer.