Changeset b235c0e
- 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
- Files:
-
- 37 edited
Legend:
- Unmodified
- Added
- Removed
-
src/aubio_priv.h
r3194dca1 rb235c0e 25 25 */ 26 26 27 #ifndef _AUBIO_ PRIV_H28 #define _AUBIO_ PRIV_H27 #ifndef _AUBIO__PRIV_H 28 #define _AUBIO__PRIV_H 29 29 30 30 /********************* … … 218 218 #define UNUSED __attribute__((unused)) 219 219 220 #endif /*_AUBIO_PRIV_H*/220 #endif /* _AUBIO__PRIV_H */ -
src/cvec.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 _ CVEC_H22 #define _ CVEC_H21 #ifndef _AUBIO__CVEC_H 22 #define _AUBIO__CVEC_H 23 23 24 24 #ifdef __cplusplus … … 222 222 #endif 223 223 224 #endif /* _CVEC_H */ 225 224 #endif /* _AUBIO__CVEC_H */ -
src/fmat.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2009 Paul Brossier <piem@aubio.org>2 Copyright (C) 2009-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 19 19 */ 20 20 21 #ifndef _ FMAT_H22 #define _ FMAT_H21 #ifndef _AUBIO__FMAT_H 22 #define _AUBIO__FMAT_H 23 23 24 24 #ifdef __cplusplus … … 176 176 #endif 177 177 178 #endif /* _ FMAT_H */178 #endif /* _AUBIO__FMAT_H */ -
src/fvec.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 _ FVEC_H22 #define _ FVEC_H21 #ifndef _AUBIO__FVEC_H 22 #define _AUBIO__FVEC_H 23 23 24 24 #ifdef __cplusplus … … 176 176 #endif 177 177 178 #endif /* _ FVEC_H */178 #endif /* _AUBIO__FVEC_H */ -
src/lvec.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 _ LVEC_H22 #define _ LVEC_H21 #ifndef _AUBIO__LVEC_H 22 #define _AUBIO__LVEC_H 23 23 24 24 #ifdef __cplusplus … … 126 126 #endif 127 127 128 #endif /* _ LVEC_H */128 #endif /* _AUBIO__LVEC_H */ -
src/mathutils.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. … … 28 28 */ 29 29 30 #ifndef MATHUTILS_H31 #define MATHUTILS_H30 #ifndef _AUBIO_MATHUTILS_H 31 #define _AUBIO_MATHUTILS_H 32 32 33 33 #include "fvec.h" … … 283 283 #endif 284 284 285 #endif 286 285 #endif /* _AUBIO_MATHUTILS_H */ -
src/musicutils.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. … … 23 23 */ 24 24 25 #ifndef MUSICUTILS_H26 #define MUSICUTILS_H25 #ifndef _AUBIO__MUSICUTILS_H 26 #define _AUBIO__MUSICUTILS_H 27 27 28 28 #ifdef __cplusplus … … 149 149 #endif 150 150 151 #endif 152 151 #endif /* _AUBIO__MUSICUTILS_H */ -
src/onset/onset.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2006-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2006-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 40 40 41 41 42 #ifndef ONSET_H43 #define ONSET_H42 #ifndef _AUBIO_ONSET_H 43 #define _AUBIO_ONSET_H 44 44 45 45 #ifdef __cplusplus … … 269 269 #endif 270 270 271 #endif /* ONSET_H */271 #endif /* _AUBIO_ONSET_H */ -
src/onset/peakpicker.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. … … 27 27 */ 28 28 29 #ifndef PEAKPICK_H30 #define PEAKPICK_H29 #ifndef _AUBIO_PEAKPICK_H 30 #define _AUBIO_PEAKPICK_H 31 31 32 32 #ifdef __cplusplus … … 55 55 #endif 56 56 57 #endif /* PEAKPICK_H */57 #endif /* _AUBIO_PEAKPICK_H */ -
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 */ -
src/spectral/fft.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. … … 27 27 */ 28 28 29 #ifndef FFT_H_30 #define FFT_H_29 #ifndef _AUBIO_FFT_H 30 #define _AUBIO_FFT_H 31 31 32 32 #ifdef __cplusplus … … 140 140 #endif 141 141 142 #endif / / FFT_H_142 #endif /* _AUBIO_FFT_H */ -
src/spectral/filterbank.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2007-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org> 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 … … 30 30 */ 31 31 32 #ifndef FILTERBANK_H33 #define FILTERBANK_H32 #ifndef _AUBIO_FILTERBANK_H 33 #define _AUBIO_FILTERBANK_H 34 34 35 35 #ifdef __cplusplus … … 88 88 #endif 89 89 90 #endif // FILTERBANK_H90 #endif /* _AUBIO_FILTERBANK_H */ -
src/spectral/filterbank_mel.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2007-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org> 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 … … 32 32 */ 33 33 34 #ifndef FILTERBANK_MEL_H35 #define FILTERBANK_MEL_H34 #ifndef _AUBIO_FILTERBANK_MEL_H 35 #define _AUBIO_FILTERBANK_MEL_H 36 36 37 37 #ifdef __cplusplus … … 70 70 #endif 71 71 72 #endif / / FILTERBANK_MEL_H72 #endif /* _AUBIO_FILTERBANK_MEL_H */ -
src/spectral/mfcc.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2007-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org> 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 … … 28 28 */ 29 29 30 #ifndef MFCC_H31 #define MFCC_H30 #ifndef _AUBIO_MFCC_H 31 #define _AUBIO_MFCC_H 32 32 33 33 #ifdef __cplusplus … … 70 70 #endif 71 71 72 #endif // MFCC_H72 #endif /* _AUBIO_MFCC_H */ -
src/spectral/phasevoc.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. … … 32 32 */ 33 33 34 #ifndef _ PHASEVOC_H35 #define _ PHASEVOC_H34 #ifndef _AUBIO_PHASEVOC_H 35 #define _AUBIO_PHASEVOC_H 36 36 37 37 #ifdef __cplusplus … … 100 100 #endif 101 101 102 #endif 102 #endif /* _AUBIO_PHASEVOC_H */ -
src/spectral/specdesc.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. … … 20 20 21 21 /** \file 22 22 23 23 Spectral description functions 24 24 25 25 All of the following spectral description functions take as arguments the FFT 26 26 of a windowed signal (as created with aubio_pvoc). They output one smpl_t per 27 27 buffer (stored in a vector of size [1]). 28 28 29 29 \section specdesc Spectral description functions 30 30 … … 35 35 These functions are designed to raise at notes attacks in music signals. 36 36 37 \b \p energy : Energy based onset detection function 38 37 \b \p energy : Energy based onset detection function 38 39 39 This function calculates the local energy of the input spectral frame. 40 40 41 41 \b \p hfc : High Frequency Content onset detection function 42 42 43 43 This method computes the High Frequency Content (HFC) of the input spectral 44 44 frame. The resulting function is efficient at detecting percussive onsets. … … 47 47 Musical Signal. PhD dissertation, University of Bristol, UK, 1996. 48 48 49 \b \p complex : Complex Domain Method onset detection function 50 49 \b \p complex : Complex Domain Method onset detection function 50 51 51 Christopher Duxbury, Mike E. Davies, and Mark B. Sandler. Complex domain 52 52 onset detection for musical signals. In Proceedings of the Digital Audio 53 53 Effects Conference, DAFx-03, pages 90-93, London, UK, 2003. 54 54 55 \b \p phase : Phase Based Method onset detection function 55 \b \p phase : Phase Based Method onset detection function 56 56 57 57 Juan-Pablo Bello, Mike P. Davies, and Mark B. Sandler. Phase-based note onset … … 60 60 Hong-Kong, 2003. 61 61 62 \b \p specdiff : Spectral difference method onset detection function 62 \b \p specdiff : Spectral difference method onset detection function 63 63 64 64 Jonhatan Foote and Shingo Uchihashi. The beat spectrum: a new approach to … … 66 66 (ICME 2001), pages 881884, Tokyo, Japan, August 2001. 67 67 68 \b \p kl : Kullback-Liebler onset detection function 69 68 \b \p kl : Kullback-Liebler onset detection function 69 70 70 Stephen Hainsworth and Malcom Macleod. Onset detection in music audio 71 71 signals. In Proceedings of the International Computer Music Conference 72 72 (ICMC), Singapore, 2003. 73 73 74 \b \p mkl : Modified Kullback-Liebler onset detection function 74 \b \p mkl : Modified Kullback-Liebler onset detection function 75 75 76 76 Paul Brossier, ``Automatic annotation of musical audio for interactive … … 78 78 music, Queen Mary University of London, London, UK, 2006. 79 79 80 \b \p specflux : Spectral Flux 80 \b \p specflux : Spectral Flux 81 81 82 82 Simon Dixon, Onset Detection Revisited, in ``Proceedings of the 9th 83 83 International Conference on Digital Audio Effects'' (DAFx-06), Montreal, 84 Canada, 2006. 84 Canada, 2006. 85 85 86 86 \subsection shapedesc Spectral shape descriptors … … 93 93 href="http://www.ircam.fr/anasyn/peeters/ARTICLES/Peeters_2003_cuidadoaudiofeatures.pdf">pdf</a>) 94 94 95 \b \p centroid : Spectral centroid 95 \b \p centroid : Spectral centroid 96 96 97 97 The spectral centroid represents the barycenter of the spectrum. 98 98 99 99 \e Note: This function returns the result in bin. To get the spectral 100 centroid in Hz, aubio_bintofreq() should be used. 100 centroid in Hz, aubio_bintofreq() should be used. 101 101 102 \b \p spread : Spectral spread 102 \b \p spread : Spectral spread 103 103 104 104 The spectral spread is the variance of the spectral distribution around its … … 126 126 Wikipedia. 127 127 128 \b \p slope : Spectral slope 128 \b \p slope : Spectral slope 129 129 130 130 The spectral slope represents decreasing rate of the spectral amplitude, … … 133 133 \b \p decrease : Spectral decrease 134 134 135 The spectral decrease is another representation of the decreasing rate, 135 The spectral decrease is another representation of the decreasing rate, 136 136 based on perceptual criteria. 137 137 … … 146 146 147 147 148 #ifndef ONSETDETECTION_H149 #define ONSETDETECTION_H148 #ifndef _AUBIO_SPECDESC_H 149 #define _AUBIO_SPECDESC_H 150 150 151 151 #ifdef __cplusplus … … 156 156 typedef struct _aubio_specdesc_t aubio_specdesc_t; 157 157 158 /** execute spectral description function on a spectral frame 158 /** execute spectral description function on a spectral frame 159 159 160 160 Generic function to compute spectral detescription. 161 161 162 162 \param o spectral description object as returned by new_aubio_specdesc() 163 163 \param fftgrain input signal spectrum as computed by aubio_pvoc_do … … 168 168 fvec_t * desc); 169 169 170 /** creation of a spectral description object 170 /** creation of a spectral description object 171 171 172 172 \param method spectral description method … … 181 181 aubio_specdesc_t *new_aubio_specdesc (char_t * method, uint_t buf_size); 182 182 183 /** deletion of a spectral descriptor 183 /** deletion of a spectral descriptor 184 184 185 185 \param o spectral descriptor object as returned by new_aubio_specdesc() … … 192 192 #endif 193 193 194 #endif /* ONSETDETECTION_H */194 #endif /* _AUBIO_SPECDESC_H */ -
src/spectral/tss.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. … … 37 37 */ 38 38 39 #ifndef TSS_H40 #define TSS_H39 #ifndef _AUBIO_TSS_H 40 #define _AUBIO_TSS_H 41 41 42 42 #ifdef __cplusplus … … 101 101 #endif 102 102 103 #endif /* TSS_H*/103 #endif /* _AUBIO_TSS_H */ -
src/synth/sampler.h
r3194dca1 rb235c0e 19 19 */ 20 20 21 #ifndef _AUBIO_S YNTH_SAMPLER_H22 #define _AUBIO_S YNTH_SAMPLER_H21 #ifndef _AUBIO_SAMPLER_H 22 #define _AUBIO_SAMPLER_H 23 23 24 24 /** \file … … 138 138 #endif 139 139 140 #endif /* _AUBIO_S YNTH_SAMPLER_H */140 #endif /* _AUBIO_SAMPLER_H */ -
src/synth/wavetable.h
r3194dca1 rb235c0e 19 19 */ 20 20 21 #ifndef _AUBIO_ SYNTH_WAVETABLE_H22 #define _AUBIO_ SYNTH_WAVETABLE_H21 #ifndef _AUBIO_WAVETABLE_H 22 #define _AUBIO_WAVETABLE_H 23 23 24 24 /** \file … … 176 176 #endif 177 177 178 #endif /* _AUBIO_ SYNTH_WAVETABLE_H */178 #endif /* _AUBIO_WAVETABLE_H */ -
src/tempo/beattracking.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2003-20 09Matthew Davies and Paul Brossier <piem@aubio.org>2 Copyright (C) 2003-2013 Matthew Davies and Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 37 37 38 38 */ 39 #ifndef BEATTRACKING_H40 #define BEATTRACKING_H39 #ifndef _AUBIO_BEATTRACKING_H 40 #define _AUBIO_BEATTRACKING_H 41 41 42 42 #ifdef __cplusplus … … 99 99 #endif 100 100 101 #endif /* BEATTRACKING_H */101 #endif /* _AUBIO_BEATTRACKING_H */ -
src/tempo/tempo.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2006-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2006-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 31 31 */ 32 32 33 #ifndef TEMPO_H34 #define TEMPO_H33 #ifndef _AUBIO_TEMPO_H 34 #define _AUBIO_TEMPO_H 35 35 36 36 #ifdef __cplusplus … … 134 134 #endif 135 135 136 #endif /* TEMPO_H */136 #endif /* _AUBIO_TEMPO_H */ -
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 */ -
src/types.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 AUBIO_TYPES_H22 #define AUBIO_TYPES_H21 #ifndef _AUBIO__TYPES_H 22 #define _AUBIO__TYPES_H 23 23 24 24 /** \file … … 68 68 #endif 69 69 70 #endif /*AUBIO_TYPES_H*/70 #endif /* _AUBIO__TYPES_H */ -
src/utils/hist.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. … … 26 26 */ 27 27 28 #ifndef HIST_H29 #define HIST_H28 #ifndef _AUBIO_HIST_H 29 #define _AUBIO_HIST_H 30 30 31 31 #ifdef __cplusplus … … 61 61 #endif 62 62 63 #endif 63 #endif /* _AUBIO_HIST_H */ -
src/utils/parameter.h
r3194dca1 rb235c0e 158 158 159 159 #endif /* _AUBIO_PARAMETER_H */ 160 -
src/utils/scale.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. … … 29 29 30 30 */ 31 #ifndef SCALE_H32 #define SCALE_H31 #ifndef _AUBIO_SCALE_H 32 #define _AUBIO_SCALE_H 33 33 34 34 #ifdef __cplusplus … … 78 78 #endif 79 79 80 #endif 80 #endif /* _AUBIO_SCALE_H */ -
src/vecutils.h
r3194dca1 rb235c0e 1 1 /* 2 Copyright (C) 2009 Paul Brossier <piem@aubio.org>2 Copyright (C) 2009-2013 Paul Brossier <piem@aubio.org> 3 3 4 4 This file is part of aubio. … … 25 25 */ 26 26 27 #ifndef _ VECUTILS_H28 #define _ VECUTILS_H27 #ifndef _AUBIO__VECUTILS_H 28 #define _AUBIO__VECUTILS_H 29 29 30 30 #ifdef __cplusplus … … 192 192 #endif 193 193 194 #endif /* _VECUTILS_H*/194 #endif /* _AUBIO__VECUTILS_H */
Note: See TracChangeset
for help on using the changeset viewer.