Ignore:
Timestamp:
Jun 27, 2017, 4:56:00 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Parents:
04d0c89
Message:

src/synth/sampler.h: add aubio_sampler_get_duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/synth/sampler.h

    r04d0c89 r1686fcf  
    218218uint_t aubio_sampler_get_samplerate(aubio_sampler_t * o);
    219219
     220/** get duration
     221
     222  \param o sampler, created by new_aubio_sampler()
     223
     224  \return duration of the opened uri, in samples
     225
     226*/
     227uint_t aubio_sampler_get_duration(aubio_sampler_t * o);
     228
    220229/** get the number of samples that were set to zero while opening a file
    221230
Note: See TracChangeset for help on using the changeset viewer.