Ignore:
Timestamp:
Mar 22, 2013, 2:29:19 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:
ae9fd90
Parents:
7982203
Message:

src/io/source*: add _do_multi and _get_channels, really downmix apple_audio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_sndfile.h

    r7982203 r4865e4b  
    8585/**
    8686
     87  get number of channels of source object
     88
     89  \param s source object, created with ::new_aubio_source_sndfile
     90  \return number of channels
     91
     92*/
     93uint_t aubio_source_sndfile_get_channels (aubio_source_sndfile_t * s);
     94
     95/**
     96
    8797  seek source object
    8898
Note: See TracChangeset for help on using the changeset viewer.