Ignore:
Timestamp:
Jan 26, 2014, 8:19:31 PM (10 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:
3cc3fd8
Parents:
a9fd272
Message:

src/io/source*: add _close function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_wavread.h

    ra9fd272 r422452b  
    126126/**
    127127
     128  close source
     129
     130  \param s source object, created with ::new_aubio_source_wavread
     131
     132  \return 0 if sucessful, non-zero on failure
     133
     134*/
     135uint_t aubio_source_wavread_close (aubio_source_wavread_t *s);
     136
     137/**
     138
    128139  close source and cleanup memory
    129140
Note: See TracChangeset for help on using the changeset viewer.