- Timestamp:
- Dec 11, 2013, 1:04:27 AM (11 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:
- c7ec2c6
- Parents:
- 3194dca1
- Location:
- src/pitch
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
src/pitch/pitch.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 19 19 */ 20 20 21 #ifndef PITCH_H22 #define PITCH_H21 #ifndef _AUBIO_PITCH_H 22 #define _AUBIO_PITCH_H 23 23 24 24 #ifdef __cplusplus … … 180 180 #endif 181 181 182 #endif /* PITCH_H*/182 #endif /* _AUBIO_PITCH_H */ -
src/pitch/pitchfcomb.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 35 35 */ 36 36 37 #ifndef _ PITCHFCOMB_H38 #define _ PITCHFCOMB_H37 #ifndef _AUBIO_PITCHFCOMB_H 38 #define _AUBIO_PITCHFCOMB_H 39 39 40 40 #ifdef __cplusplus … … 74 74 #endif 75 75 76 #endif /* _PITCHFCOMB_H */ 77 78 76 #endif /* _AUBIO_PITCHFCOMB_H */ -
src/pitch/pitchmcomb.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 36 36 */ 37 37 38 #ifndef PITCHMCOMB_H39 #define PITCHMCOMB_H38 #ifndef _AUBIO_PITCHMCOMB_H 39 #define _AUBIO_PITCHMCOMB_H 40 40 41 41 #ifdef __cplusplus … … 75 75 #endif 76 76 77 #endif /* PITCHMCOMB_H */77 #endif /* _AUBIO_PITCHMCOMB_H */ -
src/pitch/pitchschmitt.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 35 35 */ 36 36 37 #ifndef _ PITCHSCHMITT_H38 #define _ PITCHSCHMITT_H37 #ifndef _AUBIO_PITCHSCHMITT_H 38 #define _AUBIO_PITCHSCHMITT_H 39 39 40 40 #ifdef __cplusplus … … 73 73 #endif 74 74 75 #endif /* _ PITCHSCHMITT_H */75 #endif /* _AUBIO_PITCHSCHMITT_H */ 76 76 -
src/pitch/pitchspecacf.h
r3194dca1 rb235c0e 39 39 */ 40 40 41 #ifndef AUBIO_PITCHSPECACF_H42 #define AUBIO_PITCHSPECACF_H41 #ifndef _AUBIO_PITCHSPECACF_H 42 #define _AUBIO_PITCHSPECACF_H 43 43 44 44 #ifdef __cplusplus … … 101 101 #endif 102 102 103 #endif /* AUBIO_PITCHSPECACF_H*/103 #endif /* _AUBIO_PITCHSPECACF_H */ -
src/pitch/pitchyin.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 35 35 */ 36 36 37 #ifndef PITCHYIN_H38 #define PITCHYIN_H37 #ifndef _AUBIO_PITCHYIN_H 38 #define _AUBIO_PITCHYIN_H 39 39 40 40 #ifdef __cplusplus … … 97 97 #endif 98 98 99 #endif /* PITCHYIN_H*/99 #endif /* _AUBIO_PITCHYIN_H */ -
src/pitch/pitchyinfft.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 36 36 */ 37 37 38 #ifndef PITCHYINFFT_H39 #define PITCHYINFFT_H38 #ifndef _AUBIO_PITCHYINFFT_H 39 #define _AUBIO_PITCHYINFFT_H 40 40 41 41 #ifdef __cplusplus … … 97 97 #endif 98 98 99 #endif /* PITCHYINFFT_H*/99 #endif /* _AUBIO_PITCHYINFFT_H */
Note: See TracChangeset
for help on using the changeset viewer.