Changeset b235c0e for src/temporal
- 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/temporal
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
src/temporal/a_weighting.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 _A DESIGN_H22 #define _A DESIGN_H21 #ifndef _AUBIO_FILTER_A_DESIGN_H 22 #define _AUBIO_FILTER_A_DESIGN_H 23 23 24 24 /** \file … … 86 86 #endif 87 87 88 #endif /* _A DESIGN_H */88 #endif /* _AUBIO_FILTER_A_DESIGN_H */ -
src/temporal/biquad.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 BIQUAD_H22 #define BIQUAD_H21 #ifndef _AUBIO_FILTER_BIQUAD_H 22 #define _AUBIO_FILTER_BIQUAD_H 23 23 24 24 /** \file … … 73 73 #endif 74 74 75 #endif /* BIQUAD_H*/75 #endif /* _AUBIO_FILTER_BIQUAD_H */ -
src/temporal/c_weighting.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 _ CDESIGN_H22 #define _ CDESIGN_H21 #ifndef _AUBIO_FILTER_C_DESIGN_H 22 #define _AUBIO_FILTER_C_DESIGN_H 23 23 24 24 /** \file … … 86 86 #endif 87 87 88 #endif /* _ CDESIGN_H */88 #endif /* _AUBIO_FILTER_C_DESIGN_H */ -
src/temporal/filter.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 FILTER_H22 #define FILTER_H21 #ifndef _AUBIO_FILTER_H 22 #define _AUBIO_FILTER_H 23 23 24 24 /** \file … … 174 174 #endif 175 175 176 #endif /* FILTER_H*/176 #endif /* _AUBIO_FILTER_H */ -
src/temporal/resampler.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 _ RESAMPLE_H22 #define _ RESAMPLE_H21 #ifndef _AUBIO_RESAMPLER_H 22 #define _AUBIO_RESAMPLER_H 23 23 24 24 /** \file … … 63 63 #endif 64 64 65 #endif /* _ RESAMPLE_H */65 #endif /* _AUBIO_RESAMPLER_H */
Note: See TracChangeset
for help on using the changeset viewer.