Changeset 6f42c16 for src/io


Ignore:
Timestamp:
Apr 22, 2016, 9:15:29 PM (9 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:
aad1235
Parents:
d2be104
Message:

src/: change c header identifiers (see #35)

Location:
src/io
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • src/io/audio_unit.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_AUDIO_UNIT_H
    22 #define _AUBIO_AUDIO_UNIT_H
     21#ifndef AUBIO_AUDIO_UNIT_H
     22#define AUBIO_AUDIO_UNIT_H
    2323
    2424/** \file
     
    5959#endif
    6060
    61 #endif /* _AUBIO_AUDIO_UNIT_H */
     61#endif /* AUBIO_AUDIO_UNIT_H */
  • src/io/sink.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SINK_H
    22 #define _AUBIO_SINK_H
     21#ifndef AUBIO_SINK_H
     22#define AUBIO_SINK_H
    2323
    2424/** \file
     
    179179#endif
    180180
    181 #endif /* _AUBIO_SINK_H */
     181#endif /* AUBIO_SINK_H */
  • src/io/sink_apple_audio.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SINK_APPLE_AUDIO_H
    22 #define _AUBIO_SINK_APPLE_AUDIO_H
     21#ifndef AUBIO_SINK_APPLE_AUDIO_H
     22#define AUBIO_SINK_APPLE_AUDIO_H
    2323
    2424/** \file
     
    161161#endif
    162162
    163 #endif /* _AUBIO_SINK_APPLE_AUDIO_H */
     163#endif /* AUBIO_SINK_APPLE_AUDIO_H */
  • src/io/sink_sndfile.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SINK_SNDFILE_H
    22 #define _AUBIO_SINK_SNDFILE_H
     21#ifndef AUBIO_SINK_SNDFILE_H
     22#define AUBIO_SINK_SNDFILE_H
    2323
    2424/** \file
     
    160160#endif
    161161
    162 #endif /* _AUBIO_SINK_SNDFILE_H */
     162#endif /* AUBIO_SINK_SNDFILE_H */
  • src/io/sink_wavwrite.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SINK_WAVWRITE_H
    22 #define _AUBIO_SINK_WAVWRITE_H
     21#ifndef AUBIO_SINK_WAVWRITE_H
     22#define AUBIO_SINK_WAVWRITE_H
    2323
    2424/** \file
     
    160160#endif
    161161
    162 #endif /* _AUBIO_SINK_WAVWRITE_H */
     162#endif /* AUBIO_SINK_WAVWRITE_H */
  • src/io/source.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SOURCE_H
    22 #define _AUBIO_SOURCE_H
     21#ifndef AUBIO_SOURCE_H
     22#define AUBIO_SOURCE_H
    2323
    2424/** \file
     
    172172#endif
    173173
    174 #endif /* _AUBIO_SOURCE_H */
     174#endif /* AUBIO_SOURCE_H */
  • src/io/source_apple_audio.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SOURCE_APPLE_AUDIO_H
    22 #define _AUBIO_SOURCE_APPLE_AUDIO_H
     21#ifndef AUBIO_SOURCE_APPLE_AUDIO_H
     22#define AUBIO_SOURCE_APPLE_AUDIO_H
    2323
    2424/** \file
     
    144144#endif
    145145
    146 #endif /* _AUBIO_SOURCE_APPLE_AUDIO_H */
     146#endif /* AUBIO_SOURCE_APPLE_AUDIO_H */
  • src/io/source_avcodec.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SOURCE_AVCODEC_H
    22 #define _AUBIO_SOURCE_AVCODEC_H
     21#ifndef AUBIO_SOURCE_AVCODEC_H
     22#define AUBIO_SOURCE_AVCODEC_H
    2323
    2424/** \file
     
    143143#endif
    144144
    145 #endif /* _AUBIO_SOURCE_AVCODEC_H */
     145#endif /* AUBIO_SOURCE_AVCODEC_H */
  • src/io/source_sndfile.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SOURCE_SNDFILE_H
    22 #define _AUBIO_SOURCE_SNDFILE_H
     21#ifndef AUBIO_SOURCE_SNDFILE_H
     22#define AUBIO_SOURCE_SNDFILE_H
    2323
    2424/** \file
     
    143143#endif
    144144
    145 #endif /* _AUBIO_SOURCE_SNDFILE_H */
     145#endif /* AUBIO_SOURCE_SNDFILE_H */
  • src/io/source_wavread.h

    rd2be104 r6f42c16  
    1919*/
    2020
    21 #ifndef _AUBIO_SOURCE_WAVREAD_H
    22 #define _AUBIO_SOURCE_WAVREAD_H
     21#ifndef AUBIO_SOURCE_WAVREAD_H
     22#define AUBIO_SOURCE_WAVREAD_H
    2323
    2424/** \file
     
    148148#endif
    149149
    150 #endif /* _AUBIO_SOURCE_WAVREAD_H */
     150#endif /* AUBIO_SOURCE_WAVREAD_H */
Note: See TracChangeset for help on using the changeset viewer.