Paul Brossier [Fri, 11 Sep 2009 22:06:19 +0000 (00:06 +0200)]
src/aubio_priv.h: add missing CEIL, rename TRUNC to ROUND, use FLOOR(x+.5) to avoid -std=c99 needed by roundf
Paul Brossier [Fri, 11 Sep 2009 22:00:54 +0000 (00:00 +0200)]
src/fvec.{c,h}: add simple fvec_print function
Paul Brossier [Sun, 30 Aug 2009 15:11:05 +0000 (17:11 +0200)]
src/tempo/beattracking.c: remove unused fvec_getperiod function
Paul Brossier [Sun, 30 Aug 2009 14:00:02 +0000 (16:00 +0200)]
src/temporal/cdesign.h: fix include to be relative
Paul Brossier [Sun, 30 Aug 2009 13:38:40 +0000 (15:38 +0200)]
plugins/puredata/Makefile.am: update compiler options
Paul Brossier [Sun, 30 Aug 2009 13:37:52 +0000 (15:37 +0200)]
configure.ac: add check for CXX
Paul Brossier [Sun, 30 Aug 2009 13:37:18 +0000 (15:37 +0200)]
Makefile.am: only compile java stuff if swig is installed
Paul Brossier [Sun, 30 Aug 2009 12:46:59 +0000 (14:46 +0200)]
ext/sndfileio.c: shorten sndfile error message
Paul Brossier [Sun, 13 Jul 2008 19:57:55 +0000 (21:57 +0200)]
plugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate
Paul Brossier [Sun, 13 Jul 2008 19:56:02 +0000 (21:56 +0200)]
plugins/puredata/aubiopitch~.c: add optional creation argument to select pitch method, fix buffer size
Paul Brossier [Sun, 13 Jul 2008 19:53:30 +0000 (21:53 +0200)]
src/pitch/pitchschmitt.c: move buffer to private structure, closes #8
Paul Brossier [Sun, 13 Jul 2008 19:50:47 +0000 (21:50 +0200)]
src/aubio.h: indent, only cosmetic changes
Paul Brossier [Sun, 18 May 2008 01:23:11 +0000 (03:23 +0200)]
tests/python/src/utils/hist.py: update existing test cases, add two more
Paul Brossier [Fri, 16 May 2008 18:20:03 +0000 (20:20 +0200)]
tests/python/run_all_tests: add a warning if list_of_test_files returns no matches, localaubio first
Paul Brossier [Fri, 16 May 2008 01:07:11 +0000 (03:07 +0200)]
java/aubio/Makefile.am: fix pkgjavadir
Paul Brossier [Fri, 16 May 2008 00:41:28 +0000 (02:41 +0200)]
java/aubio/Makefile.am: use datadir, not hardcoded path
Paul Brossier [Fri, 16 May 2008 00:18:26 +0000 (02:18 +0200)]
python/aubio/Makefile.am: simplify using nobase
Paul Brossier [Thu, 15 May 2008 22:50:38 +0000 (00:50 +0200)]
src/mathutils.c: change zero crossing function to split at >=0/<0; tests/python/src/temporal/zero_crossing_rate.py: add some tests for zero crossing
Paul Brossier [Thu, 15 May 2008 21:18:31 +0000 (23:18 +0200)]
configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore, at least os of macosx 10.4)
Paul Brossier [Thu, 15 May 2008 18:23:15 +0000 (20:23 +0200)]
tests/python/localaubio.py: improve error message about local aubio
Paul Brossier [Thu, 15 May 2008 18:20:06 +0000 (20:20 +0200)]
plugins/puredata/aubio_setup.c: add aubio_new function to clean up loading of the aubio external with [aubio], indent, bump version number
Paul Brossier [Thu, 15 May 2008 18:16:40 +0000 (20:16 +0200)]
cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
Paul Brossier [Tue, 13 May 2008 06:45:37 +0000 (08:45 +0200)]
tests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter
Paul Brossier [Tue, 13 May 2008 06:44:07 +0000 (08:44 +0200)]
tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)
Paul Brossier [Wed, 30 Apr 2008 19:39:31 +0000 (21:39 +0200)]
doc/{user,devel}.cfg: update config to new doxygen, adapt to multiple directories
Paul Brossier [Wed, 30 Apr 2008 18:50:36 +0000 (20:50 +0200)]
src/pitch/pitchyinfft.c: fix indentation
Paul Brossier [Wed, 30 Apr 2008 18:47:48 +0000 (20:47 +0200)]
Makefile.am, configure.ac: go down into java and tests, make java compilation somewhat conditional (needs improvements)
Paul Brossier [Wed, 30 Apr 2008 18:28:15 +0000 (20:28 +0200)]
cpp/aubiocpp.cpp: fix indentation
Paul Brossier [Tue, 29 Apr 2008 08:04:46 +0000 (10:04 +0200)]
src/Makefile.am: use nobase_ to simplify headers installation
Paul Brossier [Mon, 28 Apr 2008 18:27:39 +0000 (20:27 +0200)]
configure.ac: switch on host rather than host_os, do nothing on arm-apple-darwin
Paul Brossier [Sat, 26 Apr 2008 13:05:20 +0000 (15:05 +0200)]
configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded
Paul Brossier [Mon, 11 Feb 2008 14:02:37 +0000 (15:02 +0100)]
python/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it gets to the right place on multilib systems (thanks to Olivier CrĂȘte)
Paul Brossier [Wed, 6 Feb 2008 15:28:31 +0000 (16:28 +0100)]
java/: added first draft for a java interface to aubio, includes simple test
Paul Brossier [Mon, 17 Dec 2007 14:37:42 +0000 (15:37 +0100)]
add del_aubio_biquad to aubio.i
Paul Brossier [Wed, 5 Dec 2007 02:42:07 +0000 (03:42 +0100)]
merge from main branch
Paul Brossier [Tue, 4 Dec 2007 17:21:35 +0000 (18:21 +0100)]
add tests/cpp/test-[a-z-]*$ binaries to .bzrignore
Paul Brossier [Tue, 4 Dec 2007 17:15:34 +0000 (18:15 +0100)]
added simple tests in tests/cpp for cpp interface draft
Paul Brossier [Tue, 4 Dec 2007 16:58:40 +0000 (17:58 +0100)]
added simple cpp interface draft
Paul Brossier [Tue, 4 Dec 2007 16:52:27 +0000 (17:52 +0100)]
merge from main branch
Paul Brossier [Mon, 3 Dec 2007 09:57:52 +0000 (10:57 +0100)]
merge from main branch
Paul Brossier [Sat, 1 Dec 2007 22:00:03 +0000 (23:00 +0100)]
add tests for adesign and filter
Paul Brossier [Sat, 1 Dec 2007 21:59:25 +0000 (22:59 +0100)]
filter.c: add denormal, make multichannel using lvecs, update adsgn, cdsgn, pitchdetection
Paul Brossier [Sat, 1 Dec 2007 21:58:04 +0000 (22:58 +0100)]
aubio_priv.h: add ISDENORMAL
Paul Brossier [Sat, 1 Dec 2007 21:53:01 +0000 (22:53 +0100)]
aubio.h: add lvec, adesign and cdesign
Paul Brossier [Sat, 1 Dec 2007 21:51:39 +0000 (22:51 +0100)]
add lvec object to store double precision vectors
Paul Brossier [Sat, 1 Dec 2007 20:58:15 +0000 (21:58 +0100)]
remove tabs
Paul Brossier [Sat, 1 Dec 2007 20:57:36 +0000 (21:57 +0100)]
update aubio.i with new adsgn_filter and cdsgn_filter
Paul Brossier [Sat, 1 Dec 2007 20:53:24 +0000 (21:53 +0100)]
src/temporal: split aubio_adsgn_filter and aubio_cdsgn_filter to separate files
Paul Brossier [Sat, 1 Dec 2007 18:56:43 +0000 (19:56 +0100)]
closes #4, fft.c: if real part is zero, have phase = 0
Paul Brossier [Sat, 1 Dec 2007 18:16:56 +0000 (19:16 +0100)]
fft.c: if real part is zero, have phase = 0
Paul Brossier [Sat, 1 Dec 2007 16:56:57 +0000 (17:56 +0100)]
move tests/python/demo to tests/, add localaubio.py module helpers
Paul Brossier [Sat, 1 Dec 2007 15:00:37 +0000 (16:00 +0100)]
src/Makefile.am: define subdirectories to install headers in
Paul Brossier [Sat, 1 Dec 2007 14:57:09 +0000 (15:57 +0100)]
src/Makefile.am: define subdirectories to install headers in
Paul Brossier [Sat, 1 Dec 2007 14:55:36 +0000 (15:55 +0100)]
merge from main branch
Paul Brossier [Sat, 1 Dec 2007 14:54:30 +0000 (15:54 +0100)]
configure.ac: host conditional depend on host_os, not build_os
Paul Brossier [Sat, 1 Dec 2007 14:52:12 +0000 (15:52 +0100)]
tests template.py: re-ident
Paul Brossier [Sat, 1 Dec 2007 14:51:27 +0000 (15:51 +0100)]
aubioonset.py tests: add specflux, use assertEqual
Paul Brossier [Sat, 1 Dec 2007 14:49:41 +0000 (15:49 +0100)]
README: update project url
Paul Brossier [Fri, 30 Nov 2007 20:02:35 +0000 (21:02 +0100)]
swig/aubio.i: add aubio_peakpicker_get/set_threshold
Paul Brossier [Fri, 30 Nov 2007 19:47:01 +0000 (20:47 +0100)]
added first tests for peakpicker
Paul Brossier [Fri, 30 Nov 2007 18:52:54 +0000 (19:52 +0100)]
add first tests for scale.c
Paul Brossier [Fri, 30 Nov 2007 18:39:19 +0000 (19:39 +0100)]
move around files in tests/python according to src/ changes
Paul Brossier [Fri, 30 Nov 2007 17:26:04 +0000 (18:26 +0100)]
add draft test for hist.py
Paul Brossier [Fri, 30 Nov 2007 09:00:10 +0000 (10:00 +0100)]
merge from main branch
Paul Brossier [Fri, 30 Nov 2007 08:59:33 +0000 (09:59 +0100)]
examples/utils.{c,h}: move flush_process prototype to .h
Paul Brossier [Fri, 30 Nov 2007 08:58:27 +0000 (09:58 +0100)]
examples/utils.c: use uint_t
Paul Brossier [Fri, 30 Nov 2007 08:54:21 +0000 (09:54 +0100)]
configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs
Paul Brossier [Thu, 29 Nov 2007 16:34:18 +0000 (17:34 +0100)]
merge with main branch
Paul Brossier [Sat, 24 Nov 2007 22:02:29 +0000 (23:02 +0100)]
remove src/sample.h
Paul Brossier [Sat, 24 Nov 2007 21:47:15 +0000 (22:47 +0100)]
moved spectral_centroid to new file
Paul Brossier [Sat, 24 Nov 2007 21:45:54 +0000 (22:45 +0100)]
onsetdetection.c: factorise switch, complete specflux deletion
Paul Brossier [Sat, 24 Nov 2007 21:09:43 +0000 (22:09 +0100)]
doc/Makefile.am: update make style rules
Paul Brossier [Sat, 24 Nov 2007 21:00:20 +0000 (22:00 +0100)]
src/: more moving and splitting
Paul Brossier [Sat, 24 Nov 2007 20:08:04 +0000 (21:08 +0100)]
src/: move tempo files to src/tempo, continue moving pitch and onset files
Paul Brossier [Sat, 24 Nov 2007 19:47:55 +0000 (20:47 +0100)]
move pitch methods to pitch/, onset detection functions to onset/
Paul Brossier [Sat, 24 Nov 2007 18:05:54 +0000 (19:05 +0100)]
filterbank.c: avoid useless usigned comparison
Paul Brossier [Sat, 24 Nov 2007 17:46:30 +0000 (18:46 +0100)]
Merge ... aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury
Paul Brossier [Sat, 24 Nov 2007 17:13:59 +0000 (18:13 +0100)]
test-tempo.c: use aubio_tempo_get_confidence
Paul Brossier [Sat, 24 Nov 2007 16:44:49 +0000 (17:44 +0100)]
pitchmcomb.c: make sure all variables are initialised
Paul Brossier [Sat, 24 Nov 2007 16:25:56 +0000 (17:25 +0100)]
mathutils.c: fix invalid read in vec_moving_thres
Paul Brossier [Sat, 24 Nov 2007 14:30:39 +0000 (15:30 +0100)]
pitchdetection.c: add del_aubio_filter
Paul Brossier [Sat, 24 Nov 2007 14:30:13 +0000 (15:30 +0100)]
pitchmcomb.c: add missing del_fvec
Paul Brossier [Fri, 23 Nov 2007 12:32:13 +0000 (13:32 +0100)]
examples/aubiopitch.py: also print line number and write output file if exception
Paul Brossier [Wed, 21 Nov 2007 17:36:28 +0000 (18:36 +0100)]
pitchdetection.c: add missing del_aubio_filter
Paul Brossier [Wed, 21 Nov 2007 15:53:13 +0000 (16:53 +0100)]
merge from main branch
Paul Brossier [Wed, 21 Nov 2007 11:53:28 +0000 (12:53 +0100)]
pitchyin.c: redo indentation
Paul Brossier [Wed, 21 Nov 2007 11:03:22 +0000 (12:03 +0100)]
aubio.i: add specflux
Paul Brossier [Wed, 21 Nov 2007 11:02:28 +0000 (12:02 +0100)]
utils.c, utils.py: add specflux onset function
Paul Brossier [Wed, 21 Nov 2007 11:01:22 +0000 (12:01 +0100)]
onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases)
Paul Brossier [Wed, 21 Nov 2007 10:59:54 +0000 (11:59 +0100)]
onsetdetection.{c,h}: redo indentation
Paul Brossier [Wed, 21 Nov 2007 10:26:57 +0000 (11:26 +0100)]
aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_onsetdetection
Paul Brossier [Tue, 20 Nov 2007 23:40:43 +0000 (00:40 +0100)]
pitchyinfft.c: return 0., not 0
Paul Brossier [Tue, 13 Nov 2007 09:00:23 +0000 (10:00 +0100)]
utils.c: avoid signed/unsigned comparison
Paul Brossier [Tue, 13 Nov 2007 08:58:26 +0000 (09:58 +0100)]
configure.ac: add lcov flags option, beautify help output
Paul Brossier [Tue, 13 Nov 2007 08:15:35 +0000 (09:15 +0100)]
examples/utils.{c,h}, examples/aubioonset.c: added process_flush function to get last onset at the end of file, added frames_delay parameter
Paul Brossier [Tue, 13 Nov 2007 08:05:09 +0000 (09:05 +0100)]
swing/aubio.i: remove obsolete _free function
Paul Brossier [Tue, 13 Nov 2007 08:03:11 +0000 (09:03 +0100)]
onsetdetection.{c,h}: remove obsolete _free function
Paul Brossier [Tue, 13 Nov 2007 07:07:49 +0000 (08:07 +0100)]
Makefile.am: added simple 'make lcov' rules
Paul Brossier [Tue, 13 Nov 2007 07:07:09 +0000 (08:07 +0100)]
.bzrignore: add gcov generated files
Paul Brossier [Thu, 8 Nov 2007 12:03:21 +0000 (13:03 +0100)]
.bzrignore: add mkinstalldirs