Ignore:
Timestamp:
Mar 3, 2013, 8:33:36 PM (11 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:
f107e12
Parents:
856ceb5
Message:

src/io/: add link to examples and missing c++ extern

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.h

    r856ceb5 r4e3723d  
    2222#define _AUBIO_SOURCE_SNDFILE_H
    2323
     24/** \file
     25
     26  \example io/test-source_sndfile.c
     27
     28*/
     29
     30#ifdef __cplusplus
     31extern "C" {
     32#endif
     33
    2434typedef struct _aubio_source_sndfile_t aubio_source_sndfile_t;
    2535aubio_source_sndfile_t * new_aubio_source_sndfile(char_t * path, uint_t samplerate, uint_t block_size);
     
    2838void del_aubio_source_sndfile(aubio_source_sndfile_t * s);
    2939
     40#ifdef __cplusplus
     41}
     42#endif
     43
    3044#endif /* _AUBIO_SOURCE_SNDFILE_H */
Note: See TracChangeset for help on using the changeset viewer.