Changeset d9c45df
- Timestamp:
- Sep 28, 2009, 10:02:20 PM (15 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:
- a4364b8
- Parents:
- 34eee42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/spectral/spectral_centroid.h
r34eee42 rd9c45df 22 22 */ 23 23 24 #ifndef _SPECTRAL_CENTROID_H 25 #define _SPECTRAL_CENTROID_H 26 27 #ifdef __cplusplus 28 extern "C" { 29 #endif 30 24 31 /** 25 32 * spectrum centroid computed on a cvec 26 33 */ 27 34 smpl_t aubio_spectral_centroid(cvec_t * input, smpl_t samplerate); 35 36 #ifdef __cplusplus 37 } 38 #endif 39 40 #endif /* _SPECTRAL_CENTROID_H */
Note: See TracChangeset
for help on using the changeset viewer.