Changeset 6e157df


Ignore:
Timestamp:
Dec 7, 2018, 6:03:59 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
Children:
cb0d7d0
Parents:
ff87a67
Message:

[timestretch] comment out unused warmup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/effects/timestretch_rubberband.c

    rff87a67 r6e157df  
    5656extern RubberBandOptions aubio_get_rubberband_opts(const char_t *mode);
    5757
    58 static void aubio_timestretch_warmup (aubio_timestretch_t * p);
     58//static void aubio_timestretch_warmup (aubio_timestretch_t * p);
    5959
    6060aubio_timestretch_t *
     
    104104}
    105105
     106#if 0
    106107static void
    107108aubio_timestretch_warmup (aubio_timestretch_t * p)
     
    117118  del_fvec(input);
    118119}
     120#endif
    119121
    120122void
Note: See TracChangeset for help on using the changeset viewer.