Changeset b235c0e


Ignore:
Timestamp:
Dec 11, 2013, 1:04:27 AM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/: sync header defines, remove trailing spaces, update copyrights

Signed-off-by: Paul Brossier <piem@piem.org>

Location:
src
Files:
37 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    r3194dca1 rb235c0e  
    2525 */
    2626
    27 #ifndef _AUBIO_PRIV_H
    28 #define _AUBIO_PRIV_H
     27#ifndef _AUBIO__PRIV_H
     28#define _AUBIO__PRIV_H
    2929
    3030/*********************
     
    218218#define UNUSED __attribute__((unused))
    219219
    220 #endif/*_AUBIO_PRIV_H*/
     220#endif /* _AUBIO__PRIV_H */
  • src/cvec.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _CVEC_H
    22 #define _CVEC_H
     21#ifndef _AUBIO__CVEC_H
     22#define _AUBIO__CVEC_H
    2323
    2424#ifdef __cplusplus
     
    222222#endif
    223223
    224 #endif /* _CVEC_H */
    225 
     224#endif /* _AUBIO__CVEC_H */
  • src/fmat.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2009-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _FMAT_H
    22 #define _FMAT_H
     21#ifndef _AUBIO__FMAT_H
     22#define _AUBIO__FMAT_H
    2323
    2424#ifdef __cplusplus
     
    176176#endif
    177177
    178 #endif /* _FMAT_H */
     178#endif /* _AUBIO__FMAT_H */
  • src/fvec.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _FVEC_H
    22 #define _FVEC_H
     21#ifndef _AUBIO__FVEC_H
     22#define _AUBIO__FVEC_H
    2323
    2424#ifdef __cplusplus
     
    176176#endif
    177177
    178 #endif /* _FVEC_H */
     178#endif /* _AUBIO__FVEC_H */
  • src/lvec.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _LVEC_H
    22 #define _LVEC_H
     21#ifndef _AUBIO__LVEC_H
     22#define _AUBIO__LVEC_H
    2323
    2424#ifdef __cplusplus
     
    126126#endif
    127127
    128 #endif /* _LVEC_H */
     128#endif /* _AUBIO__LVEC_H */
  • src/mathutils.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2828 */
    2929
    30 #ifndef MATHUTILS_H
    31 #define MATHUTILS_H
     30#ifndef _AUBIO_MATHUTILS_H
     31#define _AUBIO_MATHUTILS_H
    3232
    3333#include "fvec.h"
     
    283283#endif
    284284
    285 #endif
    286 
     285#endif /* _AUBIO_MATHUTILS_H */
  • src/musicutils.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2323 */
    2424
    25 #ifndef MUSICUTILS_H
    26 #define MUSICUTILS_H
     25#ifndef _AUBIO__MUSICUTILS_H
     26#define _AUBIO__MUSICUTILS_H
    2727
    2828#ifdef __cplusplus
     
    149149#endif
    150150
    151 #endif
    152 
     151#endif /* _AUBIO__MUSICUTILS_H */
  • src/onset/onset.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2006-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2006-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    4040
    4141
    42 #ifndef ONSET_H
    43 #define ONSET_H
     42#ifndef _AUBIO_ONSET_H
     43#define _AUBIO_ONSET_H
    4444
    4545#ifdef __cplusplus
     
    269269#endif
    270270
    271 #endif /* ONSET_H */
     271#endif /* _AUBIO_ONSET_H */
  • src/onset/peakpicker.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2727*/
    2828
    29 #ifndef PEAKPICK_H
    30 #define PEAKPICK_H
     29#ifndef _AUBIO_PEAKPICK_H
     30#define _AUBIO_PEAKPICK_H
    3131
    3232#ifdef __cplusplus
     
    5555#endif
    5656
    57 #endif /* PEAKPICK_H */
     57#endif /* _AUBIO_PEAKPICK_H */
  • src/pitch/pitch.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef PITCH_H
    22 #define PITCH_H
     21#ifndef _AUBIO_PITCH_H
     22#define _AUBIO_PITCH_H
    2323
    2424#ifdef __cplusplus
     
    180180#endif
    181181
    182 #endif /*PITCH_H*/
     182#endif /* _AUBIO_PITCH_H */
  • src/pitch/pitchfcomb.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3535*/
    3636
    37 #ifndef _PITCHFCOMB_H
    38 #define _PITCHFCOMB_H
     37#ifndef _AUBIO_PITCHFCOMB_H
     38#define _AUBIO_PITCHFCOMB_H
    3939
    4040#ifdef __cplusplus
     
    7474#endif
    7575
    76 #endif /* _PITCHFCOMB_H */
    77 
    78 
     76#endif /* _AUBIO_PITCHFCOMB_H */
  • src/pitch/pitchmcomb.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3636*/
    3737
    38 #ifndef PITCHMCOMB_H
    39 #define PITCHMCOMB_H
     38#ifndef _AUBIO_PITCHMCOMB_H
     39#define _AUBIO_PITCHMCOMB_H
    4040
    4141#ifdef __cplusplus
     
    7575#endif
    7676
    77 #endif /* PITCHMCOMB_H */
     77#endif /* _AUBIO_PITCHMCOMB_H */
  • src/pitch/pitchschmitt.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3535*/
    3636
    37 #ifndef _PITCHSCHMITT_H
    38 #define _PITCHSCHMITT_H
     37#ifndef _AUBIO_PITCHSCHMITT_H
     38#define _AUBIO_PITCHSCHMITT_H
    3939
    4040#ifdef __cplusplus
     
    7373#endif
    7474
    75 #endif /* _PITCHSCHMITT_H */
     75#endif /* _AUBIO_PITCHSCHMITT_H */
    7676
  • src/pitch/pitchspecacf.h

    r3194dca1 rb235c0e  
    3939*/
    4040
    41 #ifndef AUBIO_PITCHSPECACF_H
    42 #define AUBIO_PITCHSPECACF_H
     41#ifndef _AUBIO_PITCHSPECACF_H
     42#define _AUBIO_PITCHSPECACF_H
    4343
    4444#ifdef __cplusplus
     
    101101#endif
    102102
    103 #endif /*AUBIO_PITCHSPECACF_H*/
     103#endif /* _AUBIO_PITCHSPECACF_H */
  • src/pitch/pitchyin.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3535*/
    3636
    37 #ifndef PITCHYIN_H
    38 #define PITCHYIN_H
     37#ifndef _AUBIO_PITCHYIN_H
     38#define _AUBIO_PITCHYIN_H
    3939
    4040#ifdef __cplusplus
     
    9797#endif
    9898
    99 #endif /*PITCHYIN_H*/
     99#endif /* _AUBIO_PITCHYIN_H */
  • src/pitch/pitchyinfft.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3636*/
    3737
    38 #ifndef PITCHYINFFT_H
    39 #define PITCHYINFFT_H
     38#ifndef _AUBIO_PITCHYINFFT_H
     39#define _AUBIO_PITCHYINFFT_H
    4040
    4141#ifdef __cplusplus
     
    9797#endif
    9898
    99 #endif /*PITCHYINFFT_H*/
     99#endif /* _AUBIO_PITCHYINFFT_H */
  • src/spectral/fft.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2727*/
    2828
    29 #ifndef FFT_H_
    30 #define FFT_H_
     29#ifndef _AUBIO_FFT_H
     30#define _AUBIO_FFT_H
    3131
    3232#ifdef __cplusplus
     
    140140#endif
    141141
    142 #endif // FFT_H_
     142#endif /* _AUBIO_FFT_H */
  • src/spectral/filterbank.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2007-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org>
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
     
    3030*/
    3131
    32 #ifndef FILTERBANK_H
    33 #define FILTERBANK_H
     32#ifndef _AUBIO_FILTERBANK_H
     33#define _AUBIO_FILTERBANK_H
    3434
    3535#ifdef __cplusplus
     
    8888#endif
    8989
    90 #endif                          // FILTERBANK_H
     90#endif /* _AUBIO_FILTERBANK_H */
  • src/spectral/filterbank_mel.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2007-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org>
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
     
    3232*/
    3333
    34 #ifndef FILTERBANK_MEL_H
    35 #define FILTERBANK_MEL_H
     34#ifndef _AUBIO_FILTERBANK_MEL_H
     35#define _AUBIO_FILTERBANK_MEL_H
    3636
    3737#ifdef __cplusplus
     
    7070#endif
    7171
    72 #endif // FILTERBANK_MEL_H
     72#endif /* _AUBIO_FILTERBANK_MEL_H */
  • src/spectral/mfcc.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2007-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org>
    33                      and Amaury Hazan <ahazan@iua.upf.edu>
    44
     
    2828*/
    2929
    30 #ifndef MFCC_H
    31 #define MFCC_H
     30#ifndef _AUBIO_MFCC_H
     31#define _AUBIO_MFCC_H
    3232
    3333#ifdef __cplusplus
     
    7070#endif
    7171
    72 #endif                          // MFCC_H
     72#endif /* _AUBIO_MFCC_H */
  • src/spectral/phasevoc.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3232*/
    3333
    34 #ifndef _PHASEVOC_H
    35 #define _PHASEVOC_H
     34#ifndef _AUBIO_PHASEVOC_H
     35#define _AUBIO_PHASEVOC_H
    3636
    3737#ifdef __cplusplus
     
    100100#endif
    101101
    102 #endif
     102#endif /* _AUBIO_PHASEVOC_H */
  • src/spectral/specdesc.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2020
    2121/** \file
    22  
     22
    2323  Spectral description functions
    24  
     24
    2525  All of the following spectral description functions take as arguments the FFT
    2626  of a windowed signal (as created with aubio_pvoc). They output one smpl_t per
    2727  buffer (stored in a vector of size [1]).
    28  
     28
    2929  \section specdesc Spectral description functions
    3030
     
    3535  These functions are designed to raise at notes attacks in music signals.
    3636
    37   \b \p energy : Energy based onset detection function 
    38  
     37  \b \p energy : Energy based onset detection function
     38
    3939  This function calculates the local energy of the input spectral frame.
    40  
     40
    4141  \b \p hfc : High Frequency Content onset detection function
    42  
     42
    4343  This method computes the High Frequency Content (HFC) of the input spectral
    4444  frame. The resulting function is efficient at detecting percussive onsets.
     
    4747  Musical Signal. PhD dissertation, University of Bristol, UK, 1996.
    4848
    49   \b \p complex : Complex Domain Method onset detection function 
    50  
     49  \b \p complex : Complex Domain Method onset detection function
     50
    5151  Christopher Duxbury, Mike E. Davies, and Mark B. Sandler. Complex domain
    5252  onset detection for musical signals. In Proceedings of the Digital Audio
    5353  Effects Conference, DAFx-03, pages 90-93, London, UK, 2003.
    5454
    55   \b \p phase : Phase Based Method onset detection function 
     55  \b \p phase : Phase Based Method onset detection function
    5656
    5757  Juan-Pablo Bello, Mike P. Davies, and Mark B. Sandler. Phase-based note onset
     
    6060  Hong-Kong, 2003.
    6161
    62   \b \p specdiff : Spectral difference method onset detection function 
     62  \b \p specdiff : Spectral difference method onset detection function
    6363
    6464  Jonhatan Foote and Shingo Uchihashi. The beat spectrum: a new approach to
     
    6666  (ICME 2001), pages 881­884, Tokyo, Japan, August 2001.
    6767
    68   \b \p kl : Kullback-Liebler onset detection function 
    69  
     68  \b \p kl : Kullback-Liebler onset detection function
     69
    7070  Stephen Hainsworth and Malcom Macleod. Onset detection in music audio
    7171  signals. In Proceedings of the International Computer Music Conference
    7272  (ICMC), Singapore, 2003.
    7373
    74   \b \p mkl : Modified Kullback-Liebler onset detection function 
     74  \b \p mkl : Modified Kullback-Liebler onset detection function
    7575
    7676  Paul Brossier, ``Automatic annotation of musical audio for interactive
     
    7878  music, Queen Mary University of London, London, UK, 2006.
    7979
    80   \b \p specflux : Spectral Flux 
     80  \b \p specflux : Spectral Flux
    8181
    8282  Simon Dixon, Onset Detection Revisited, in ``Proceedings of the 9th
    8383  International Conference on Digital Audio Effects'' (DAFx-06), Montreal,
    84   Canada, 2006. 
     84  Canada, 2006.
    8585
    8686  \subsection shapedesc Spectral shape descriptors
     
    9393  href="http://www.ircam.fr/anasyn/peeters/ARTICLES/Peeters_2003_cuidadoaudiofeatures.pdf">pdf</a>)
    9494
    95   \b \p centroid : Spectral centroid 
     95  \b \p centroid : Spectral centroid
    9696
    9797  The spectral centroid represents the barycenter of the spectrum.
    9898
    9999  \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.
    101101
    102   \b \p spread : Spectral spread 
     102  \b \p spread : Spectral spread
    103103
    104104  The spectral spread is the variance of the spectral distribution around its
     
    126126  Wikipedia.
    127127
    128   \b \p slope : Spectral slope 
     128  \b \p slope : Spectral slope
    129129
    130130  The spectral slope represents decreasing rate of the spectral amplitude,
     
    133133  \b \p decrease : Spectral decrease
    134134
    135   The spectral decrease is another representation of the decreasing rate, 
     135  The spectral decrease is another representation of the decreasing rate,
    136136  based on perceptual criteria.
    137137
     
    146146
    147147
    148 #ifndef ONSETDETECTION_H
    149 #define ONSETDETECTION_H
     148#ifndef _AUBIO_SPECDESC_H
     149#define _AUBIO_SPECDESC_H
    150150
    151151#ifdef __cplusplus
     
    156156typedef struct _aubio_specdesc_t aubio_specdesc_t;
    157157
    158 /** execute spectral description function on a spectral frame 
     158/** execute spectral description function on a spectral frame
    159159
    160160  Generic function to compute spectral detescription.
    161  
     161
    162162  \param o spectral description object as returned by new_aubio_specdesc()
    163163  \param fftgrain input signal spectrum as computed by aubio_pvoc_do
     
    168168    fvec_t * desc);
    169169
    170 /** creation of a spectral description object 
     170/** creation of a spectral description object
    171171
    172172  \param method spectral description method
     
    181181aubio_specdesc_t *new_aubio_specdesc (char_t * method, uint_t buf_size);
    182182
    183 /** deletion of a spectral descriptor 
     183/** deletion of a spectral descriptor
    184184
    185185  \param o spectral descriptor object as returned by new_aubio_specdesc()
     
    192192#endif
    193193
    194 #endif /* ONSETDETECTION_H */
     194#endif /* _AUBIO_SPECDESC_H */
  • src/spectral/tss.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3737*/
    3838
    39 #ifndef TSS_H
    40 #define TSS_H
     39#ifndef _AUBIO_TSS_H
     40#define _AUBIO_TSS_H
    4141
    4242#ifdef __cplusplus
     
    101101#endif
    102102
    103 #endif /*TSS_H*/
     103#endif /* _AUBIO_TSS_H */
  • src/synth/sampler.h

    r3194dca1 rb235c0e  
    1919*/
    2020
    21 #ifndef _AUBIO_SYNTH_SAMPLER_H
    22 #define _AUBIO_SYNTH_SAMPLER_H
     21#ifndef _AUBIO_SAMPLER_H
     22#define _AUBIO_SAMPLER_H
    2323
    2424/** \file
     
    138138#endif
    139139
    140 #endif /* _AUBIO_SYNTH_SAMPLER_H */
     140#endif /* _AUBIO_SAMPLER_H */
  • src/synth/wavetable.h

    r3194dca1 rb235c0e  
    1919*/
    2020
    21 #ifndef _AUBIO_SYNTH_WAVETABLE_H
    22 #define _AUBIO_SYNTH_WAVETABLE_H
     21#ifndef _AUBIO_WAVETABLE_H
     22#define _AUBIO_WAVETABLE_H
    2323
    2424/** \file
     
    176176#endif
    177177
    178 #endif /* _AUBIO_SYNTH_WAVETABLE_H */
     178#endif /* _AUBIO_WAVETABLE_H */
  • src/tempo/beattracking.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Matthew Davies and Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Matthew Davies and Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3737 
    3838*/
    39 #ifndef BEATTRACKING_H
    40 #define BEATTRACKING_H
     39#ifndef _AUBIO_BEATTRACKING_H
     40#define _AUBIO_BEATTRACKING_H
    4141
    4242#ifdef __cplusplus
     
    9999#endif
    100100
    101 #endif /* BEATTRACKING_H */
     101#endif /* _AUBIO_BEATTRACKING_H */
  • src/tempo/tempo.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2006-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2006-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    3131*/
    3232
    33 #ifndef TEMPO_H
    34 #define TEMPO_H
     33#ifndef _AUBIO_TEMPO_H
     34#define _AUBIO_TEMPO_H
    3535
    3636#ifdef __cplusplus
     
    134134#endif
    135135
    136 #endif /* TEMPO_H */
     136#endif /* _AUBIO_TEMPO_H */
  • src/temporal/a_weighting.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _ADESIGN_H
    22 #define _ADESIGN_H
     21#ifndef _AUBIO_FILTER_A_DESIGN_H
     22#define _AUBIO_FILTER_A_DESIGN_H
    2323
    2424/** \file
     
    8686#endif
    8787
    88 #endif /* _ADESIGN_H */
     88#endif /* _AUBIO_FILTER_A_DESIGN_H */
  • src/temporal/biquad.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef BIQUAD_H
    22 #define BIQUAD_H
     21#ifndef _AUBIO_FILTER_BIQUAD_H
     22#define _AUBIO_FILTER_BIQUAD_H
    2323
    2424/** \file
     
    7373#endif
    7474
    75 #endif /*BIQUAD_H*/
     75#endif /* _AUBIO_FILTER_BIQUAD_H */
  • src/temporal/c_weighting.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _CDESIGN_H
    22 #define _CDESIGN_H
     21#ifndef _AUBIO_FILTER_C_DESIGN_H
     22#define _AUBIO_FILTER_C_DESIGN_H
    2323
    2424/** \file
     
    8686#endif
    8787
    88 #endif /* _CDESIGN_H */
     88#endif /* _AUBIO_FILTER_C_DESIGN_H */
  • src/temporal/filter.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef FILTER_H
    22 #define FILTER_H
     21#ifndef _AUBIO_FILTER_H
     22#define _AUBIO_FILTER_H
    2323
    2424/** \file
     
    174174#endif
    175175
    176 #endif /*FILTER_H*/
     176#endif /* _AUBIO_FILTER_H */
  • src/temporal/resampler.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef _RESAMPLE_H
    22 #define _RESAMPLE_H
     21#ifndef _AUBIO_RESAMPLER_H
     22#define _AUBIO_RESAMPLER_H
    2323
    2424/** \file
     
    6363#endif
    6464
    65 #endif /* _RESAMPLE_H */
     65#endif /* _AUBIO_RESAMPLER_H */
  • src/types.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    1919*/
    2020
    21 #ifndef AUBIO_TYPES_H
    22 #define AUBIO_TYPES_H
     21#ifndef _AUBIO__TYPES_H
     22#define _AUBIO__TYPES_H
    2323
    2424/** \file
     
    6868#endif
    6969
    70 #endif/*AUBIO_TYPES_H*/
     70#endif /* _AUBIO__TYPES_H */
  • src/utils/hist.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2626 */
    2727
    28 #ifndef HIST_H
    29 #define HIST_H
     28#ifndef _AUBIO_HIST_H
     29#define _AUBIO_HIST_H
    3030
    3131#ifdef __cplusplus
     
    6161#endif
    6262
    63 #endif
     63#endif /* _AUBIO_HIST_H */
  • src/utils/parameter.h

    r3194dca1 rb235c0e  
    158158
    159159#endif /* _AUBIO_PARAMETER_H */
    160 
  • src/utils/scale.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2003-2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2003-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2929 
    3030*/
    31 #ifndef SCALE_H
    32 #define SCALE_H
     31#ifndef _AUBIO_SCALE_H
     32#define _AUBIO_SCALE_H
    3333
    3434#ifdef __cplusplus
     
    7878#endif
    7979
    80 #endif
     80#endif /* _AUBIO_SCALE_H */
  • src/vecutils.h

    r3194dca1 rb235c0e  
    11/*
    2   Copyright (C) 2009 Paul Brossier <piem@aubio.org>
     2  Copyright (C) 2009-2013 Paul Brossier <piem@aubio.org>
    33
    44  This file is part of aubio.
     
    2525 */
    2626
    27 #ifndef _VECUTILS_H
    28 #define _VECUTILS_H
     27#ifndef _AUBIO__VECUTILS_H
     28#define _AUBIO__VECUTILS_H
    2929
    3030#ifdef __cplusplus
     
    192192#endif
    193193
    194 #endif /*_VECUTILS_H*/
     194#endif /* _AUBIO__VECUTILS_H */
Note: See TracChangeset for help on using the changeset viewer.