# # ChangeLog for python # # Generated by Trac 1.2 # Sep 16, 2024, 8:55:26 PM Mon, 27 Jul 2015 08:26:27 GMT Paul Brossier [0e362b5] * python/tests/test_cvec.py (modified) python/tests/test_cvec.py: remove whitespace and unused variable ... Fri, 10 Jul 2015 00:34:48 GMT Paul Brossier [9c8c8a6] * python/ext/aubiomodule.c (modified) * python/ext/py-musicutils.c (modified) * python/ext/py-musicutils.h (modified) * python/tests/test_musicutils.py (modified) ext/py-musicutils.c: add level_detection (closes #21) Fri, 10 Jul 2015 00:26:27 GMT Paul Brossier [31a09d2] * python/ext/aubiomodule.c (modified) * python/ext/py-musicutils.c (modified) * python/ext/py-musicutils.h (modified) * python/tests/test_musicutils.py (modified) ext/py-musicutils.c: add silence_detection Fri, 10 Jul 2015 00:25:47 GMT Paul Brossier [665b711] * python/ext/py-musicutils.h (modified) ext/py-musicutils.h: add doc for level_lin and db_spl Fri, 10 Jul 2015 00:08:22 GMT Paul Brossier [4615886a] * python/ext/aubiomodule.c (modified) * python/ext/py-musicutils.c (modified) * python/tests/test_musicutils.py (modified) ext/py-musicutils.c: add db_spl Thu, 09 Jul 2015 23:51:25 GMT Paul Brossier [5a7e2c3] * python/ext/aubiomodule.c (modified) * python/ext/py-musicutils.c (modified) * python/tests/test_musicutils.py (modified) ext/py-musicutils.c: add level_lin Thu, 09 Jul 2015 22:59:23 GMT Paul Brossier [efa62ce] * python/ext/py-musicutils.c (modified) * python/ext/py-musicutils.h (modified) * python/tests/test_musicutils.py (modified) ext/py-musicutils.c: complete window implementation Thu, 09 Jul 2015 22:16:19 GMT Paul Brossier [5e394ecc] * python/tests/test_musicutils.py (modified) tests/test_musicutils.py: improve test Thu, 09 Jul 2015 22:10:57 GMT Paul Brossier [913a7f1] * python/ext/aubiomodule.c (modified) * python/ext/py-musicutils.c (added) * python/ext/py-musicutils.h (added) * python/setup.py (modified) * python/tests/test_musicutils.py (added) python/ext/py-musicutils.{c,h}: first .c and test Tue, 26 May 2015 09:01:57 GMT Paul Brossier [193dcbb] * python/demos/demo_pitch.py (modified) python/demos/demo_pitch.py: remove stdout, plot in midi Tue, 26 May 2015 08:59:15 GMT Paul Brossier [9e54b83] * python/demos/demo_mfcc.py (modified) python/demos/demo_mfcc.py: add comment Thu, 29 Jan 2015 14:53:46 GMT Paul Brossier [16f8dcc] * python/setup.py (modified) setup.py: use setuptools, add numpy to install_requires Thu, 29 Jan 2015 14:53:08 GMT Paul Brossier [b74513d] * python/tests/test_pitch.py (modified) tests/test_pitch.py: add more tests Thu, 29 Jan 2015 14:14:46 GMT Paul Brossier [048dd6c] * python/demos/demo_sink_multi.py (added) python/demos/demo_sink_multi.py: add multi channel version Thu, 29 Jan 2015 14:09:31 GMT Paul Brossier [1ba8e60] * python/ext/aubiomodule.c (modified) ext/aubiomodule.c: improve documentation 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 Thu, 03 Jul 2014 22:39:12 GMT Paul Brossier [d0bdf0c] * python/demos/demo_mfcc.py (modified) python/demos/demo_mfcc.py: use n_coeffs Wed, 19 Mar 2014 04:37:21 GMT Paul Brossier [0b3c17b] * python/demos/demo_a_weighting.py (added) python/demos/demo_a_weighting.py: add simple demo for a_weighting Wed, 12 Mar 2014 15:46:12 GMT Paul Brossier [c66d4ff] * VERSION (modified) * doc/full.cfg (modified) * doc/web.cfg (modified) * python/VERSION (modified) VERSION: bump to 0.4.2~alpha Wed, 12 Mar 2014 15:28:23 GMT Paul Brossier [c3291b38] * doc/full.cfg (modified) * doc/web.cfg (modified) * python/VERSION (modified) VERSION: bump to 0.4.1 Tue, 11 Mar 2014 15:39:47 GMT Paul Brossier [b0fbd88] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: lower to numpy 1.7 Tue, 11 Mar 2014 14:38:17 GMT Paul Brossier [a315be7] * python/ext/aubio-types.h (modified) python/ext/aubio-types.h: define NPY_NO_DEPRECATED_API Mon, 10 Mar 2014 19:06:19 GMT Paul Brossier [c05d61f] * python/demos/demo_source_auto_samplerate.py (deleted) python/demos/demo_source_auto_samplerate.py: remove, demo_source.py ... Sat, 08 Mar 2014 02:31:47 GMT Paul Brossier [1e18df6] * python/README (modified) python/README: improve Thu, 06 Mar 2014 17:21:38 GMT Paul Brossier [e794a80] * python/README (modified) python/README: improve Wed, 05 Mar 2014 15:09:11 GMT Paul Brossier [584016f] * python/tests/test_peakpicker.py.old (moved) * python/tests/test_scale.py.old (moved) python/tests/: disable old tests for now Sun, 23 Feb 2014 20:42:00 GMT Paul Brossier [2a49114] * python/lib/aubio/slicing.py (modified) python/lib/aubio/slicing.py: respect source number of channels when ... Sun, 23 Feb 2014 20:39:43 GMT Paul Brossier [060a3135] * python/tests/test_sink.py (modified) python/tests/test_sink.py: add read_write_multi Sun, 23 Feb 2014 20:32:49 GMT Paul Brossier [1a121ca] * python/ext/py-sink.c (modified) python/ext/py-sink.c: add channels and do_multi Sun, 23 Feb 2014 19:39:25 GMT Paul Brossier [31a5c405] * python/tests/test_source.py (modified) python/tests/test_source.py: improve tests, add double close and do_multi 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, 23 Feb 2014 19:05:00 GMT Paul Brossier [4a1378c] * python/tests/test_sink.py (modified) python/tests/test_sink.py: only skip test that use a source Sun, 23 Feb 2014 17:34:34 GMT Paul Brossier [ab35262] * python/tests/test_sink.py (modified) * python/tests/utils.py (modified) python/tests/test_sink.py: add more tests, clean up created files Sun, 23 Feb 2014 17:21:25 GMT Paul Brossier [18d8bef] * python/tests/utils.py (modified) python/tests/utils.py: add get_tmp_sink_name Sat, 22 Feb 2014 20:03:46 GMT Paul Brossier [1cc78e7] * python/demos/demo_source_auto_samplerate.py (modified) python/demos/demo_source_auto_samplerate.py: define hop_size Sat, 22 Feb 2014 20:01:49 GMT Paul Brossier [9aa0af3] * python/setup.py (modified) python/setup.py: use /usr/bin/env Sat, 22 Feb 2014 18:38:12 GMT Paul Brossier [4c0a1db] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add minioi option Sat, 22 Feb 2014 18:37:16 GMT Paul Brossier [467122d] * python/tests/test_phasevoc.py (modified) python/tests/test_phasevoc.py: improve Sat, 22 Feb 2014 18:36:50 GMT Paul Brossier [8eff66d] * python/tests/test_onset.py (modified) python/tests/test_onset.py: improve Fri, 14 Feb 2014 22:20:46 GMT Paul Brossier [098925a5] * python/demos/demo_pysoundcard_record.py (modified) python/demos/demo_pysoundcard_record.py: normalize downmixed signal Fri, 14 Feb 2014 21:56:11 GMT Paul Brossier [97d77da] * python/demos/demo_pysoundcard_record.py (added) python/demos/demo_pysoundcard_record.py: added simple example using ... Fri, 14 Feb 2014 21:31:21 GMT Paul Brossier [4013382c] * python/demos/demo_pysoundcard_play.py (added) python/demos/demo_pysoundcard_play.py: added simple example using ... Sat, 01 Feb 2014 14:10:15 GMT Paul Brossier [a2ca72a] * python/scripts/aubiocut (modified) python/scripts/aubiocut: use input samplerate to write slices Fri, 31 Jan 2014 21:19:05 GMT Paul Brossier [c76345e] * python/tests/test_source.py (modified) python/tests/test_source.py: improve exception checks Fri, 31 Jan 2014 21:14:26 GMT Paul Brossier [4949182] * python/tests/test_sink.py (modified) * python/tests/test_source.py (modified) python/tests/test_{source,sink}.py: add close() tests 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 16:22:00 GMT Paul Brossier [52ca8a3] * python/lib/generator.py (modified) * src/aubio.h (modified) * src/io/sink.c (modified) * src/io/sink_wavwrite.c (added) * src/io/sink_wavwrite.h (added) * tests/src/io/test-sink_wavwrite.c (added) * wscript (modified) src/io/sink_wavwrite.c: add native basic wav writer Fri, 24 Jan 2014 01:23:35 GMT Paul Brossier [16dda03] * python/lib/aubio/slicing.py (modified) python/lib/aubio/slicing.py: use close not del, let garbage collector ... 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 Fri, 24 Jan 2014 01:17:18 GMT Paul Brossier [f1100a4] * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/py-sink.c (added) * python/lib/generator.py (modified) * python/setup.py (modified) ext/py-sink.c: do not generate Sun, 12 Jan 2014 07:40:22 GMT Paul Brossier [94b16e89] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add --cut-until-nsamples and --cut-until- ... Sun, 12 Jan 2014 07:39:19 GMT Paul Brossier [35a44e9] * python/lib/aubio/slicing.py (modified) python/lib/aubio/slicing.py: also add end if adding start at 0 Sun, 12 Jan 2014 07:09:45 GMT Paul Brossier [6fbee46] * python/lib/aubio/slicing.py (modified) python/lib/aubio/slicing.py: fix zero padding in slice names Sun, 12 Jan 2014 06:58:06 GMT Paul Brossier [4320679] * python/lib/aubio/slicing.py (modified) * python/tests/test_slicing.py (modified) lib/aubio/slicing.py: allow any regions, overlaping or not, add more ... Sun, 12 Jan 2014 04:54:42 GMT Paul Brossier [f36ecea] * python/lib/aubio/slicing.py (modified) * python/tests/test_slicing.py (modified) * python/tests/utils.py (modified) python/lib/aubio/slicing.py: use start and end stamps, make sure read ... Sun, 12 Jan 2014 04:00:15 GMT Paul Brossier [d945976] * python/lib/aubio/slicing.py (modified) python/lib/aubio/slicing.py: next_stamp can be 0 Sun, 12 Jan 2014 03:29:36 GMT Paul Brossier [a4ec189] * python/tests/sounds/chocolate_1min.wav (deleted) python/tests/sounds: deleted Sun, 12 Jan 2014 03:28:49 GMT Paul Brossier [6f27719] * python/lib/aubio/slicing.py (modified) * python/tests/test_slicing.py (modified) python/lib/aubio/slicing.py: improve slicing, make tests faster Sun, 12 Jan 2014 02:33:07 GMT Paul Brossier [aee840b] * python/lib/aubio/slicing.py (modified) * python/tests/sounds/chocolate_1min.wav (added) * python/tests/test_slicing.py (modified) * python/tests/utils.py (modified) python/lib/aubio/slicing.py: error checking, add more tests, use ... Sun, 12 Jan 2014 02:32:06 GMT Paul Brossier [8203ae5] * python/lib/aubio/__init__.py (modified) python/lib/aubio/__init__.py: import slicing Sun, 12 Jan 2014 02:09:25 GMT Paul Brossier [bc24e9c] * python/scripts/aubiocut (modified) python/scripts/aubiocut: use slice_source_at_stamps Sun, 12 Jan 2014 01:59:49 GMT Paul Brossier [88432a9] * python/lib/aubio/slicing.py (added) * python/tests/test_slicing.py (added) * python/tests/utils.py (modified) python/lib/aubio/slicing.py: rewrite slicing loop from aubiocut, add ... Sat, 11 Jan 2014 21:45:10 GMT Paul Brossier [3f9e8e5] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add -o, --output directory option Sat, 11 Jan 2014 16:45:18 GMT Paul Brossier [9d1606d] * python/scripts/aubiocut (modified) python/scripts/aubiocut: use stamp, not onset Thu, 09 Jan 2014 13:00:51 GMT Paul Brossier [a69d3a6] * python/lib/generator.py (modified) python/lib/generator.py: skip source_wavread Wed, 25 Dec 2013 03:57:54 GMT Paul Brossier [89e9e71] * python/tests/test_zero_crossing_rate.py (modified) python/tests/test_zero_crossing_rate.py: clean up, chmod +x Wed, 25 Dec 2013 00:12:12 GMT Paul Brossier [634c12f] * python/demos/demo_mfcc.py (modified) python/demos/demo_mfcc.py: remove unused variables Wed, 18 Dec 2013 07:07:27 GMT Paul Brossier [21234ee] * ChangeLog (modified) * doc/web.cfg (modified) * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubiotrack.c (modified) * examples/jackio.c (modified) * examples/parse_args.h (modified) * examples/utils.c (modified) * examples/wscript_build (modified) * python/demos/demo_bpm_extract.py (modified) * python/demos/demo_mel-energy.py (modified) * python/demos/demo_pitch.py (modified) * python/demos/demo_specdesc.py (modified) * python/ext/aubio-types.h (modified) * python/ext/aubiomodule.c (modified) * python/ext/aubioproxy.c (modified) * python/ext/py-fft.c (modified) * python/ext/py-source.c (added) * python/lib/gen_pyobject.py (modified) * python/lib/generator.py (modified) * python/setup.py (modified) * src/aubio.h (modified) * src/aubio_priv.h (modified) * src/cvec.c (modified) * src/cvec.h (modified) * src/fmat.c (modified) * src/fmat.h (modified) * src/fvec.c (modified) * src/fvec.h (modified) * src/io/audio_unit.c (modified) * src/io/sndfileio.c (deleted) * src/io/sndfileio.h (deleted) * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_avcodec.c (modified) * src/lvec.c (modified) * src/lvec.h (modified) * src/mathutils.h (modified) * src/musicutils.h (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.h (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchspecacf.h (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/fft.h (modified) * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.h (modified) * src/spectral/mfcc.c (modified) * src/spectral/mfcc.h (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.h (modified) * src/spectral/tss.h (modified) * src/synth/sampler.c (modified) * src/synth/sampler.h (modified) * src/synth/wavetable.c (modified) * src/synth/wavetable.h (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.h (modified) * src/temporal/a_weighting.h (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.h (modified) * src/temporal/resampler.h (modified) * src/types.h (modified) * src/utils/hist.h (modified) * src/utils/parameter.h (modified) * src/utils/scale.h (modified) * src/vecutils.c (modified) * src/vecutils.h (modified) * src/wscript_build (modified) * tests/src/io/test-source_multi.c (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/spectral/test-phasevoc-jack.c (deleted) * tests/src/spectral/test-phasevoc.c (modified) * tests/src/test-cvec.c (modified) * tests/src/test-fmat.c (modified) * tests/utils_tests.h (modified) * tests/wscript_build (modified) * wscript (modified) Merge branch 'master' of aubio.org:/git/aubio/aubio into develop Wed, 18 Dec 2013 06:50:02 GMT Paul Brossier [c3c6305] * VERSION (modified) * doc/full.cfg (modified) * doc/web.cfg (modified) * python/VERSION (modified) VERSION: bump to 0.4.0 Wed, 18 Dec 2013 05:42:17 GMT Paul Brossier [4f2c28c] * python/demos/demo_mel-energy.py (modified) * python/demos/demo_pitch.py (modified) * python/demos/demo_specdesc.py (modified) python/demos/: minor plot improvements Tue, 10 Dec 2013 22:58:59 GMT Paul Brossier [3194dca1] * python/ext/aubioproxy.c (modified) ext/aubioproxy.c: improve sizes checks, cast to uint_t ... Tue, 10 Dec 2013 22:57:54 GMT Paul Brossier [906c0a2] * python/lib/gen_pyobject.py (modified) lib/gen_pyobject.py: fix size checks Signed-off-by: Paul Brossier ... 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 22:56:51 GMT Paul Brossier [bf63c61] * python/ext/py-fft.c (modified) ext/py-fft.c: remove doubled check 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 ... Tue, 10 Dec 2013 21:01:32 GMT Paul Brossier [d7019c4] * python/demos/demo_bpm_extract.py (modified) python/demos/demo_bpm_extract.py: make executable Signed-off-by: ... Sun, 08 Dec 2013 19:10:07 GMT Paul Brossier [6d54cbe] * VERSION (modified) * python/VERSION (modified) VERSION: bump to 0.4.1~alpha Signed-off-by: Paul Brossier ... Sun, 08 Dec 2013 18:33:47 GMT Paul Brossier [6d64a46] * VERSION (modified) * python/VERSION (modified) VERSION: bump to 0.4.0~beta1 Sun, 08 Dec 2013 18:00:13 GMT Paul Brossier [969bbb2] * python/tests/test_zero_crossing_rate.py (added) * python/tests/test_zero_crossing_rate.py.old (deleted) python/tests/test_zero_crossing_rate.py: update Sun, 08 Dec 2013 16:49:46 GMT Paul Brossier [6bc52cc] * python.old/aubioinput.py (moved) python/: moved old gst hack to python.old for now Sun, 08 Dec 2013 03:09:55 GMT Paul Brossier [49e40cc] * python/scripts/aubiocut (modified) python/scripts/aubiocut: sync option names with examples/ Sat, 07 Dec 2013 19:35:04 GMT Paul Brossier [258d441] * python/lib/generator.py (modified) * src/aubio.h (modified) src/aubio.h: add pitchspecacf, remove from python/lib/generator Fri, 06 Dec 2013 19:34:58 GMT Paul Brossier [e1cdb89] * python/lib/generator.py (modified) python/lib/generator.py: add source_avcodec to blacklist Tue, 03 Dec 2013 22:17:52 GMT Paul Brossier [2d88f41a] * python/demos/demo_simple_spectral_weighting.py (added) python/demos/demo_simple_spectral_weighting.py: added simple spectral ... Mon, 02 Dec 2013 17:40:05 GMT Paul Brossier [c911b12] * python/demos/demo_bpm_extract.py (added) python/demos/demo_bpm_extract.py: add simple demo to get bpm of ... Mon, 02 Dec 2013 17:21:43 GMT Paul Brossier [d47a5e19] * python/demos/demo_tempo_plot.py (modified) python/demos/demo_tempo_plot.py: update Mon, 02 Dec 2013 17:16:02 GMT Paul Brossier [41121f5] * python/demos/demo_filterbank.py (modified) python/demos/demo_filterbank.py: fix header Mon, 02 Dec 2013 17:14:33 GMT Paul Brossier [c54b2c0] * python/demos/demo_pitch.py (modified) python/demos/demo_pitch.py: add plotting Wed, 20 Nov 2013 01:50:37 GMT Paul Brossier [dedeffc] * python/demos/demo_sink_create_woodblock.py (modified) python/demos/demo_sink_create_woodblock.py: fix wavetable Wed, 20 Nov 2013 01:47:51 GMT Paul Brossier [1e1a2c9] * python/scripts/aubiocut (modified) python/scripts/aubiocut: make -i optional Tue, 19 Nov 2013 22:33:42 GMT Paul Brossier [d75c900] * python/ext/aubiomodule.c (modified) python/ext/aubiomodule.c: add missing generated_types_ready prototype Wed, 13 Nov 2013 14:16:45 GMT Paul Brossier [3cc1491] * python/lib/aubio/midiconv.py (modified) python/lib/aubio/midiconv.py: add freq2note Tue, 05 Nov 2013 12:47:53 GMT Paul Brossier [e97d0b3] * python/lib/gen_pyobject.py (modified) * python/lib/generator.py (modified) python: add wavetable, skip parameter Thu, 17 Oct 2013 12:54:51 GMT Paul Brossier [7fc5ba2] * python/scripts/aubiocut (modified) python/scripts/aubiocut: add -b option Thu, 17 Oct 2013 12:46:47 GMT Paul Brossier [7079887] * python/demos/demo_waveform_plot.py (modified) demos/demo_waveform_plot.py: add downsample parameter Thu, 17 Oct 2013 11:06:03 GMT Paul Brossier [8617843] * python/tests/run_all_tests (modified) python/tests/run_all_tests: ignore more unstable Tue, 15 Oct 2013 22:26:26 GMT Paul Brossier [7609f6d] * python/lib/generator.py (modified) python/lib/generator.py: remove audio_unit