aubio.git
12 years agopy-filter.c: added set_biquad function
Paul Brossier [Tue, 17 Jul 2012 00:52:30 +0000 (18:52 -0600)]
py-filter.c: added set_biquad function

12 years agotests/src/test-mathutils.c: define AUBIO_UNSTABLE here
Paul Brossier [Sun, 15 Jul 2012 22:44:43 +0000 (16:44 -0600)]
tests/src/test-mathutils.c: define AUBIO_UNSTABLE here

12 years agointerfaces/python/demo_filterbank_*: capitalize titles
Paul Brossier [Sun, 15 Jul 2012 22:43:28 +0000 (16:43 -0600)]
interfaces/python/demo_filterbank_*: capitalize titles

12 years agosrc/tempo/beattracking.c: cast to avoid signed/unsigned comparison
Paul Brossier [Sun, 15 Jul 2012 22:35:56 +0000 (16:35 -0600)]
src/tempo/beattracking.c: cast to avoid signed/unsigned comparison

12 years agoMerge branch 'develop' of 192.168.1.16:projects/aubio/aubio into develop
Paul Brossier [Sun, 15 Jul 2012 22:31:07 +0000 (16:31 -0600)]
Merge branch 'develop' of 192.168.1.16:projects/aubio/aubio into develop

12 years agowscript: added -Wall -Wextra flags
Paul Brossier [Sun, 15 Jul 2012 22:30:10 +0000 (16:30 -0600)]
wscript: added -Wall -Wextra flags

12 years agointerfaces/python/build_osx: update and build fat binary
Paul Brossier [Sun, 15 Jul 2012 21:10:48 +0000 (15:10 -0600)]
interfaces/python/build_osx: update and build fat binary

12 years agowscript: add option to build fat binary on mac
Paul Brossier [Sun, 15 Jul 2012 21:09:59 +0000 (15:09 -0600)]
wscript: add option to build fat binary on mac

12 years agowscript: remove cxx test
Paul Brossier [Sun, 15 Jul 2012 21:08:58 +0000 (15:08 -0600)]
wscript: remove cxx test

12 years agoaubiowraphell.h: add remove unused AUBIO_NEW, set expection and string when new_aubio...
Paul Brossier [Sun, 15 Jul 2012 21:08:19 +0000 (15:08 -0600)]
aubiowraphell.h: add remove unused AUBIO_NEW, set expection and string when new_aubio_ returns NULL

12 years agotest_pitch.py: added simple tests for pitch
Paul Brossier [Fri, 13 Jul 2012 06:28:26 +0000 (00:28 -0600)]
test_pitch.py: added simple tests for pitch

12 years agoMerge branch 'develop' of groseille:projects/aubio/aubio into develop
Paul Brossier [Thu, 12 Jul 2012 08:00:19 +0000 (01:00 -0700)]
Merge branch 'develop' of groseille:projects/aubio/aubio into develop

12 years agodemo_filterbank*.py: improved
Paul Brossier [Thu, 12 Jul 2012 07:59:31 +0000 (00:59 -0700)]
demo_filterbank*.py: improved

12 years agointerfaces/python/test_*.py: make executables
Paul Brossier [Thu, 12 Jul 2012 03:58:01 +0000 (21:58 -0600)]
interfaces/python/test_*.py: make executables

12 years agotest_filterbank.py: splitted and completed
Paul Brossier [Wed, 11 Jul 2012 23:39:40 +0000 (16:39 -0700)]
test_filterbank.py: splitted and completed

12 years agopy-filterbank.c: add set_coeffs
Paul Brossier [Wed, 11 Jul 2012 23:38:40 +0000 (16:38 -0700)]
py-filterbank.c: add set_coeffs

12 years agoaubioproxy.c: add PyAubio_ArrayToCFmat implementation
Paul Brossier [Wed, 11 Jul 2012 23:38:18 +0000 (16:38 -0700)]
aubioproxy.c: add PyAubio_ArrayToCFmat implementation

