Changeset 6f42c16 for src/spectral
- 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/spectral
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/fft.h
rd2be104 r6f42c16 32 32 */ 33 33 34 #ifndef _AUBIO_FFT_H35 #define _AUBIO_FFT_H34 #ifndef AUBIO_FFT_H 35 #define AUBIO_FFT_H 36 36 37 37 #ifdef __cplusplus … … 142 142 #endif 143 143 144 #endif /* _AUBIO_FFT_H */144 #endif /* AUBIO_FFT_H */ -
src/spectral/filterbank.h
rd2be104 r6f42c16 30 30 */ 31 31 32 #ifndef _AUBIO_FILTERBANK_H33 #define _AUBIO_FILTERBANK_H32 #ifndef AUBIO_FILTERBANK_H 33 #define AUBIO_FILTERBANK_H 34 34 35 35 #ifdef __cplusplus … … 88 88 #endif 89 89 90 #endif /* _AUBIO_FILTERBANK_H */90 #endif /* AUBIO_FILTERBANK_H */ -
src/spectral/filterbank_mel.h
rd2be104 r6f42c16 32 32 */ 33 33 34 #ifndef _AUBIO_FILTERBANK_MEL_H35 #define _AUBIO_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 /* _AUBIO_FILTERBANK_MEL_H */72 #endif /* AUBIO_FILTERBANK_MEL_H */ -
src/spectral/mfcc.h
rd2be104 r6f42c16 35 35 */ 36 36 37 #ifndef _AUBIO_MFCC_H38 #define _AUBIO_MFCC_H37 #ifndef AUBIO_MFCC_H 38 #define AUBIO_MFCC_H 39 39 40 40 #ifdef __cplusplus … … 77 77 #endif 78 78 79 #endif /* _AUBIO_MFCC_H */79 #endif /* AUBIO_MFCC_H */ -
src/spectral/phasevoc.h
rd2be104 r6f42c16 32 32 */ 33 33 34 #ifndef _AUBIO_PHASEVOC_H35 #define _AUBIO_PHASEVOC_H34 #ifndef AUBIO_PHASEVOC_H 35 #define AUBIO_PHASEVOC_H 36 36 37 37 #ifdef __cplusplus … … 100 100 #endif 101 101 102 #endif /* _AUBIO_PHASEVOC_H */102 #endif /* AUBIO_PHASEVOC_H */ -
src/spectral/specdesc.h
rd2be104 r6f42c16 146 146 147 147 148 #ifndef _AUBIO_SPECDESC_H149 #define _AUBIO_SPECDESC_H148 #ifndef AUBIO_SPECDESC_H 149 #define AUBIO_SPECDESC_H 150 150 151 151 #ifdef __cplusplus … … 192 192 #endif 193 193 194 #endif /* _AUBIO_SPECDESC_H */194 #endif /* AUBIO_SPECDESC_H */ -
src/spectral/tss.h
rd2be104 r6f42c16 37 37 */ 38 38 39 #ifndef _AUBIO_TSS_H40 #define _AUBIO_TSS_H39 #ifndef AUBIO_TSS_H 40 #define AUBIO_TSS_H 41 41 42 42 #ifdef __cplusplus … … 101 101 #endif 102 102 103 #endif /* _AUBIO_TSS_H */103 #endif /* AUBIO_TSS_H */
Note: See TracChangeset
for help on using the changeset viewer.