Ignore:
Timestamp:
Apr 25, 2016, 4:26:39 PM (8 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:
b1d2be8
Parents:
8bffcff
Message:

src/io/source_apple_audio.h: add _get_duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/io/source_apple_audio.h

    r8bffcff ra41b1ef  
    110110/**
    111111
     112  get the duration of source object, in frames
     113
     114  \param s source object, created with ::new_aubio_source_apple_audio
     115  \return number of frames in file
     116
     117*/
     118uint_t aubio_source_apple_audio_get_duration(const aubio_source_apple_audio_t * s);
     119
     120/**
     121
    112122  seek source object
    113123
Note: See TracChangeset for help on using the changeset viewer.