# # ChangeLog for / # # Generated by Trac 1.2 # Nov 23, 2024, 3:10:13 PM Mon, 26 Sep 2011 06:22:18 GMT Paul Brossier [2a6e672] * wscript (modified) wscript: make jack, samplerate, and lash optional Mon, 26 Sep 2011 06:21:00 GMT Paul Brossier [46378b3] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript: update to waf 1.6.7 Mon, 02 May 2011 10:38:00 GMT Paul Brossier [20ae690] * src/mathutils.c (modified) * src/pitch/pitchschmitt.c (modified) * src/spectral/tss.c (modified) Merge aubio.org:/git/aubio/aubio Mon, 02 May 2011 10:37:41 GMT Paul Brossier [5f9df77] * tests/src/spectral/test-fft.c (moved) * tests/src/tempo/test-beattracking.c (moved) * tests/src/tempo/test-tempo.c (moved) tests/: move tests around Mon, 02 May 2011 10:35:24 GMT Paul Brossier [42515ac] * python/aubio/plot/keyboard.py (modified) python/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan Mon, 07 Feb 2011 11:55:36 GMT Paul Brossier [c37aee1] * src/mathutils.c (modified) src/mathutils.c: do not return NULL when wrong window type is passed ... Mon, 07 Feb 2011 11:54:42 GMT Paul Brossier [860ef4b] * src/pitch/pitchschmitt.c (modified) src/pitch/pitchschmitt.c: avoid memory leak (thanks to Olivier Robert) Mon, 07 Feb 2011 11:53:05 GMT Paul Brossier [34422b4] * src/spectral/tss.c (modified) src/spectral/tss.c: fix del_ Fri, 04 Feb 2011 09:26:10 GMT Paul Brossier [1a74ac3] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchmcomb.c (modified) src/mathutils.c: fix aubio_db_spl, thanks to Eric, closes #15 Fri, 04 Feb 2011 09:08:42 GMT Paul Brossier [b583b9fb] * src/pitch/pitch.c (modified) src/pitch/pitch.c: do not return NULL if unknown method selected ... Fri, 04 Feb 2011 09:06:12 GMT Paul Brossier [f66ccb9] * src/spectral/tss.c (modified) src/spectral/tss.c: use AUBIO_FREE, not free (thanks to Olivier Robert) Sat, 31 Jul 2010 14:32:05 GMT Paul Brossier [7c84204] * src/tempo/beattracking.c (modified) src/tempo/beattracking.c: declare b as signed integer, thanks to ... Wed, 02 Jun 2010 23:10:10 GMT Paul Brossier [4bcd424] * tests/src/Makefile.am (modified) Makefile.am: include examples/ for jackio.h, add test-mathutils.c, ... Wed, 02 Jun 2010 23:08:55 GMT Paul Brossier [d314636] * tests/src/test-mathutils.c (added) test-mathutils.c: added tests for next_power_of_two Wed, 02 Jun 2010 23:07:33 GMT Paul Brossier [c251b80] * tests/src/test-fvec.c (modified) test-fvec.c: update Wed, 02 Jun 2010 22:43:27 GMT Paul Brossier [883deec] * configure.ac (modified) configure.ac: fix LASH detection Wed, 28 Apr 2010 19:17:19 GMT Paul Brossier [21ee709] * wscript (modified) wscript: added some pointers about waf Wed, 28 Apr 2010 18:53:27 GMT Paul Brossier [ead03dd] * src/Makefile.am (modified) src/Makefile.am: added missing fmat.{c,h} Mon, 19 Apr 2010 00:25:54 GMT Paul Brossier [0efce0d] * configure.ac (modified) configure.ac: remove useless pkg-config check, thanks to Volker Grabsch Wed, 14 Apr 2010 15:36:49 GMT Paul Brossier [8d1323b] * python/aubio/aubioclass.py (modified) * python/aubio/task/onset.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/task.py (modified) python/aubio: more changes for mono Wed, 14 Apr 2010 15:34:12 GMT Paul Brossier [16bd78a] * swig/aubio.i (modified) swig/aubio.i: add aubio_sndfile_read_mono Sat, 13 Mar 2010 23:46:36 GMT Paul Brossier [fc759f3] * src/spectral/mfcc.c (modified) src/spectral/mfcc.c: also delete dct_coeffs, thanks to SaBer, closes: #12 Mon, 08 Feb 2010 18:14:12 GMT Paul Brossier [7581185] * src/mathutils.c (modified) src/mathutils.c: simplify aubio_is_power_of_two, thanks to Arturo Castro Sat, 09 Jan 2010 16:03:11 GMT Paul Brossier [d453a4a] * src/spectral/fft.c (modified) src/spectral/fft.c: lock fftw plan creation (closes #9), thanks to ... Sat, 09 Jan 2010 14:51:20 GMT Paul Brossier [066433d] * examples/utils.c (modified) * interfaces/python/aubio/__init__.py (modified) * interfaces/python/aubioinput.py (modified) * interfaces/python/demo_beat.py (added) * interfaces/python/demo_filterbank.py (added) * interfaces/python/test_fvec.py (modified) * tests/src/test-pitch.c (modified) merge with mono Sat, 09 Jan 2010 14:49:40 GMT Paul Brossier [8212692] * examples/Makefile.am (modified) * examples/utils.c (modified) * src/spectral/specdesc.c (modified) * tests/src/test-pitch.c (added) pull from master Sat, 09 Jan 2010 14:35:53 GMT Paul Brossier [37eb9ce] * examples/Makefile.am (modified) * examples/utils.c (modified) * interfaces/python/demo_beat.py (modified) * src/spectral/specdesc.c (modified) * tests/src/test-pitch.c (added) merge from master, print beats once in demo_beat.py Sat, 09 Jan 2010 14:27:22 GMT Paul Brossier [3f16b61] * interfaces/python/demo_beat.py (added) demo_beat.py: added simple example Sat, 09 Jan 2010 14:22:41 GMT Paul Brossier [228e8d8] * interfaces/python/aubioinput.py (modified) aubioinput.py: flush last frame, no resizing in mono Sat, 09 Jan 2010 14:21:54 GMT Paul Brossier [493e6f7] * interfaces/python/test_fvec.py (modified) test_fvec.py: add test_alpha_norm_of_none and ... Sat, 09 Jan 2010 14:20:48 GMT Paul Brossier [549825a] * interfaces/python/demo_filterbank.py (modified) demo_filterbank.py: use fvec to create array Fri, 25 Dec 2009 05:13:14 GMT Paul Brossier [d836c21] * interfaces/python/aubio/__init__.py (modified) aubio/__init__.py: simplify, add support for list input Fri, 25 Dec 2009 05:12:44 GMT Paul Brossier [b8aaaff] * interfaces/python/demo_filterbank.py (added) demo_filterbank.py: add simple filterbank demo Fri, 25 Dec 2009 04:09:41 GMT Paul Brossier [4c01c0f] * interfaces/python/aubio/__init__.py (modified) * interfaces/python/test_aubio.py (modified) * interfaces/python/test_cvec.py (modified) * interfaces/python/test_fft.py (modified) * interfaces/python/test_filter.py (modified) * interfaces/python/test_filterbank.py (modified) * interfaces/python/test_fvec.py (modified) * interfaces/python/test_onsetdetection.py (modified) * interfaces/python/test_phasevoc.py (modified) test_*.py: use aubio module Fri, 25 Dec 2009 04:04:59 GMT Paul Brossier [474f297] * interfaces/python/py-cvec.c (modified) py-cvec.c: improved documentation Fri, 25 Dec 2009 04:02:17 GMT Paul Brossier [9c9cd54] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: simplify with proxy functions Fri, 25 Dec 2009 03:57:49 GMT Paul Brossier [1a6ef2c] * interfaces/python/test_cvec.py (added) * interfaces/python/test_fft.py (modified) * interfaces/python/test_filter.py (modified) * interfaces/python/test_filterbank.py (modified) * interfaces/python/test_fvec.py (modified) * interfaces/python/test_onsetdetection.py (modified) * interfaces/python/test_phasevoc.py (modified) test_*.py: switch to mono, add tests for cvec Fri, 25 Dec 2009 03:56:48 GMT Paul Brossier [84e0606] * interfaces/python/aubio-types.h (modified) * interfaces/python/py-cvec.c (modified) py-cvec.c: remove obsolete proxy functions Fri, 25 Dec 2009 03:56:24 GMT Paul Brossier [3e882a8] * interfaces/python/py-filterbank.c (modified) py-filterbank.c: switch to proxy functions Fri, 25 Dec 2009 03:52:00 GMT Paul Brossier [91ce8d5] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: updated to use proxy functions Fri, 25 Dec 2009 03:51:37 GMT Paul Brossier [6c50245] * interfaces/python/py-fmat.c (deleted) py-fmat.c removed Fri, 25 Dec 2009 03:51:28 GMT Paul Brossier [b3130e2] * interfaces/python/setup.py (modified) setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c Fri, 25 Dec 2009 03:49:25 GMT Paul Brossier [7d9ec37] * interfaces/python/py-fvec.c (deleted) py-fvec.c removed Fri, 25 Dec 2009 03:49:14 GMT Paul Brossier [ce4bfe3] * interfaces/python/aubiomodule.c (modified) aubiomodule.c: swith to new proxy functions, remove py_fvec and py_fmat Fri, 25 Dec 2009 03:45:46 GMT Paul Brossier [363ce7a] * interfaces/python/py-filterbank.c (modified) py-filterbank.c: use new proxy function, switch to mono and fmat Fri, 25 Dec 2009 03:45:18 GMT Paul Brossier [a52d3ae] * interfaces/python/py-filter.c (modified) py-filter.c: use new proxy function, switch to mono Fri, 25 Dec 2009 03:44:06 GMT Paul Brossier [c04d250] * interfaces/python/py-phasevoc.c (modified) py-phasevoc.c: use new proxy functions Fri, 25 Dec 2009 03:40:41 GMT Paul Brossier [965b302] * interfaces/python/py-fft.c (modified) py-fft.c: use new proxy functions Fri, 25 Dec 2009 03:37:23 GMT Paul Brossier [0178c65] * interfaces/python/aubio/__init__.py (modified) aubio/: cvec is still on the C side Fri, 25 Dec 2009 03:37:03 GMT Paul Brossier [03c3450] * interfaces/python/aubio-types.h (modified) aubio-types.h: kill fvec and fmat, update proxy functions Fri, 25 Dec 2009 03:34:34 GMT Paul Brossier [7395ec5] * interfaces/python/aubioproxy.c (added) aubioproxy.c: added conversion functions from C to numpy Sun, 20 Dec 2009 19:20:14 GMT Paul Brossier [ccca7cb] * interfaces/python/aubio/__init__.py (added) aubio/__init__.py: added python helper for fvec and cvec Fri, 11 Dec 2009 16:54:12 GMT Paul Brossier [f650860] * src/spectral/specdesc.c (modified) specdesc.c: mention default is used instead of unknown one Fri, 11 Dec 2009 16:51:26 GMT Paul Brossier [40a05d3] * examples/Makefile.am (modified) examples/Makefile.am: added aubiopitch Fri, 11 Dec 2009 15:36:43 GMT Paul Brossier [61043ed] * examples/utils.c (modified) utils.c: woodblock vector is overlap_size long Fri, 11 Dec 2009 15:36:32 GMT Paul Brossier [2c50da9] * tests/src/test-pitch.c (added) test-pitch.c: added test for pitch Sat, 05 Dec 2009 01:16:22 GMT Paul Brossier [2a109e4] * tests/src/test-peakpick.c (modified) tests/src/: no more arguments for peakpicker Sat, 05 Dec 2009 01:06:42 GMT Paul Brossier [f658288] * interfaces/python/test_fft.py (added) * interfaces/python/test_filterbank.py (added) * interfaces/python/test_onsetdetection.py (added) * interfaces/python/test_phasevoc.py (added) Merge branch 'master' of git+ssh://aubio.org/git/aubio/aubio into mono Sat, 05 Dec 2009 00:59:06 GMT Paul Brossier [0536612] * interfaces/python/test_fft.py (added) * interfaces/python/test_filterbank.py (added) * interfaces/python/test_onsetdetection.py (added) * interfaces/python/test_phasevoc.py (added) interfaces/python: added more tests Sat, 05 Dec 2009 00:45:40 GMT Paul Brossier [b7f3aaf] * interfaces/python/test_aubio.py (modified) * interfaces/python/test_fvec.py (added) interfaces/python: start updating tests for mono Sat, 05 Dec 2009 00:45:08 GMT Paul Brossier [0f045b2] * interfaces/python/py-phasevoc.c (modified) * interfaces/python/setup.py (modified) interfaces/python: towards mono (setup.py and py-phasevoc.c) Sat, 05 Dec 2009 00:44:11 GMT Paul Brossier [96fe713] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/aubiowraphell.h (modified) * interfaces/python/gen_pyobject.py (modified) * interfaces/python/py-fft.c (modified) * interfaces/python/py-filter.c (modified) * interfaces/python/py-filterbank.c (modified) * interfaces/python/py-fmat.c (added) interfaces/python: towards mono Sat, 05 Dec 2009 00:42:46 GMT Paul Brossier [7a7b00f] * interfaces/python/py-cvec.c (modified) * interfaces/python/py-fvec.c (modified) py-fvec.c, py-cvec.c: towards mono Sat, 05 Dec 2009 00:36:56 GMT Paul Brossier [f7b05d4] * src/onset/peakpicker.h (modified) src/onset/peakpicker.h: add void to empty prototype Fri, 04 Dec 2009 00:47:17 GMT Paul Brossier [aea235c] * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-beattracking.c (modified) * tests/src/test-biquad.c (modified) * tests/src/test-cvec.c (modified) * tests/src/test-fft.c (modified) * tests/src/test-filter.c (modified) * tests/src/test-filterbank.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-fvec.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-mfcc.c (modified) * tests/src/test-onset.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-peakpick.c (modified) * tests/src/test-phasevoc-jack.c (modified) * tests/src/test-phasevoc.c (modified) * tests/src/test-pitchdetection.c (modified) * tests/src/test-pitchfcomb.c (modified) * tests/src/test-pitchmcomb.c (modified) * tests/src/test-pitchschmitt.c (modified) * tests/src/test-pitchyin.c (modified) * tests/src/test-pitchyinfft.c (modified) * tests/src/test-resample.c (modified) * tests/src/test-scale.c (modified) * tests/src/test-tempo.c (modified) * tests/src/test-tss.c (modified) tests/src: switch to mono Fri, 04 Dec 2009 00:46:40 GMT Paul Brossier [4621cd6] * examples/aubiomfcc.c (modified) * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubioquiet.c (modified) * examples/aubiotrack.c (modified) * examples/sndfileio.c (modified) * examples/sndfileio.h (modified) * examples/utils.c (modified) * examples/utils.h (modified) examples: switch to mono Fri, 04 Dec 2009 00:46:04 GMT Paul Brossier [c17a0ee] * src/vecutils.c (modified) src/vecutils.c: switch to mono Fri, 04 Dec 2009 00:45:40 GMT Paul Brossier [7dec719] * swig/aubio.i (modified) swig/aubio.i: switch to mono Fri, 04 Dec 2009 00:45:04 GMT Paul Brossier [02a01dd] * src/aubio.h (modified) src/aubio.h: switch to mono Fri, 04 Dec 2009 00:44:41 GMT Paul Brossier [168337e] * src/pitch/pitch.c (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) src/pitch: switch to mono Fri, 04 Dec 2009 00:43:29 GMT Paul Brossier [fc61225] * src/utils/hist.c (modified) * src/utils/hist.h (modified) * src/utils/scale.c (modified) src/utils: switch to mono Fri, 04 Dec 2009 00:41:59 GMT Paul Brossier [8e5c051] * src/mathutils.c (modified) * src/mathutils.h (modified) src/mathutils.{c,h}: switch to mono Fri, 04 Dec 2009 00:40:48 GMT Paul Brossier [d207300] * src/tempo/beattracking.c (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) src/tempo: switch to mono Fri, 04 Dec 2009 00:39:30 GMT Paul Brossier [741bdda] * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/biquad.c (modified) * src/temporal/biquad.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * src/temporal/resampler.c (modified) src/temporal: switch to mono Fri, 04 Dec 2009 00:38:30 GMT Paul Brossier [d95ff38] * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) * src/spectral/filterbank.c (modified) * src/spectral/filterbank.h (modified) * src/spectral/filterbank_mel.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/phasevoc.c (modified) * src/spectral/phasevoc.h (modified) * src/spectral/specdesc.c (modified) * src/spectral/specdesc.h (modified) * src/spectral/statistics.c (modified) * src/spectral/tss.c (modified) * src/spectral/tss.h (modified) src/spectral: switch to mono Fri, 04 Dec 2009 00:34:44 GMT Paul Brossier [0b9a02a] * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/peakpicker.c (modified) * src/onset/peakpicker.h (modified) src/onset: mono Fri, 04 Dec 2009 00:33:06 GMT Paul Brossier [66fb3ea] * src/cvec.c (modified) * src/cvec.h (modified) modified cvec to be mono Fri, 04 Dec 2009 00:32:43 GMT Paul Brossier [c7860af] * src/fmat.c (added) * src/fmat.h (added) * src/fvec.c (modified) * src/fvec.h (modified) * src/lvec.c (modified) * src/lvec.h (modified) modified fvec and lvec to be mono, added fmat Thu, 03 Dec 2009 18:26:49 GMT Paul Brossier [c6d0169] * .gitignore (modified) .gitignore: added *.o Thu, 03 Dec 2009 18:11:58 GMT Paul Brossier [ae57d45] * .bzrignore (deleted) removed .bzrignore Thu, 03 Dec 2009 17:52:38 GMT Paul Brossier [1dd137b] * .gitignore (added) added .gitignore Mon, 30 Nov 2009 20:11:31 GMT Paul Brossier [e3cf37a] * wscript (modified) wscript: add libs to examples for binutils-gold Thu, 26 Nov 2009 00:00:25 GMT Paul Brossier [9817026] * examples/jackio.c (modified) * examples/utils.h (modified) examples/: include config.h Wed, 25 Nov 2009 23:59:26 GMT Paul Brossier [75be651] * interfaces/python/gen_pyobject.py (modified) interfaces/python/gen_pyobject.py: fix aubio2types Sun, 15 Nov 2009 14:31:11 GMT Paul Brossier [5ddcdf2] * configure.ac (modified) * examples/Makefile.am (modified) configure.ac: add AUBIO_LIBS, now needs only -lm (closes: #553930) Sun, 15 Nov 2009 14:28:34 GMT Paul Brossier [2b4d006] * configure.ac (modified) configure.ac: do not check for fftw3.h, let pkg-config do that Sun, 15 Nov 2009 14:26:19 GMT Paul Brossier [449bff6] * interfaces/python/aubiomodule.c (modified) aubiomodule.c: add generated objects Sun, 15 Nov 2009 14:19:45 GMT Paul Brossier [90077e4] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: simplify using regex, add PyMethodDefs Sun, 15 Nov 2009 14:16:44 GMT Paul Brossier [4bc098c] * interfaces/python/generator.py (modified) generator.py: also spit out aubio-generated.h Sun, 15 Nov 2009 14:01:06 GMT Paul Brossier [d6f9b3a] * interfaces/python/aubio-types.h (modified) * interfaces/python/py-fvec.c (modified) py-fvec.c: add PyAubio_CFvecToArray Sun, 15 Nov 2009 14:00:04 GMT Paul Brossier [965ea78] * interfaces/python/aubiowraphell.h (added) python/aubiowraphell.h: sprinkle some cpp magic Fri, 13 Nov 2009 23:43:14 GMT Paul Brossier [a300cef] * src/Makefile.am (modified) src/Makefile.am: rename peakpicker.h here too, thanks to Laurent ... Fri, 06 Nov 2009 00:27:05 GMT Paul Brossier [7db3477] * interfaces/python/aubio-types.h (modified) aubio-types.h: python module has it all Fri, 06 Nov 2009 00:25:13 GMT Paul Brossier [5c246b0] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: update, add smpl_t Fri, 06 Nov 2009 00:23:58 GMT Paul Brossier [7c4cf20] * interfaces/python/generator.py (modified) generator.py: fully blown mode Fri, 06 Nov 2009 00:15:05 GMT Paul Brossier [8b8336b] * doc/user.cfg (modified) doc/user.cfg: sync with aubio.h Fri, 06 Nov 2009 00:08:44 GMT Paul Brossier [3ac7cb0] * src/onset/onset.h (modified) * src/pitch/pitch.h (modified) * src/pitch/pitchfcomb.h (modified) * src/pitch/pitchmcomb.h (modified) * src/pitch/pitchschmitt.h (modified) * src/pitch/pitchyin.h (modified) * src/pitch/pitchyinfft.h (modified) * src/spectral/mfcc.h (modified) * src/spectral/tss.h (modified) * src/tempo/beattracking.h (modified) * src/tempo/tempo.h (modified) src/: cleanup variable names in prototypes Thu, 05 Nov 2009 23:42:20 GMT Paul Brossier [b8ee46c] * interfaces/python/generator.py (modified) generator.py: skip resampler Thu, 05 Nov 2009 23:41:39 GMT Paul Brossier [eb93592] * interfaces/python/py-cvec.c (modified) py-cvec.c: cvec.length to return the actual length Thu, 05 Nov 2009 23:14:23 GMT Paul Brossier [c03e777] * src/aubio.h (modified) src/aubio.h: make filterbank public, should be stable enough now