Ignore:
Timestamp:
Oct 3, 2016, 11:20:57 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
923670d
Parents:
b21c751
Message:

src/effects/timestretch_rubberband.c: improve threading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/timestretch.h

    rb21c751 r61abfa4  
    167167uint_t aubio_timestretch_seek(aubio_timestretch_t * o, uint_t pos);
    168168
     169uint_t aubio_timestretch_queue (aubio_timestretch_t *p, const char_t *uri, uint_t samplerate);
     170
     171uint_t aubio_timestretch_get_opened (aubio_timestretch_t *p);
     172
    169173#ifdef __cplusplus
    170174}
Note: See TracChangeset for help on using the changeset viewer.