# # ChangeLog for python/ext/py-source.c # # Generated by Trac 1.2 # Jul 5, 2024, 3:36:20 PM Mon, 25 Apr 2016 16:05:02 GMT Paul Brossier [cfa46b9] * python/ext/py-source.c (modified) * python/tests/test_source.py (modified) python/ext/py-source.c: added duration Tue, 19 Apr 2016 16:26:35 GMT Paul Brossier [26eb6d0] * python/ext/py-source.c (modified) python/ext/py-source.c: fix memory leak (see #18) Tue, 19 Apr 2016 00:16:39 GMT Paul Brossier [5652a8c] * python/ext/aubiowraphell.h (deleted) * python/ext/py-fft.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) ext/: no more hell, use plain c Mon, 18 Apr 2016 20:53:24 GMT Paul Brossier [5c1200a] * python/ext/aubiowraphell.h (modified) * python/ext/py-cvec.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-filter.c (modified) * python/ext/py-filterbank.c (modified) * python/ext/py-phasevoc.c (modified) * python/ext/py-source.c (modified) python/ext: continue preparing for python 3 Mon, 18 Apr 2016 20:48:53 GMT Paul Brossier [4041a6d] * python/VERSION (modified) * python/ext/aubio-types.h (modified) * python/ext/aubiowraphell.h (modified) * python/ext/py-cvec.c (modified) * python/ext/py-filter.c (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) * python/lib/aubio/midiconv.py (modified) * python/lib/gen_pyobject.py (modified) * python/lib/generator.py (modified) Merge pull request #40 from nphilipp/develop--py3k-fixes ... Mon, 18 Apr 2016 11:18:01 GMT Paul Brossier [a28dab6] * python/ext/py-source.c (modified) python/ext/py-source.c: start fixing memory leak (see #49) Thu, 26 Nov 2015 13:48:06 GMT Nils Philippsen [ac7e49b] * python/ext/aubiowraphell.h (modified) * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) Python 3: raise RuntimeErrors, not generic exceptions Sun, 21 Sep 2014 00:42:08 GMT Paul Brossier [11b49d7] * python/ext/py-source.c (modified) * python/tests/test_source.py (modified) python/ext/py-source.c: add seek, thanks @davebrent for the heads up Sun, 21 Sep 2014 00:02:26 GMT Paul Brossier [24931d5] * python/ext/py-source.c (modified) ext/py-source.c: add channels Sun, 21 Sep 2014 00:01:29 GMT Paul Brossier [a79ec76] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-{source,sink}.c: improve documentation Sun, 23 Feb 2014 19:13:43 GMT Paul Brossier [1164bcdf] * python/ext/py-source.c (modified) python/ext/py-source.c: add do_multi and channels Sun, 26 Jan 2014 19:20:37 GMT Paul Brossier [3cc3fd8] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-{source,sink}.c: use _close in .close() Fri, 24 Jan 2014 01:22:28 GMT Paul Brossier [7b56229] * python/ext/py-sink.c (modified) * python/ext/py-source.c (modified) python/ext/py-{sink,source}.c: add close function Tue, 10 Dec 2013 22:57:30 GMT Paul Brossier [18e22f9] * python/ext/py-source.c (modified) ext/py-source.c: fix size checks Signed-off-by: Paul Brossier ... Tue, 10 Dec 2013 21:51:58 GMT Paul Brossier [2f9af5d] * python/ext/aubio-types.h (modified) * python/ext/py-source.c (modified) python/ext/aubio-types.h: only source defaults to samplerate = 0 ... Tue, 10 Dec 2013 21:13:49 GMT Paul Brossier [d27634d] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-source.c (added) * python/lib/generator.py (modified) * python/setup.py (modified) python/ext/py-source.c: not generated, modified init to get ...