12 years agosrc/spectral/specdesc.c: remove old comments
Paul Brossier [Wed, 11 Jul 2012 20:44:27 +0000 (14:44 -0600)]
src/spectral/specdesc.c: remove old comments

12 years agotest_onset.py, test_onsetdetection.py: split and update
Paul Brossier [Wed, 11 Jul 2012 20:43:39 +0000 (14:43 -0600)]
test_onset.py, test_onsetdetection.py: split and update

12 years agogen_pyobject.py: clean up, output a float instead of a vector with a single element
Paul Brossier [Wed, 11 Jul 2012 20:43:00 +0000 (14:43 -0600)]
gen_pyobject.py: clean up, output a float instead of a vector with a single element

12 years agotest_filter.py: clean up
Paul Brossier [Wed, 11 Jul 2012 20:42:34 +0000 (14:42 -0600)]
test_filter.py: clean up

12 years agotest_fft.py: phase can be 0 or -0
Paul Brossier [Wed, 11 Jul 2012 20:41:22 +0000 (14:41 -0600)]
test_fft.py: phase can be 0 or -0

12 years agotest_fvec.py: zero_crossing_rate almost equal
Paul Brossier [Wed, 11 Jul 2012 20:41:04 +0000 (14:41 -0600)]
test_fvec.py: zero_crossing_rate almost equal

12 years agosetup.py: simplify, check for path before adding them
Paul Brossier [Wed, 11 Jul 2012 20:10:41 +0000 (14:10 -0600)]
setup.py: simplify, check for path before adding them

12 years agodemo_filterbank.py: added simple demo
Paul Brossier [Wed, 11 Jul 2012 19:45:12 +0000 (13:45 -0600)]
demo_filterbank.py: added simple demo

12 years agoMerge branch 'numpy-1.8' into develop
Paul Brossier [Wed, 11 Jul 2012 03:25:25 +0000 (21:25 -0600)]
Merge branch 'numpy-1.8' into develop

12 years agobuild_linux: add sample script to build and run tests on linux
Paul Brossier [Wed, 11 Jul 2012 02:01:22 +0000 (19:01 -0700)]
build_linux: add sample script to build and run tests on linux

12 years agobuild_osx: add sample script to build and run tests on osx
Paul Brossier [Wed, 11 Jul 2012 01:43:01 +0000 (19:43 -0600)]
build_osx: add sample script to build and run tests on osx

12 years agodemo_filterbank.py: use a vector, not a list
Paul Brossier [Wed, 11 Jul 2012 01:42:40 +0000 (19:42 -0600)]
demo_filterbank.py: use a vector, not a list

12 years agosetup.py: improve metadata
Paul Brossier [Wed, 11 Jul 2012 01:41:54 +0000 (19:41 -0600)]
setup.py: improve metadata

12 years agoaubio-types.h, aubiomodule.c: update for numpy 1.8
Paul Brossier [Wed, 11 Jul 2012 01:41:33 +0000 (19:41 -0600)]
aubio-types.h, aubiomodule.c: update for numpy 1.8

12 years agoupdated setup to generate files
Paul Brossier [Wed, 11 Jul 2012 00:09:20 +0000 (17:09 -0700)]
updated setup to generate files

12 years agowscript: add -g to cflags and simplify
Paul Brossier [Tue, 10 Jul 2012 22:33:09 +0000 (15:33 -0700)]
wscript: add -g to cflags and simplify

12 years agoconfigure.ac: enable tests by default, add m4
Paul Brossier [Tue, 10 Jul 2012 22:31:10 +0000 (15:31 -0700)]
configure.ac: enable tests by default, add m4

12 years agosrc/fmat.h: length and height
Paul Brossier [Tue, 10 Jul 2012 22:30:32 +0000 (15:30 -0700)]
src/fmat.h: length and height

12 years agotests/src/test-lvec.c, tests/src/test-fmat.c: add boilerplate
Paul Brossier [Tue, 10 Jul 2012 22:29:59 +0000 (15:29 -0700)]
tests/src/test-lvec.c, tests/src/test-fmat.c: add boilerplate

