Changeset b173ca1 for src/io/sndfileio.h


Ignore:
Timestamp:
Mar 3, 2013, 4:45:59 AM (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:
9e56228
Parents:
69b11d8
Message:

src/io/sndfileio.h: add documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/sndfileio.h

    r69b11d8 rb173ca1  
    7070 */
    7171uint_t aubio_sndfile_channels(aubio_sndfile_t * file);
     72/**
     73 * Return samplerate of a file (Hz)
     74 */
    7275uint_t aubio_sndfile_samplerate(aubio_sndfile_t * file);
    7376
Note: See TracChangeset for help on using the changeset viewer.