- Timestamp:
- Apr 22, 2016, 9:15:29 PM (9 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:
- aad1235
- Parents:
- d2be104
- Location:
- src/io
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
src/io/audio_unit.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_AUDIO_UNIT_H22 #define _AUBIO_AUDIO_UNIT_H21 #ifndef AUBIO_AUDIO_UNIT_H 22 #define AUBIO_AUDIO_UNIT_H 23 23 24 24 /** \file … … 59 59 #endif 60 60 61 #endif /* _AUBIO_AUDIO_UNIT_H */61 #endif /* AUBIO_AUDIO_UNIT_H */ -
src/io/sink.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_H22 #define _AUBIO_SINK_H21 #ifndef AUBIO_SINK_H 22 #define AUBIO_SINK_H 23 23 24 24 /** \file … … 179 179 #endif 180 180 181 #endif /* _AUBIO_SINK_H */181 #endif /* AUBIO_SINK_H */ -
src/io/sink_apple_audio.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_APPLE_AUDIO_H22 #define _AUBIO_SINK_APPLE_AUDIO_H21 #ifndef AUBIO_SINK_APPLE_AUDIO_H 22 #define AUBIO_SINK_APPLE_AUDIO_H 23 23 24 24 /** \file … … 161 161 #endif 162 162 163 #endif /* _AUBIO_SINK_APPLE_AUDIO_H */163 #endif /* AUBIO_SINK_APPLE_AUDIO_H */ -
src/io/sink_sndfile.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_SNDFILE_H22 #define _AUBIO_SINK_SNDFILE_H21 #ifndef AUBIO_SINK_SNDFILE_H 22 #define AUBIO_SINK_SNDFILE_H 23 23 24 24 /** \file … … 160 160 #endif 161 161 162 #endif /* _AUBIO_SINK_SNDFILE_H */162 #endif /* AUBIO_SINK_SNDFILE_H */ -
src/io/sink_wavwrite.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SINK_WAVWRITE_H22 #define _AUBIO_SINK_WAVWRITE_H21 #ifndef AUBIO_SINK_WAVWRITE_H 22 #define AUBIO_SINK_WAVWRITE_H 23 23 24 24 /** \file … … 160 160 #endif 161 161 162 #endif /* _AUBIO_SINK_WAVWRITE_H */162 #endif /* AUBIO_SINK_WAVWRITE_H */ -
src/io/source.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_H22 #define _AUBIO_SOURCE_H21 #ifndef AUBIO_SOURCE_H 22 #define AUBIO_SOURCE_H 23 23 24 24 /** \file … … 172 172 #endif 173 173 174 #endif /* _AUBIO_SOURCE_H */174 #endif /* AUBIO_SOURCE_H */ -
src/io/source_apple_audio.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_APPLE_AUDIO_H22 #define _AUBIO_SOURCE_APPLE_AUDIO_H21 #ifndef AUBIO_SOURCE_APPLE_AUDIO_H 22 #define AUBIO_SOURCE_APPLE_AUDIO_H 23 23 24 24 /** \file … … 144 144 #endif 145 145 146 #endif /* _AUBIO_SOURCE_APPLE_AUDIO_H */146 #endif /* AUBIO_SOURCE_APPLE_AUDIO_H */ -
src/io/source_avcodec.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_AVCODEC_H22 #define _AUBIO_SOURCE_AVCODEC_H21 #ifndef AUBIO_SOURCE_AVCODEC_H 22 #define AUBIO_SOURCE_AVCODEC_H 23 23 24 24 /** \file … … 143 143 #endif 144 144 145 #endif /* _AUBIO_SOURCE_AVCODEC_H */145 #endif /* AUBIO_SOURCE_AVCODEC_H */ -
src/io/source_sndfile.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_SNDFILE_H22 #define _AUBIO_SOURCE_SNDFILE_H21 #ifndef AUBIO_SOURCE_SNDFILE_H 22 #define AUBIO_SOURCE_SNDFILE_H 23 23 24 24 /** \file … … 143 143 #endif 144 144 145 #endif /* _AUBIO_SOURCE_SNDFILE_H */145 #endif /* AUBIO_SOURCE_SNDFILE_H */ -
src/io/source_wavread.h
rd2be104 r6f42c16 19 19 */ 20 20 21 #ifndef _AUBIO_SOURCE_WAVREAD_H22 #define _AUBIO_SOURCE_WAVREAD_H21 #ifndef AUBIO_SOURCE_WAVREAD_H 22 #define AUBIO_SOURCE_WAVREAD_H 23 23 24 24 /** \file … … 148 148 #endif 149 149 150 #endif /* _AUBIO_SOURCE_WAVREAD_H */150 #endif /* AUBIO_SOURCE_WAVREAD_H */
Note: See TracChangeset
for help on using the changeset viewer.