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

src/effects/timestretch.h: add get_samplerate method

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/timestretch_dummy.c

    rc41637b rfd99f0d  
    6666}
    6767
     68uint_t aubio_timestretch_get_samplerate (aubio_timestretch_t * o UNUSED) {
     69  return 0;
     70}
     71
    6872smpl_t aubio_timestretch_get_pitchscale (aubio_timestretch_t * o UNUSED)
    6973{
Note: See TracChangeset for help on using the changeset viewer.