Changeset d9c45df for src/spectral


Ignore:
Timestamp:
Sep 28, 2009, 10:02:20 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/spectral/spectral_centroid.h: protect with #ifndef _FOO_H and #ifdef cplusplus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/spectral/spectral_centroid.h

    r34eee42 rd9c45df  
    2222 */
    2323
     24#ifndef _SPECTRAL_CENTROID_H
     25#define _SPECTRAL_CENTROID_H
     26
     27#ifdef __cplusplus
     28extern "C" {
     29#endif
     30
    2431/**
    2532 * spectrum centroid computed on a cvec
    2633 */
    2734smpl_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.