#
# ChangeLog for /
#
# Generated by Trac 1.2
# Apr 8, 2025, 7:29:37 AM

Fri, 04 Feb 2011 09:08:42 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [c251b80]
	* tests/src/test-fvec.c (modified)

	test-fvec.c: update


Wed, 02 Jun 2010 22:43:27 GMT Paul Brossier <piem@piem.org> [883deec]
	* configure.ac (modified)

	configure.ac: fix LASH detection


Wed, 28 Apr 2010 19:17:19 GMT Paul Brossier <piem@piem.org> [21ee709]
	* wscript (modified)

	wscript: added some pointers about waf


Wed, 28 Apr 2010 18:53:27 GMT Paul Brossier <piem@piem.org> [ead03dd]
	* src/Makefile.am (modified)

	src/Makefile.am: added missing fmat.{c,h}


Mon, 19 Apr 2010 00:25:54 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [16bd78a]
	* swig/aubio.i (modified)

	swig/aubio.i: add aubio_sndfile_read_mono


Sat, 13 Mar 2010 23:46:36 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [3f16b61]
	* interfaces/python/demo_beat.py (added)

	demo_beat.py: added simple example


Sat, 09 Jan 2010 14:22:41 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [b8aaaff]
	* interfaces/python/demo_filterbank.py (added)

	demo_filterbank.py: add simple filterbank demo


Fri, 25 Dec 2009 04:09:41 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [474f297]
	* interfaces/python/py-cvec.c (modified)

	py-cvec.c: improved documentation


Fri, 25 Dec 2009 04:02:17 GMT Paul Brossier <piem@piem.org> [9c9cd54]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: simplify with proxy functions


Fri, 25 Dec 2009 03:57:49 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [3e882a8]
	* interfaces/python/py-filterbank.c (modified)

	py-filterbank.c: switch to proxy functions


Fri, 25 Dec 2009 03:52:00 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [6c50245]
	* interfaces/python/py-fmat.c (deleted)

	py-fmat.c removed


Fri, 25 Dec 2009 03:51:28 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [7d9ec37]
	* interfaces/python/py-fvec.c (deleted)

	py-fvec.c removed


Fri, 25 Dec 2009 03:49:14 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [c04d250]
	* interfaces/python/py-phasevoc.c (modified)

	py-phasevoc.c: use new proxy functions


Fri, 25 Dec 2009 03:40:41 GMT Paul Brossier <piem@piem.org> [965b302]
	* interfaces/python/py-fft.c (modified)

	py-fft.c: use new proxy functions


Fri, 25 Dec 2009 03:37:23 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [40a05d3]
	* examples/Makefile.am (modified)

	examples/Makefile.am: added aubiopitch


Fri, 11 Dec 2009 15:36:43 GMT Paul Brossier <piem@piem.org> [61043ed]
	* examples/utils.c (modified)

	utils.c: woodblock vector is overlap_size long


Fri, 11 Dec 2009 15:36:32 GMT Paul Brossier <piem@piem.org> [2c50da9]
	* tests/src/test-pitch.c (added)

	test-pitch.c: added test for pitch


Sat, 05 Dec 2009 01:16:22 GMT Paul Brossier <piem@piem.org> [2a109e4]
	* tests/src/test-peakpick.c (modified)

	tests/src/: no more arguments for peakpicker


Sat, 05 Dec 2009 01:06:42 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [c17a0ee]
	* src/vecutils.c (modified)

	src/vecutils.c: switch to mono


Fri, 04 Dec 2009 00:45:40 GMT Paul Brossier <piem@piem.org> [7dec719]
	* swig/aubio.i (modified)

	swig/aubio.i: switch to mono


Fri, 04 Dec 2009 00:45:04 GMT Paul Brossier <piem@piem.org> [02a01dd]
	* src/aubio.h (modified)

	src/aubio.h: switch to mono


Fri, 04 Dec 2009 00:44:41 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [66fb3ea]
	* src/cvec.c (modified)
	* src/cvec.h (modified)

	modified cvec to be mono


Fri, 04 Dec 2009 00:32:43 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [c6d0169]
	* .gitignore (modified)

	.gitignore: added *.o


Thu, 03 Dec 2009 18:11:58 GMT Paul Brossier <piem@piem.org> [ae57d45]
	* .bzrignore (deleted)

	removed .bzrignore


Thu, 03 Dec 2009 17:52:38 GMT Paul Brossier <piem@piem.org> [1dd137b]
	* .gitignore (added)

	added .gitignore


