Changes in src/spectral/mfcc.h [8a5c8ba:b235c0e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/mfcc.h
r8a5c8ba rb235c0e 1 1 /* 2 Copyright (C) 2007-20 09Paul Brossier <piem@aubio.org>2 Copyright (C) 2007-2013 Paul Brossier <piem@aubio.org> 3 3 and Amaury Hazan <ahazan@iua.upf.edu> 4 4 … … 28 28 */ 29 29 30 #ifndef MFCC_H31 #define MFCC_H30 #ifndef _AUBIO_MFCC_H 31 #define _AUBIO_MFCC_H 32 32 33 33 #ifdef __cplusplus … … 70 70 #endif 71 71 72 #endif // MFCC_H72 #endif /* _AUBIO_MFCC_H */
Note: See TracChangeset
for help on using the changeset viewer.