Ignore:
Timestamp:
Dec 7, 2018, 1:28:54 AM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
Children:
85755eb
Parents:
7970616
git-author:
Paul Brossier <piem@piem.org> (09/29/16 13:38:04)
git-committer:
Paul Brossier <piem@piem.org> (12/07/18 01:28:54)
Message:

src/effects/timestretch.h: add _seek method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/timestretch_rubberband.c

    r7970616 ra0a4d01  
    209209}
    210210
     211uint_t
     212aubio_timestretch_seek (aubio_timestretch_t *p, uint_t pos)
     213{
     214  p->eof = 0;
     215  rubberband_reset(p->rb);
     216  return aubio_source_seek(p->source, pos);
     217}
     218
    211219#endif
Note: See TracChangeset for help on using the changeset viewer.