Changeset 6e157df for src/effects
- Timestamp:
- Dec 7, 2018, 6:03:59 PM (6 years ago)
- Branches:
- feature/cnn, feature/crepe, feature/timestretch, fix/ffmpeg5, master
- Children:
- cb0d7d0
- Parents:
- ff87a67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/effects/timestretch_rubberband.c
rff87a67 r6e157df 56 56 extern RubberBandOptions aubio_get_rubberband_opts(const char_t *mode); 57 57 58 static void aubio_timestretch_warmup (aubio_timestretch_t * p);58 //static void aubio_timestretch_warmup (aubio_timestretch_t * p); 59 59 60 60 aubio_timestretch_t * … … 104 104 } 105 105 106 #if 0 106 107 static void 107 108 aubio_timestretch_warmup (aubio_timestretch_t * p) … … 117 118 del_fvec(input); 118 119 } 120 #endif 119 121 120 122 void
Note: See TracChangeset
for help on using the changeset viewer.