Mon, 30 Nov 2009 20:11:31 GMT Paul Brossier <piem@piem.org> [e3cf37a]
	* wscript (modified)

	wscript: add libs to examples for binutils-gold


Thu, 26 Nov 2009 00:00:25 GMT Paul Brossier <piem@piem.org> [9817026]
	* examples/jackio.c (modified)
	* examples/utils.h (modified)

	examples/: include config.h


Wed, 25 Nov 2009 23:59:26 GMT Paul Brossier <piem@piem.org> [75be651]
	* interfaces/python/gen_pyobject.py (modified)

	interfaces/python/gen_pyobject.py: fix aubio2types


Sun, 15 Nov 2009 14:31:11 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [449bff6]
	* interfaces/python/aubiomodule.c (modified)

	aubiomodule.c: add generated objects


Sun, 15 Nov 2009 14:19:45 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [4bc098c]
	* interfaces/python/generator.py (modified)

	generator.py: also spit out aubio-generated.h


Sun, 15 Nov 2009 14:01:06 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [965ea78]
	* interfaces/python/aubiowraphell.h (added)

	python/aubiowraphell.h: sprinkle some cpp magic


Fri, 13 Nov 2009 23:43:14 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [5c246b0]
	* interfaces/python/gen_pyobject.py (modified)

	gen_pyobject.py: update, add smpl_t


Fri, 06 Nov 2009 00:23:58 GMT Paul Brossier <piem@piem.org> [7c4cf20]
	* interfaces/python/generator.py (modified)

	generator.py: fully blown mode


Fri, 06 Nov 2009 00:15:05 GMT Paul Brossier <piem@piem.org> [8b8336b]
	* doc/user.cfg (modified)

	doc/user.cfg: sync with aubio.h


Fri, 06 Nov 2009 00:08:44 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [b8ee46c]
	* interfaces/python/generator.py (modified)

	generator.py: skip resampler


Thu, 05 Nov 2009 23:41:39 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [c03e777]
	* src/aubio.h (modified)

	src/aubio.h: make filterbank public, should be stable enough now


Thu, 05 Nov 2009 23:11:41 GMT Paul Brossier <piem@piem.org> [61139c6]
	* swig/aubio.i (modified)

	swig/aubio.i: add peakpicker again, alias for char_t, include ...


Thu, 05 Nov 2009 23:09:38 GMT Paul Brossier <piem@piem.org> [7b485af]
	* tests/src/test-phasevoc-jack.c (modified)

	tests/src/test-phasevoc-jack.c: print warning if jack not built in, ...


Thu, 05 Nov 2009 23:08:21 GMT Paul Brossier <piem@piem.org> [2359cbd]
	* examples/wscript_build (modified)
	* python/aubio/wscript_build (modified)
	* wscript (modified)

	wscript: factorise build of extra source files


Thu, 05 Nov 2009 23:06:27 GMT Paul Brossier <piem@piem.org> [3e17aed]
	* src/aubio.h (modified)
	* src/onset/onset.c (modified)
	* src/onset/peakpicker.c (moved)
	* src/onset/peakpicker.h (moved)
	* src/tempo/tempo.c (modified)

	src/: rename peakpick.h to peakpicker.h, make public again


Thu, 05 Nov 2009 22:21:32 GMT Paul Brossier <piem@piem.org> [2e4fb04]
	* wscript (modified)

	wscript: add option to disable libsamplerate


Thu, 05 Nov 2009 22:19:40 GMT Paul Brossier <piem@piem.org> [16ed726]
	* src/temporal/resampler.c (modified)
	* src/temporal/resampler.h (modified)

	src/temporal/resampler.h: add dummy functions in case samplerate is ...


Thu, 05 Nov 2009 22:18:30 GMT Paul Brossier <piem@piem.org> [e5b9a46]
	* src/tempo/tempo.c (modified)

	src/tempo: remove unused peek, use new ...


Thu, 05 Nov 2009 22:17:56 GMT Paul Brossier <piem@piem.org> [6e57c2e]
	* src/onset/peakpick.c (modified)
	* src/onset/peakpick.h (modified)

	src/onset/peakpick.h: remove unused functions, fix ...


Thu, 05 Nov 2009 22:16:29 GMT Paul Brossier <piem@piem.org> [48b6a52]
	* tests/src/test-resample.c (modified)

	tests/src/test-resample.c: indent, no #ifdef here