12 years agoMakefile.am: include m4
Paul Brossier [Tue, 10 Jul 2012 22:29:03 +0000 (15:29 -0700)]
Makefile.am: include m4

12 years agosrc/pitch/pitchschmitt.c: avoid out of bound reads
Paul Brossier [Tue, 10 Jul 2012 22:28:39 +0000 (15:28 -0700)]
src/pitch/pitchschmitt.c: avoid out of bound reads

12 years agotests/src: fix memory leaks
Paul Brossier [Tue, 10 Jul 2012 22:26:51 +0000 (15:26 -0700)]
tests/src: fix memory leaks

12 years agotests/: move file around to match src/
Paul Brossier [Tue, 10 Jul 2012 22:26:12 +0000 (15:26 -0700)]
tests/: move file around to match src/

12 years agotests/src/test-pitchyin.c: fix memory leak
Paul Brossier [Tue, 10 Jul 2012 04:28:53 +0000 (21:28 -0700)]
tests/src/test-pitchyin.c: fix memory leak

12 years agotests/src/test-pitchyinfft.c: fix memory leak
Paul Brossier [Tue, 10 Jul 2012 04:25:15 +0000 (21:25 -0700)]
tests/src/test-pitchyinfft.c: fix memory leak

12 years agosrc/spectral/fft.c: fix in and out sizes for ooura
Paul Brossier [Tue, 10 Jul 2012 02:53:56 +0000 (19:53 -0700)]
src/spectral/fft.c: fix in and out sizes for ooura

12 years agorun_all_tests: added script to run all tests
Paul Brossier [Tue, 10 Jul 2012 02:35:24 +0000 (19:35 -0700)]
run_all_tests: added script to run all tests

12 years agoexamples/Makefile.am: fix missing \
Paul Brossier [Mon, 9 Jul 2012 23:09:30 +0000 (17:09 -0600)]
examples/Makefile.am: fix missing \

12 years agowscript, **/wscript_build: use ctx to match latest waf docs
Paul Brossier [Mon, 9 Jul 2012 23:06:11 +0000 (16:06 -0700)]
wscript, **/wscript_build: use ctx to match latest waf docs

12 years agopython/wscript_build: update
Paul Brossier [Mon, 9 Jul 2012 22:37:57 +0000 (15:37 -0700)]
python/wscript_build: update

12 years agosrc/wscript_build: add vim header
Paul Brossier [Mon, 9 Jul 2012 22:37:35 +0000 (15:37 -0700)]
src/wscript_build: add vim header

12 years agosrc/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined
Paul Brossier [Mon, 9 Jul 2012 22:37:23 +0000 (15:37 -0700)]
src/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined

12 years agopython/aubio: update
Paul Brossier [Mon, 9 Jul 2012 22:36:48 +0000 (15:36 -0700)]
python/aubio: update

12 years agoexamples/wscript_build: update
Paul Brossier [Mon, 9 Jul 2012 22:36:16 +0000 (15:36 -0700)]
examples/wscript_build: update

12 years agowscript: udpate, disable fftw and swig by default
Paul Brossier [Mon, 9 Jul 2012 22:36:02 +0000 (15:36 -0700)]
wscript: udpate, disable fftw and swig by default

12 years agoexamples/utils.c: avoid segfault when compiling without sndfile
Paul Brossier [Mon, 9 Jul 2012 22:35:35 +0000 (15:35 -0700)]
examples/utils.c: avoid segfault when compiling without sndfile

12 years agoexamples/sndfileio.h: add read_mono
Paul Brossier [Mon, 9 Jul 2012 22:35:09 +0000 (15:35 -0700)]
examples/sndfileio.h: add read_mono

12 years agoexamples/sndfileio.c: include config.h for HAVE_SNDFILE
Paul Brossier [Mon, 9 Jul 2012 22:34:12 +0000 (15:34 -0700)]
examples/sndfileio.c: include config.h for HAVE_SNDFILE

