Changeset b235c0e for src/pitch


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/pitch
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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 */
Note: See TracChangeset for help on using the changeset viewer.