# # ChangeLog for src/effects # # Generated by Trac 1.2 # Dec 12, 2024, 7:12:40 PM 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 ... Thu, 29 Sep 2016 08:48:52 GMT Paul Brossier [683d52f5] * src/effects/pitchshift.h (modified) src/effects/pitchshift.h: improve documentation Wed, 21 Sep 2016 16:02:44 GMT Paul Brossier [3ffedf22] * src/effects/pitchshift_rubberband.c (modified) src/effects/pitchshift_rubberband.c: fix error message Wed, 21 Sep 2016 15:36:50 GMT Paul Brossier [25a19c2] * src/effects/pitchshift_dummy.c (added) * src/effects/pitchshift_rubberband.c (moved) * src/effects/rubberband_utils.c (added) src/effects/pitchshift.h: split implementations in two files, move ... Wed, 21 Sep 2016 14:55:34 GMT Paul Brossier [ce0dfe9] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: fix lower pitchscale limit Wed, 21 Sep 2016 13:55:21 GMT Paul Brossier [a9eb93e] * python/lib/gen_code.py (modified) * src/effects/pitchshift.c (modified) * src/effects/pitchshift.h (modified) src/effects/pitchshift.h: use transpose, not pitchscale Wed, 21 Sep 2016 13:54:22 GMT Paul Brossier [e2645cb] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: remove unused timeratio Wed, 21 Sep 2016 09:26:10 GMT Paul Brossier [6e8aa74] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: avoid signed/unsigned comparison Tue, 20 Sep 2016 09:13:53 GMT Paul Brossier [46243dd4] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: fix max_process_size, simplify warm-up Mon, 19 Sep 2016 20:50:19 GMT Paul Brossier [ed9696f] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: avoid error with rubberband 1.3, print a ... Mon, 19 Sep 2016 18:30:05 GMT Paul Brossier [e467cf9] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: simplify warm-up code, remove old strcmp Mon, 19 Sep 2016 18:22:45 GMT Paul Brossier [36e9cfeb] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: simplify _do, calling available after process Mon, 19 Sep 2016 18:14:21 GMT Paul Brossier [7a5f963c] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: add crispness as per rubberband command ... Mon, 19 Sep 2016 18:13:44 GMT Paul Brossier [a6ba2ed1] * src/effects/pitchshift.h (modified) src/effects/pitchshift.h: improve documentation Sun, 18 Sep 2016 10:54:10 GMT Paul Brossier [2d128da] * src/effects/pitchshift.c (modified) * src/effects/pitchshift.h (modified) src/effects/pitchshift.h: add aubio_pitchshift_get_latency Sat, 17 Sep 2016 01:32:32 GMT Paul Brossier [29e8f52] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: clean-up options, set to default Fri, 16 Sep 2016 23:44:22 GMT Paul Brossier [f6c4c1c] * src/effects/pitchshift.c (modified) src/effects/pitchshift.c: add some comments Fri, 16 Sep 2016 23:43:14 GMT Paul Brossier [732cf3a] * src/effects/pitchshift.h (modified) src/effects/pitchshift.h: fix documentation Fri, 16 Sep 2016 23:36:06 GMT Paul Brossier [80b5bbd] * src/aubio.h (modified) * src/effects/pitchshift.c (added) * src/effects/pitchshift.h (added) * tests/src/effects/test-pitchshift.c (added) src/effects/pitchshift.h: add a pitch shifter based on rubberband