12 years agowaf: update
Paul Brossier [Mon, 9 Jul 2012 22:10:33 +0000 (15:10 -0700)]
waf: update

12 years agowscript: improve error message
Paul Brossier [Mon, 9 Jul 2012 22:10:17 +0000 (15:10 -0700)]
wscript: improve error message

12 years agointerfaces/python/setup.py: install in dist-packages, thanks to Stelios Togias
Paul Brossier [Sat, 3 Mar 2012 09:26:01 +0000 (16:26 +0700)]
interfaces/python/setup.py: install in dist-packages, thanks to Stelios Togias

12 years agoMerge branch 'master' of piem.org:/git/aubio/aubio
Paul Brossier [Sat, 7 Jan 2012 02:53:32 +0000 (20:53 -0600)]
Merge branch 'master' of piem.org:/git/aubio/aubio

12 years agosrc/spectral/fft.c: i only needed for FFTW3
Paul Brossier [Sat, 7 Jan 2012 02:52:34 +0000 (20:52 -0600)]
src/spectral/fft.c: i only needed for FFTW3

12 years agoexamples/utils.c: dummy functions if no sndfile
Paul Brossier [Sat, 7 Jan 2012 02:51:20 +0000 (18:51 -0800)]
examples/utils.c: dummy functions if no sndfile

12 years agoexamples/sndfileio.c: do not compile if sndfile is missing
Paul Brossier [Sat, 7 Jan 2012 02:50:52 +0000 (18:50 -0800)]
examples/sndfileio.c: do not compile if sndfile is missing

12 years agoconfigure.ac: add --enable-sndfile
Paul Brossier [Sat, 7 Jan 2012 02:50:38 +0000 (18:50 -0800)]
configure.ac: add --enable-sndfile

12 years agotests/src/Makefile.am: remove missing tests
Paul Brossier [Sat, 7 Jan 2012 02:50:19 +0000 (18:50 -0800)]
tests/src/Makefile.am: remove missing tests

12 years agowscript: improve messages
Paul Brossier [Fri, 6 Jan 2012 23:16:57 +0000 (17:16 -0600)]
wscript: improve messages

12 years agowscript: factorise pkg-config detection
Paul Brossier [Fri, 6 Jan 2012 23:07:12 +0000 (17:07 -0600)]
wscript: factorise pkg-config detection

12 years agowscript: remove debug output
Paul Brossier [Fri, 6 Jan 2012 23:03:59 +0000 (17:03 -0600)]
wscript: remove debug output

12 years agoMerge branch 'master' of piem.org:/git/aubio/aubio
Paul Brossier [Fri, 6 Jan 2012 22:59:29 +0000 (16:59 -0600)]
Merge branch 'master' of piem.org:/git/aubio/aubio

12 years agoexamples/wscript_build, wscript: update
Paul Brossier [Fri, 6 Jan 2012 22:59:03 +0000 (16:59 -0600)]
examples/wscript_build, wscript: update

12 years agoMerge branch 'master' of aubio.org:/git/aubio/aubio
Paul Brossier [Tue, 22 Nov 2011 04:36:42 +0000 (20:36 -0800)]
Merge branch 'master' of aubio.org:/git/aubio/aubio

12 years agosetup.py: update path
Paul Brossier [Tue, 22 Nov 2011 04:35:18 +0000 (20:35 -0800)]
setup.py: update path

12 years ago.gitignore: also ignore doxygen generated files, thanks to Dirkjan Krijnders
Paul Brossier [Tue, 22 Nov 2011 03:01:36 +0000 (20:01 -0700)]
.gitignore: also ignore doxygen generated files, thanks to Dirkjan Krijnders

12 years agogenerator.py: update for newest waf
Paul Brossier [Mon, 21 Nov 2011 19:30:42 +0000 (12:30 -0700)]
generator.py: update for newest waf

12 years agowaf: update
Paul Brossier [Mon, 21 Nov 2011 19:28:45 +0000 (12:28 -0700)]
waf: update

