Paul Brossier [Sat, 7 Jan 2012 02:50:19 +0000 (18:50 -0800)]
tests/src/Makefile.am: remove missing tests
Paul Brossier [Fri, 6 Jan 2012 23:16:57 +0000 (17:16 -0600)]
wscript: improve messages
Paul Brossier [Fri, 6 Jan 2012 23:07:12 +0000 (17:07 -0600)]
wscript: factorise pkg-config detection
Paul Brossier [Fri, 6 Jan 2012 23:03:59 +0000 (17:03 -0600)]
wscript: remove debug output
Paul Brossier [Fri, 6 Jan 2012 22:59:29 +0000 (16:59 -0600)]
Merge branch 'master' of piem.org:/git/aubio/aubio
Paul Brossier [Fri, 6 Jan 2012 22:59:03 +0000 (16:59 -0600)]
examples/wscript_build, wscript: update
Paul Brossier [Tue, 22 Nov 2011 04:36:42 +0000 (20:36 -0800)]
Merge branch 'master' of aubio.org:/git/aubio/aubio
Paul Brossier [Tue, 22 Nov 2011 04:35:18 +0000 (20:35 -0800)]
setup.py: update path
Paul Brossier [Tue, 22 Nov 2011 03:01:36 +0000 (20:01 -0700)]
.gitignore: also ignore doxygen generated files, thanks to Dirkjan Krijnders
Paul Brossier [Mon, 21 Nov 2011 19:30:42 +0000 (12:30 -0700)]
generator.py: update for newest waf
Paul Brossier [Mon, 21 Nov 2011 19:28:45 +0000 (12:28 -0700)]
waf: update
Paul Brossier [Thu, 17 Nov 2011 01:30:49 +0000 (17:30 -0800)]
wscript: ask the user to run 'make distclean' before running waf
Paul Brossier [Thu, 17 Nov 2011 01:30:17 +0000 (17:30 -0800)]
waf: add waf
Paul Brossier [Thu, 17 Nov 2011 01:29:59 +0000 (17:29 -0800)]
src/spectral/ooura_fft8g.c: add ooura
Paul Brossier [Thu, 17 Nov 2011 01:29:35 +0000 (17:29 -0800)]
add support for ooura so that aubio can be build without fftw
Paul Brossier [Thu, 17 Nov 2011 01:13:08 +0000 (17:13 -0800)]
examples/wscript_build: update
Paul Brossier [Thu, 17 Nov 2011 01:12:47 +0000 (17:12 -0800)]
wscript: use --enable-samplerate as in configure
Paul Brossier [Thu, 17 Nov 2011 01:12:29 +0000 (17:12 -0800)]
wscript: use --enable-samplerate as in configure
Paul Brossier [Thu, 17 Nov 2011 01:09:56 +0000 (17:09 -0800)]
wscript: parse VERSION from file
Paul Brossier [Thu, 17 Nov 2011 01:09:31 +0000 (17:09 -0800)]
VERSION: escape string
Paul Brossier [Thu, 17 Nov 2011 01:07:44 +0000 (17:07 -0800)]
src/{f,c}vec.c: remove zeroing since we now use calloc
Paul Brossier [Thu, 17 Nov 2011 01:07:12 +0000 (17:07 -0800)]
src/aubio_priv.h: use calloc instead of malloc
Paul Brossier [Wed, 16 Nov 2011 22:47:48 +0000 (14:47 -0800)]
VERSION: bump to 0.4.0alpha
Paul Brossier [Mon, 26 Sep 2011 06:22:18 +0000 (00:22 -0600)]
wscript: make jack, samplerate, and lash optional
Paul Brossier [Mon, 26 Sep 2011 06:21:00 +0000 (00:21 -0600)]
wscript: update to waf 1.6.7
Paul Brossier [Mon, 2 May 2011 10:38:00 +0000 (12:38 +0200)]
Merge aubio.org:/git/aubio/aubio
Paul Brossier [Mon, 2 May 2011 10:37:41 +0000 (12:37 +0200)]
tests/: move tests around
Paul Brossier [Mon, 2 May 2011 10:35:24 +0000 (12:35 +0200)]
python/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan
Paul Brossier [Mon, 7 Feb 2011 11:55:36 +0000 (12:55 +0100)]
src/mathutils.c: do not return NULL when wrong window type is passed (thanks to Olivier Robert)
Paul Brossier [Mon, 7 Feb 2011 11:54:42 +0000 (12:54 +0100)]
src/pitch/pitchschmitt.c: avoid memory leak (thanks to Olivier Robert)
Paul Brossier [Mon, 7 Feb 2011 11:53:05 +0000 (12:53 +0100)]
src/spectral/tss.c: fix del_
Paul Brossier [Fri, 4 Feb 2011 09:26:10 +0000 (10:26 +0100)]
src/mathutils.c: fix aubio_db_spl, thanks to Eric, closes #15
Paul Brossier [Fri, 4 Feb 2011 09:08:42 +0000 (10:08 +0100)]
src/pitch/pitch.c: do not return NULL if unknown method selected (thanks to Olivier Robert)
Paul Brossier [Fri, 4 Feb 2011 09:06:12 +0000 (10:06 +0100)]
src/spectral/tss.c: use AUBIO_FREE, not free (thanks to Olivier Robert)
Paul Brossier [Sat, 31 Jul 2010 14:32:05 +0000 (16:32 +0200)]
src/tempo/beattracking.c: declare b as signed integer, thanks to Lennart Denninger
Paul Brossier [Wed, 2 Jun 2010 23:10:10 +0000 (01:10 +0200)]
Makefile.am: include examples/ for jackio.h, add test-mathutils.c, simplify run command
Paul Brossier [Wed, 2 Jun 2010 23:08:55 +0000 (01:08 +0200)]
test-mathutils.c: added tests for next_power_of_two
Paul Brossier [Wed, 2 Jun 2010 23:07:33 +0000 (01:07 +0200)]
test-fvec.c: update
Paul Brossier [Wed, 2 Jun 2010 22:43:27 +0000 (00:43 +0200)]
configure.ac: fix LASH detection
Paul Brossier [Wed, 28 Apr 2010 19:17:19 +0000 (21:17 +0200)]
wscript: added some pointers about waf
Paul Brossier [Wed, 28 Apr 2010 18:53:27 +0000 (20:53 +0200)]
src/Makefile.am: added missing fmat.{c,h}
Paul Brossier [Mon, 19 Apr 2010 00:25:54 +0000 (02:25 +0200)]
configure.ac: remove useless pkg-config check, thanks to Volker Grabsch
Paul Brossier [Wed, 14 Apr 2010 15:36:49 +0000 (17:36 +0200)]
python/aubio: more changes for mono
Paul Brossier [Wed, 14 Apr 2010 15:34:12 +0000 (17:34 +0200)]
swig/aubio.i: add aubio_sndfile_read_mono
Paul Brossier [Sat, 13 Mar 2010 23:46:36 +0000 (00:46 +0100)]
src/spectral/mfcc.c: also delete dct_coeffs, thanks to SaBer, closes: #12
Paul Brossier [Mon, 8 Feb 2010 18:14:12 +0000 (19:14 +0100)]
src/mathutils.c: simplify aubio_is_power_of_two, thanks to Arturo Castro
Paul Brossier [Sat, 9 Jan 2010 16:03:11 +0000 (17:03 +0100)]
src/spectral/fft.c: lock fftw plan creation (closes #9), thanks to Hedde Bosman
Paul Brossier [Sat, 9 Jan 2010 14:51:20 +0000 (15:51 +0100)]
merge with mono
Paul Brossier [Sat, 9 Jan 2010 14:49:40 +0000 (15:49 +0100)]
pull from master
Paul Brossier [Sat, 9 Jan 2010 14:35:53 +0000 (15:35 +0100)]
merge from master, print beats once in demo_beat.py
Paul Brossier [Sat, 9 Jan 2010 14:27:22 +0000 (15:27 +0100)]
demo_beat.py: added simple example
Paul Brossier [Sat, 9 Jan 2010 14:22:41 +0000 (15:22 +0100)]
aubioinput.py: flush last frame, no resizing in mono
Paul Brossier [Sat, 9 Jan 2010 14:21:54 +0000 (15:21 +0100)]
test_fvec.py: add test_alpha_norm_of_none and test_vector_create_with_list
Paul Brossier [Sat, 9 Jan 2010 14:20:48 +0000 (15:20 +0100)]
demo_filterbank.py: use fvec to create array
Paul Brossier [Fri, 25 Dec 2009 05:13:14 +0000 (06:13 +0100)]
aubio/__init__.py: simplify, add support for list input
Paul Brossier [Fri, 25 Dec 2009 05:12:44 +0000 (06:12 +0100)]
demo_filterbank.py: add simple filterbank demo
Paul Brossier [Fri, 25 Dec 2009 04:09:41 +0000 (05:09 +0100)]
test_*.py: use aubio module
Paul Brossier [Fri, 25 Dec 2009 04:04:59 +0000 (05:04 +0100)]
py-cvec.c: improved documentation
Paul Brossier [Fri, 25 Dec 2009 04:02:17 +0000 (05:02 +0100)]
gen_pyobject.py: simplify with proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:57:49 +0000 (04:57 +0100)]
test_*.py: switch to mono, add tests for cvec
Paul Brossier [Fri, 25 Dec 2009 03:56:48 +0000 (04:56 +0100)]
py-cvec.c: remove obsolete proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:56:24 +0000 (04:56 +0100)]
py-filterbank.c: switch to proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:52:00 +0000 (04:52 +0100)]
gen_pyobject.py: updated to use proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:51:37 +0000 (04:51 +0100)]
py-fmat.c removed
Paul Brossier [Fri, 25 Dec 2009 03:51:28 +0000 (04:51 +0100)]
setup.py: add aubioproxy.c, remove py-fvec.c and py-fmat.c
Paul Brossier [Fri, 25 Dec 2009 03:49:25 +0000 (04:49 +0100)]
py-fvec.c removed
Paul Brossier [Fri, 25 Dec 2009 03:49:14 +0000 (04:49 +0100)]
aubiomodule.c: swith to new proxy functions, remove py_fvec and py_fmat
Paul Brossier [Fri, 25 Dec 2009 03:45:46 +0000 (04:45 +0100)]
py-filterbank.c: use new proxy function, switch to mono and fmat
Paul Brossier [Fri, 25 Dec 2009 03:45:18 +0000 (04:45 +0100)]
py-filter.c: use new proxy function, switch to mono
Paul Brossier [Fri, 25 Dec 2009 03:44:06 +0000 (04:44 +0100)]
py-phasevoc.c: use new proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:40:41 +0000 (04:40 +0100)]
py-fft.c: use new proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:37:23 +0000 (04:37 +0100)]
aubio/: cvec is still on the C side
Paul Brossier [Fri, 25 Dec 2009 03:37:03 +0000 (04:37 +0100)]
aubio-types.h: kill fvec and fmat, update proxy functions
Paul Brossier [Fri, 25 Dec 2009 03:34:34 +0000 (04:34 +0100)]
aubioproxy.c: added conversion functions from C to numpy
Paul Brossier [Sun, 20 Dec 2009 19:20:14 +0000 (20:20 +0100)]
aubio/__init__.py: added python helper for fvec and cvec
Paul Brossier [Fri, 11 Dec 2009 16:54:12 +0000 (17:54 +0100)]
specdesc.c: mention default is used instead of unknown one
Paul Brossier [Fri, 11 Dec 2009 16:51:26 +0000 (17:51 +0100)]
examples/Makefile.am: added aubiopitch
Paul Brossier [Fri, 11 Dec 2009 15:36:43 +0000 (16:36 +0100)]
utils.c: woodblock vector is overlap_size long
Paul Brossier [Fri, 11 Dec 2009 15:36:32 +0000 (16:36 +0100)]
test-pitch.c: added test for pitch
Paul Brossier [Sat, 5 Dec 2009 01:16:22 +0000 (02:16 +0100)]
tests/src/: no more arguments for peakpicker
Paul Brossier [Sat, 5 Dec 2009 01:06:42 +0000 (02:06 +0100)]
Merge branch 'master' of git+ssh://aubio.org/git/aubio/aubio into mono
Paul Brossier [Sat, 5 Dec 2009 00:59:06 +0000 (01:59 +0100)]
interfaces/python: added more tests
Paul Brossier [Sat, 5 Dec 2009 00:45:40 +0000 (01:45 +0100)]
interfaces/python: start updating tests for mono
Paul Brossier [Sat, 5 Dec 2009 00:45:08 +0000 (01:45 +0100)]
interfaces/python: towards mono (setup.py and py-phasevoc.c)
Paul Brossier [Sat, 5 Dec 2009 00:44:11 +0000 (01:44 +0100)]
interfaces/python: towards mono
Paul Brossier [Sat, 5 Dec 2009 00:42:46 +0000 (01:42 +0100)]
py-fvec.c, py-cvec.c: towards mono
Paul Brossier [Sat, 5 Dec 2009 00:36:56 +0000 (01:36 +0100)]
src/onset/peakpicker.h: add void to empty prototype
Paul Brossier [Fri, 4 Dec 2009 00:47:17 +0000 (01:47 +0100)]
tests/src: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:46:40 +0000 (01:46 +0100)]
examples: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:46:04 +0000 (01:46 +0100)]
src/vecutils.c: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:45:40 +0000 (01:45 +0100)]
swig/aubio.i: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:45:04 +0000 (01:45 +0100)]
src/aubio.h: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:44:41 +0000 (01:44 +0100)]
src/pitch: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:43:29 +0000 (01:43 +0100)]
src/utils: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:41:59 +0000 (01:41 +0100)]
src/mathutils.{c,h}: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:40:48 +0000 (01:40 +0100)]
src/tempo: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:39:30 +0000 (01:39 +0100)]
src/temporal: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:38:30 +0000 (01:38 +0100)]
src/spectral: switch to mono
Paul Brossier [Fri, 4 Dec 2009 00:34:44 +0000 (01:34 +0100)]
src/onset: mono
Paul Brossier [Fri, 4 Dec 2009 00:33:06 +0000 (01:33 +0100)]
modified cvec to be mono