# # ChangeLog for src/effects/timestretch_rubberband.c # # Generated by Trac 1.2 # Nov 27, 2024, 3:49:30 PM Fri, 07 Dec 2018 17:03:59 GMT Paul Brossier [6e157df] * src/effects/timestretch_rubberband.c (modified) [timestretch] comment out unused warmup Fri, 07 Dec 2018 11:18:17 GMT Paul Brossier [97a5ac08] * src/effects/timestretch_rubberband.c (modified) [timestretch] validate input hopsize and samplerate Fri, 07 Dec 2018 00:28:57 GMT Paul Brossier [a77f0c6] * src/effects/pitchshift_rubberband.c (modified) * src/effects/timestretch_rubberband.c (modified) [effects] convert warnings to error, improve messages Fri, 07 Dec 2018 00:28:56 GMT Paul Brossier [799e05b] * src/effects/pitchshift_rubberband.c (modified) * src/effects/rubberband_utils.c (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/: include aubio_priv.h, not config.h, use <> for external ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [284fe8a] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch*: move out threaded file reading stuff, add ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [4559863] * src/effects/timestretch.h (modified) * src/effects/timestretch_rubberband.c (modified) * tests/src/effects/test-timestretch.c (modified) src/effects/timestretch_rubberband.c: improve threading Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [bdb249b] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: do not reopen thread in _seek, ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [8856791] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: add initial pthread support Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [9bd769a] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: fix eof when last available == ... Fri, 07 Dec 2018 00:28:55 GMT Paul Brossier [992ac88] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: factorise into ... Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [a874c48] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: split into functions Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [456a784] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: remove unused variable, erase ... Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [85755eb] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: invert stretch ratio Fri, 07 Dec 2018 00:28:54 GMT Paul Brossier [a0a4d01] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch.h: add _seek method Fri, 07 Dec 2018 00:24:18 GMT Paul Brossier [fd99f0d] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch.h: add get_samplerate method Fri, 07 Dec 2018 00:24:11 GMT Paul Brossier [c41637b] * src/effects/timestretch.h (added) * src/effects/timestretch_dummy.c (added) * src/effects/timestretch_rubberband.c (added) src/effects/timestretch.h: add time stretching object, rubberband ...