13 years agowscript: ask the user to run 'make distclean' before running waf
Paul Brossier [Thu, 17 Nov 2011 01:30:49 +0000 (17:30 -0800)]
wscript: ask the user to run 'make distclean' before running waf

13 years agowaf: add waf
Paul Brossier [Thu, 17 Nov 2011 01:30:17 +0000 (17:30 -0800)]
waf: add waf

13 years agosrc/spectral/ooura_fft8g.c: add ooura
Paul Brossier [Thu, 17 Nov 2011 01:29:59 +0000 (17:29 -0800)]
src/spectral/ooura_fft8g.c: add ooura

13 years agoadd support for ooura so that aubio can be build without fftw
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

13 years agoexamples/wscript_build: update
Paul Brossier [Thu, 17 Nov 2011 01:13:08 +0000 (17:13 -0800)]
examples/wscript_build: update

13 years agowscript: use --enable-samplerate as in configure
Paul Brossier [Thu, 17 Nov 2011 01:12:47 +0000 (17:12 -0800)]
wscript: use --enable-samplerate as in configure

13 years agowscript: 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

13 years agowscript: parse VERSION from file
Paul Brossier [Thu, 17 Nov 2011 01:09:56 +0000 (17:09 -0800)]
wscript: parse VERSION from file

13 years agoVERSION: escape string
Paul Brossier [Thu, 17 Nov 2011 01:09:31 +0000 (17:09 -0800)]
VERSION: escape string

13 years agosrc/{f,c}vec.c: remove zeroing since we now use calloc
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

13 years agosrc/aubio_priv.h: use calloc instead of malloc
Paul Brossier [Thu, 17 Nov 2011 01:07:12 +0000 (17:07 -0800)]
src/aubio_priv.h: use calloc instead of malloc

13 years agoVERSION: bump to 0.4.0alpha
Paul Brossier [Wed, 16 Nov 2011 22:47:48 +0000 (14:47 -0800)]
VERSION: bump to 0.4.0alpha

13 years agowscript: make jack, samplerate, and lash optional
Paul Brossier [Mon, 26 Sep 2011 06:22:18 +0000 (00:22 -0600)]
wscript: make jack, samplerate, and lash optional

13 years agowscript: update to waf 1.6.7
Paul Brossier [Mon, 26 Sep 2011 06:21:00 +0000 (00:21 -0600)]
wscript: update to waf 1.6.7

13 years agoMerge aubio.org:/git/aubio/aubio
Paul Brossier [Mon, 2 May 2011 10:38:00 +0000 (12:38 +0200)]
Merge aubio.org:/git/aubio/aubio

13 years agotests/: move tests around
Paul Brossier [Mon, 2 May 2011 10:37:41 +0000 (12:37 +0200)]
tests/: move tests around

13 years agopython/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan
Paul Brossier [Mon, 2 May 2011 10:35:24 +0000 (12:35 +0200)]
python/aubio/plot/keyboard.py: use with_, thanks to Dan Muresan

13 years agosrc/mathutils.c: do not return NULL when wrong window type is passed (thanks to Olivi...
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)

13 years agosrc/pitch/pitchschmitt.c: avoid memory leak (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)

13 years agosrc/spectral/tss.c: fix del_
Paul Brossier [Mon, 7 Feb 2011 11:53:05 +0000 (12:53 +0100)]
src/spectral/tss.c: fix del_

13 years agosrc/mathutils.c: fix aubio_db_spl, thanks to Eric, closes #15
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

13 years agosrc/pitch/pitch.c: do not return NULL if unknown method selected (thanks to Olivier...
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)

13 years agosrc/spectral/tss.c: use AUBIO_FREE, not free (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)

14 years agosrc/tempo/beattracking.c: declare b as signed integer, thanks to Lennart Denninger
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

14 years agoMakefile.am: include examples/ for jackio.h, add test-mathutils.c, simplify run command
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

14 years agotest-mathutils.c: added tests for next_power_of_two
Paul Brossier [Wed, 2 Jun 2010 23:08:55 +0000 (01:08 +0200)]
test-mathutils.c: added tests for next_power_of_two