# # ChangeLog for src/effects/timestretch_rubberband.c # # Generated by Trac 1.2 # Dec 4, 2024, 9:53:58 PM Tue, 14 Mar 2017 04:24:46 GMT Paul Brossier [ea3a113] * src/effects/pitchshift_dummy.c (modified) * 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 ... Mon, 28 Nov 2016 13:30:40 GMT Paul Brossier [8688797] * 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 ... Mon, 03 Oct 2016 09:20:57 GMT Paul Brossier [61abfa4] * 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, 30 Sep 2016 09:33:16 GMT Paul Brossier [b21c751] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: do not reopen thread in _seek, ... Thu, 29 Sep 2016 23:54:50 GMT Paul Brossier [0202028] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: add initial pthread support Thu, 29 Sep 2016 21:07:19 GMT Paul Brossier [4acee97] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: fix eof when last available == ... Thu, 29 Sep 2016 14:31:10 GMT Paul Brossier [30efdd0] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: factorise into ... Thu, 29 Sep 2016 14:21:50 GMT Paul Brossier [1e4b7f6] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: split into functions Thu, 29 Sep 2016 14:16:57 GMT Paul Brossier [b4ad853] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: remove unused variable, erase ... Thu, 29 Sep 2016 12:23:58 GMT Paul Brossier [fb5bd55] * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch_rubberband.c: invert stretch ratio Thu, 29 Sep 2016 11:38:04 GMT Paul Brossier [0d4228d] * src/effects/timestretch.h (modified) * src/effects/timestretch_dummy.c (modified) * src/effects/timestretch_rubberband.c (modified) src/effects/timestretch.h: add _seek method Thu, 29 Sep 2016 11:22:22 GMT Paul Brossier [16965d5] * 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 Thu, 29 Sep 2016 11:03:07 GMT Paul Brossier [af195a5] * 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 ...