# # ChangeLog for / # # Generated by Trac 1.2 # Nov 5, 2024, 12:47:18 AM Wed, 11 Jul 2012 20:41:22 GMT Paul Brossier [299c2b0] * interfaces/python/test_fft.py (modified) test_fft.py: phase can be 0 or -0 Wed, 11 Jul 2012 20:41:04 GMT Paul Brossier [4afa448e] * interfaces/python/test_fvec.py (modified) test_fvec.py: zero_crossing_rate almost equal Wed, 11 Jul 2012 20:10:41 GMT Paul Brossier [012b324] * interfaces/python/setup.py (modified) setup.py: simplify, check for path before adding them Wed, 11 Jul 2012 19:45:12 GMT Paul Brossier [b84c0c2] * interfaces/python/demo_filterbank.py (modified) demo_filterbank.py: added simple demo Wed, 11 Jul 2012 03:25:25 GMT Paul Brossier [451b05d] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/aubioproxy.c (modified) * interfaces/python/build_linux (added) * interfaces/python/build_osx (added) * interfaces/python/demo_filterbank.py (modified) * interfaces/python/py-cvec.c (modified) * interfaces/python/setup.py (modified) Merge branch 'numpy-1.8' into develop Wed, 11 Jul 2012 02:01:22 GMT Paul Brossier [0ed517b] * interfaces/python/build_linux (added) build_linux: add sample script to build and run tests on linux Wed, 11 Jul 2012 01:43:01 GMT Paul Brossier [6882e73] * interfaces/python/build_osx (added) build_osx: add sample script to build and run tests on osx Wed, 11 Jul 2012 01:42:40 GMT Paul Brossier [39e6f84] * interfaces/python/demo_filterbank.py (modified) demo_filterbank.py: use a vector, not a list Wed, 11 Jul 2012 01:41:54 GMT Paul Brossier [988f580] * interfaces/python/setup.py (modified) setup.py: improve metadata Wed, 11 Jul 2012 01:41:33 GMT Paul Brossier [1458de5] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/aubioproxy.c (modified) * interfaces/python/py-cvec.c (modified) aubio-types.h, aubiomodule.c: update for numpy 1.8 Wed, 11 Jul 2012 00:09:20 GMT Paul Brossier [c71e405] * interfaces/python/gen_pyobject.py (modified) * interfaces/python/generator.py (modified) * interfaces/python/setup.py (modified) updated setup to generate files Tue, 10 Jul 2012 22:33:09 GMT Paul Brossier [c325a11] * wscript (modified) wscript: add -g to cflags and simplify Tue, 10 Jul 2012 22:31:10 GMT Paul Brossier [4db0752] * configure.ac (modified) configure.ac: enable tests by default, add m4 Tue, 10 Jul 2012 22:30:32 GMT Paul Brossier [4435ea6e] * src/fmat.h (modified) src/fmat.h: length and height Tue, 10 Jul 2012 22:29:59 GMT Paul Brossier [cd60b5c] * tests/src/test-fmat.c (added) * tests/src/test-lvec.c (added) tests/src/test-lvec.c, tests/src/test-fmat.c: add boilerplate Tue, 10 Jul 2012 22:29:03 GMT Paul Brossier [c1ca5b6] * Makefile.am (modified) Makefile.am: include m4 Tue, 10 Jul 2012 22:28:39 GMT Paul Brossier [e7e11bf] * src/pitch/pitchschmitt.c (modified) src/pitch/pitchschmitt.c: avoid out of bound reads Tue, 10 Jul 2012 22:26:51 GMT Paul Brossier [9d6001cb] * tests/src/onset/test-peakpicker.c (modified) * tests/src/pitch/test-pitch.c (modified) * tests/src/pitch/test-pitchfcomb.c (modified) * tests/src/spectral/test-phasevoc-jack.c (modified) * tests/src/spectral/test-tss.c (modified) tests/src: fix memory leaks Tue, 10 Jul 2012 22:26:12 GMT Paul Brossier [02418f6] * tests/python/src/onset/peakpicker.py (moved) * tests/src/Makefile.am (modified) * tests/src/onset/test-onset.c (moved) * tests/src/onset/test-peakpicker.c (moved) * tests/src/pitch/test-pitch.c (moved) * tests/src/pitch/test-pitchfcomb.c (moved) * tests/src/pitch/test-pitchmcomb.c (moved) * tests/src/pitch/test-pitchschmitt.c (moved) * tests/src/pitch/test-pitchyin.c (moved) * tests/src/pitch/test-pitchyinfft.c (moved) * tests/src/spectral/test-filterbank.c (moved) * tests/src/spectral/test-filterbank_mel.c (moved) * tests/src/spectral/test-mfcc.c (moved) * tests/src/spectral/test-phasevoc-jack.c (moved) * tests/src/spectral/test-phasevoc.c (moved) * tests/src/spectral/test-specdesc.c (moved) * tests/src/spectral/test-tss.c (moved) * tests/src/temporal/test-a_weighting.c (moved) * tests/src/temporal/test-biquad.c (moved) * tests/src/temporal/test-c_weighting.c (moved) * tests/src/temporal/test-filter.c (moved) * tests/src/temporal/test-resampler.c (moved) * tests/src/test-mathutils-window.c (moved) * tests/src/test-pitch.c (deleted) * tests/src/utils/test-hist.c (moved) * tests/src/utils/test-scale.c (moved) tests/: move file around to match src/ Tue, 10 Jul 2012 04:28:53 GMT Paul Brossier [ed766c7] * tests/src/test-pitchyin.c (modified) tests/src/test-pitchyin.c: fix memory leak Tue, 10 Jul 2012 04:25:15 GMT Paul Brossier [46ba93b] * tests/src/test-pitchyinfft.c (modified) tests/src/test-pitchyinfft.c: fix memory leak Tue, 10 Jul 2012 02:53:56 GMT Paul Brossier [f61c88a] * src/spectral/fft.c (modified) src/spectral/fft.c: fix in and out sizes for ooura Tue, 10 Jul 2012 02:35:24 GMT Paul Brossier [bb7a42a] * interfaces/python/run_all_tests (added) run_all_tests: added script to run all tests Mon, 09 Jul 2012 23:09:30 GMT Paul Brossier [dbf47c6] * examples/Makefile.am (modified) examples/Makefile.am: fix missing \ Mon, 09 Jul 2012 23:06:11 GMT Paul Brossier [d41bc4d] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * python/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript, **/wscript_build: use ctx to match latest waf docs Mon, 09 Jul 2012 22:37:57 GMT Paul Brossier [f4493f4] * python/wscript_build (modified) python/wscript_build: update Mon, 09 Jul 2012 22:37:35 GMT Paul Brossier [0e355f6] * src/wscript_build (modified) src/wscript_build: add vim header Mon, 09 Jul 2012 22:37:23 GMT Paul Brossier [c204928] * src/spectral/fft.c (modified) src/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined Mon, 09 Jul 2012 22:36:48 GMT Paul Brossier [6017f94] * python/aubio/wscript_build (modified) python/aubio: update Mon, 09 Jul 2012 22:36:16 GMT Paul Brossier [d62c32f] * examples/wscript_build (modified) examples/wscript_build: update Mon, 09 Jul 2012 22:36:02 GMT Paul Brossier [dda6ba6] * wscript (modified) wscript: udpate, disable fftw and swig by default Mon, 09 Jul 2012 22:35:35 GMT Paul Brossier [c0d7cd6] * examples/utils.c (modified) examples/utils.c: avoid segfault when compiling without sndfile Mon, 09 Jul 2012 22:35:09 GMT Paul Brossier [fff7b92] * examples/sndfileio.h (modified) examples/sndfileio.h: add read_mono Mon, 09 Jul 2012 22:34:12 GMT Paul Brossier [6f67361] * examples/sndfileio.c (modified) examples/sndfileio.c: include config.h for HAVE_SNDFILE Mon, 09 Jul 2012 22:10:33 GMT Paul Brossier [bd0cc68] * waf (modified) waf: update Mon, 09 Jul 2012 22:10:17 GMT Paul Brossier [7684ff2] * wscript (modified) wscript: improve error message Sat, 03 Mar 2012 09:26:01 GMT Paul Brossier [466a5da] * interfaces/python/setup.py (modified) interfaces/python/setup.py: install in dist-packages, thanks to ... Sat, 07 Jan 2012 02:53:32 GMT Paul Brossier [e43464c] * configure.ac (modified) * examples/sndfileio.c (modified) * examples/utils.c (modified) * tests/src/Makefile.am (modified) Merge branch 'master' of piem.org:/git/aubio/aubio Sat, 07 Jan 2012 02:52:34 GMT Paul Brossier [8b3a7e7] * src/spectral/fft.c (modified) src/spectral/fft.c: i only needed for FFTW3 Sat, 07 Jan 2012 02:51:20 GMT Paul Brossier [9430dfd] * examples/utils.c (modified) examples/utils.c: dummy functions if no sndfile Sat, 07 Jan 2012 02:50:52 GMT Paul Brossier [1081580] * examples/sndfileio.c (modified) examples/sndfileio.c: do not compile if sndfile is missing Sat, 07 Jan 2012 02:50:38 GMT Paul Brossier [9906b3f] * configure.ac (modified) configure.ac: add --enable-sndfile Sat, 07 Jan 2012 02:50:19 GMT Paul Brossier [447d6cd] * tests/src/Makefile.am (modified) tests/src/Makefile.am: remove missing tests Fri, 06 Jan 2012 23:16:57 GMT Paul Brossier [acb2ac9] * wscript (modified) wscript: improve messages Fri, 06 Jan 2012 23:07:12 GMT Paul Brossier [36f954a] * wscript (modified) wscript: factorise pkg-config detection Fri, 06 Jan 2012 23:03:59 GMT Paul Brossier [55ffa55] * wscript (modified) wscript: remove debug output Fri, 06 Jan 2012 22:59:29 GMT Paul Brossier [b517cb3] * interfaces/python/setup.py (modified) Merge branch 'master' of piem.org:/git/aubio/aubio Fri, 06 Jan 2012 22:59:03 GMT Paul Brossier [110ac90] * examples/wscript_build (modified) * wscript (modified) examples/wscript_build, wscript: update Tue, 22 Nov 2011 04:36:42 GMT Paul Brossier [abf13a1] * .gitignore (modified) * interfaces/python/generator.py (modified) * waf (modified) Merge branch 'master' of aubio.org:/git/aubio/aubio Tue, 22 Nov 2011 04:35:18 GMT Paul Brossier [b70c6f1] * interfaces/python/setup.py (modified) setup.py: update path Tue, 22 Nov 2011 03:01:36 GMT Paul Brossier [a5bf9a5] * .gitignore (modified) .gitignore: also ignore doxygen generated files, thanks to Dirkjan ... Mon, 21 Nov 2011 19:30:42 GMT Paul Brossier [7f8ff8b] * interfaces/python/generator.py (modified) generator.py: update for newest waf Mon, 21 Nov 2011 19:28:45 GMT Paul Brossier [c77df5c] * waf (modified) waf: update Thu, 17 Nov 2011 01:30:49 GMT Paul Brossier [e565c649] * wscript (modified) wscript: ask the user to run 'make distclean' before running waf Thu, 17 Nov 2011 01:30:17 GMT Paul Brossier [653ac08] * waf (added) waf: add waf Thu, 17 Nov 2011 01:29:59 GMT Paul Brossier [cfaa3c4] * src/spectral/ooura_fft8g.c (added) src/spectral/ooura_fft8g.c: add ooura Thu, 17 Nov 2011 01:29:35 GMT Paul Brossier [729a3c0] * configure.ac (modified) * src/Makefile.am (modified) * src/mathutils.c (modified) * src/spectral/fft.c (modified) * src/wscript_build (modified) * wscript (modified) add support for ooura so that aubio can be build without fftw Thu, 17 Nov 2011 01:13:08 GMT Paul Brossier [e298138] * examples/wscript_build (modified) examples/wscript_build: update Thu, 17 Nov 2011 01:12:47 GMT Paul Brossier [82335b7] * wscript (modified) wscript: use --enable-samplerate as in configure Thu, 17 Nov 2011 01:12:29 GMT Paul Brossier [ad7c710] * wscript (modified) wscript: use --enable-samplerate as in configure Thu, 17 Nov 2011 01:09:56 GMT Paul Brossier [5820107] * wscript (modified) wscript: parse VERSION from file Thu, 17 Nov 2011 01:09:31 GMT Paul Brossier [d7bce3c] * VERSION (modified) VERSION: escape string Thu, 17 Nov 2011 01:07:44 GMT Paul Brossier [1c24da5] * src/cvec.c (modified) * src/fvec.c (modified) src/{f,c}vec.c: remove zeroing since we now use calloc Thu, 17 Nov 2011 01:07:12 GMT Paul Brossier [7ce0701] * src/aubio_priv.h (modified) src/aubio_priv.h: use calloc instead of malloc Wed, 16 Nov 2011 22:47:48 GMT Paul Brossier [c55f907] * VERSION (modified) VERSION: bump to 0.4.0alpha 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