Changeset 21234ee for src/spectral/filterbank_mel.h
- Timestamp:
- Dec 18, 2013, 8:07:27 AM (11 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:
- 6465d7f
- Parents:
- 1573b16 (diff), c3c6305 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/filterbank_mel.h
r1573b16 r21234ee 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 … … 32 32 */ 33 33 34 #ifndef FILTERBANK_MEL_H35 #define 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 / / FILTERBANK_MEL_H72 #endif /* _AUBIO_FILTERBANK_MEL_H */
Note: See TracChangeset
for help on using the changeset viewer.