Changeset ae9fd90


Ignore:
Timestamp:
Mar 22, 2013, 2:31:41 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:
3d2fe26
Parents:
4865e4b
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

    r4865e4b rae9fd90  
    7575/**
    7676
     77  read polyphonic vector of length hop_size from source object
     78
     79  \param s source object, created with ::new_aubio_source_sndfile
     80  \param read_to ::fmat_t of data to read to
     81  \param read upon returns, equals to number of frames actually read
     82
     83  Upon returns, `read` contains the number of frames actually read from the
     84  source. `hop_size` if enough frames could be read, less otherwise.
     85
     86*/
     87void aubio_source_sndfile_do(aubio_source_sndfile_t * s, fmat_t * read_to, uint_t * read);
     88
     89/**
     90
    7791  get samplerate of source object
    7892
Note: See TracChangeset for help on using the changeset viewer.