aubio.git
15 years agoext/jackio.{c,h}: update copyright and license, run though indent
Paul Brossier [Fri, 25 Sep 2009 03:17:19 +0000 (05:17 +0200)]
ext/jackio.{c,h}: update copyright and license, run though indent

15 years agoswig/aubio.i: remove unused midi and jack stuff from swig
Paul Brossier [Fri, 25 Sep 2009 02:41:16 +0000 (04:41 +0200)]
swig/aubio.i: remove unused midi and jack stuff from swig

15 years agotests/src/test-hist.c: update to new_aubio_window
Paul Brossier [Fri, 25 Sep 2009 02:26:14 +0000 (04:26 +0200)]
tests/src/test-hist.c: update to new_aubio_window

15 years agotests/src/test-window.c: update to new_aubio_window
Paul Brossier [Fri, 25 Sep 2009 02:23:21 +0000 (04:23 +0200)]
tests/src/test-window.c: update to new_aubio_window

15 years agosrc/mathutils.{c,h}: change prototype from aubio_window to new_aubio_window, allocati...
Paul Brossier [Fri, 25 Sep 2009 02:20:27 +0000 (04:20 +0200)]
src/mathutils.{c,h}: change prototype from aubio_window to new_aubio_window, allocating an fvec, use new function everywhere

15 years agosrc/types.h: use wscript switch
Paul Brossier [Fri, 25 Sep 2009 02:20:07 +0000 (04:20 +0200)]
src/types.h: use wscript switch

15 years agowscript: add option to switch from single to double precision
Paul Brossier [Fri, 25 Sep 2009 02:16:45 +0000 (04:16 +0200)]
wscript: add option to switch from single to double precision

15 years agoexamples/: use native aubio smpl_t for aubio_process_func_t
Paul Brossier [Fri, 25 Sep 2009 02:12:23 +0000 (04:12 +0200)]
examples/: use native aubio smpl_t for aubio_process_func_t

15 years agoext/jackio.{c,h}: convert data from smpl_t to jack_default_audio_sample_t when needed
Paul Brossier [Fri, 25 Sep 2009 02:09:25 +0000 (04:09 +0200)]
ext/jackio.{c,h}: convert data from smpl_t to jack_default_audio_sample_t when needed

15 years agoext/sndfileio.c: convert data from and to float if smpl_t != float
Paul Brossier [Fri, 25 Sep 2009 01:54:05 +0000 (03:54 +0200)]
ext/sndfileio.c: convert data from and to float if smpl_t != float

15 years agoext/aubioext.h: only include jackio.h if HAVE_JACK
Paul Brossier [Fri, 25 Sep 2009 01:49:20 +0000 (03:49 +0200)]
ext/aubioext.h: only include jackio.h if HAVE_JACK

15 years agosrc/spectral/phasevoc.c: do no reset hop size, just leave a commented warning
Paul Brossier [Thu, 24 Sep 2009 16:16:02 +0000 (18:16 +0200)]
src/spectral/phasevoc.c: do no reset hop size, just leave a commented warning

15 years agowscript: add --with-target-platform option for cross-compiling, change name from...
Paul Brossier [Thu, 24 Sep 2009 15:28:55 +0000 (17:28 +0200)]
wscript: add --with-target-platform option for cross-compiling, change name from aubio-2.dll to libaubio-2.dll

15 years ago.bzrignore: ignore waf stuff
Paul Brossier [Wed, 23 Sep 2009 17:58:37 +0000 (19:58 +0200)]
.bzrignore: ignore waf stuff

15 years agouse waf as new build system (missing file)
Paul Brossier [Wed, 23 Sep 2009 17:58:06 +0000 (19:58 +0200)]
use waf as new build system (missing file)

15 years ago.bzrignore: allow _ in test filenames
Paul Brossier [Wed, 23 Sep 2009 17:51:16 +0000 (19:51 +0200)]
.bzrignore: allow _ in test filenames

15 years agoexamples/aubiomfcc.c: update to latest mfcc version
Paul Brossier [Wed, 23 Sep 2009 17:50:40 +0000 (19:50 +0200)]
examples/aubiomfcc.c: update to latest mfcc version

15 years agouse waf as new build system
Paul Brossier [Wed, 23 Sep 2009 17:47:16 +0000 (19:47 +0200)]
use waf as new build system

15 years agoreplace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype
Paul Brossier [Wed, 23 Sep 2009 17:40:14 +0000 (19:40 +0200)]
replace FOO_SUPPORT with HAVE_FOO, use float for jack_process function prototype

15 years agosrc/spectral/filterbank*.c: reduce filterbank size to n/2+1, other half is always...
Paul Brossier [Wed, 23 Sep 2009 16:37:24 +0000 (18:37 +0200)]
src/spectral/filterbank*.c: reduce filterbank size to n/2+1, other half is always empty

15 years agoexamples/utils.c: add --bufsize option and short message when option parsing went...
Paul Brossier [Tue, 22 Sep 2009 15:37:36 +0000 (17:37 +0200)]
examples/utils.c: add --bufsize option and short message when option parsing went wrong (should never happen)

15 years agosrc/cvec.c: add cvec_print
Paul Brossier [Mon, 21 Sep 2009 16:17:02 +0000 (18:17 +0200)]
src/cvec.c: add cvec_print

15 years agosrc/spectral/fft.c: fix horrible bug where norm[0] and norm[n/2+1] could be negative
Paul Brossier [Mon, 21 Sep 2009 16:15:05 +0000 (18:15 +0200)]
src/spectral/fft.c: fix horrible bug where norm[0] and norm[n/2+1] could be negative

15 years agoswig/aubio.i: update new_aubio_mfcc prototype
Paul Brossier [Fri, 18 Sep 2009 00:56:10 +0000 (02:56 +0200)]
swig/aubio.i: update new_aubio_mfcc prototype

15 years agosrc/spectral/mfcc.c: zero output before computing it
Paul Brossier [Thu, 17 Sep 2009 22:57:31 +0000 (00:57 +0200)]
src/spectral/mfcc.c: zero output before computing it

15 years agotest-mfcc.c: add simple mfcc test
Paul Brossier [Thu, 17 Sep 2009 18:07:24 +0000 (20:07 +0200)]
test-mfcc.c: add simple mfcc test

15 years agosrc/spectral/mfcc.h: remove obsolete reference to libxtract, update copyright and...
Paul Brossier [Thu, 17 Sep 2009 18:04:00 +0000 (20:04 +0200)]
src/spectral/mfcc.h: remove obsolete reference to libxtract, update copyright and license to GPLv3, indent

15 years agosrc/spectral/mfcc.c: indent, update to GPLv3
Paul Brossier [Thu, 17 Sep 2009 17:54:57 +0000 (19:54 +0200)]
src/spectral/mfcc.c: indent, update to GPLv3

15 years agomfcc.c: use a coefficient table for DCT computation, remove unused parameters
Paul Brossier [Thu, 17 Sep 2009 17:31:54 +0000 (19:31 +0200)]
mfcc.c: use a coefficient table for DCT computation, remove unused parameters

15 years agofilterbank.c: use base 10 logarithm
Paul Brossier [Thu, 17 Sep 2009 17:30:15 +0000 (19:30 +0200)]
filterbank.c: use base 10 logarithm

15 years agotests/src/test-filterbank_mel.c: added filterbank_mel test
Paul Brossier [Thu, 17 Sep 2009 12:37:26 +0000 (14:37 +0200)]
tests/src/test-filterbank_mel.c: added filterbank_mel test

15 years agosrc/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now
Paul Brossier [Thu, 17 Sep 2009 05:33:29 +0000 (07:33 +0200)]
src/types.h: remove completed todo items, hardcode AUBIO_SINGLE_PRECISION to 1 for now

15 years agosrc/lvec.{c,h}: add lvec_print
Paul Brossier [Thu, 17 Sep 2009 05:30:50 +0000 (07:30 +0200)]
src/lvec.{c,h}: add lvec_print

15 years agosrc/fvec.c: use AUBIO_SMPL_FMT
Paul Brossier [Thu, 17 Sep 2009 05:24:31 +0000 (07:24 +0200)]
src/fvec.c: use AUBIO_SMPL_FMT

15 years agoext/midi/midi_player.c: use AUBIO_LSMP_FMT
Paul Brossier [Thu, 17 Sep 2009 05:22:34 +0000 (07:22 +0200)]
ext/midi/midi_player.c: use AUBIO_LSMP_FMT

15 years agosrc/spectral/fft.c: use native fftw types, add warning if single fftw is used with...
Paul Brossier [Thu, 17 Sep 2009 05:16:20 +0000 (07:16 +0200)]
src/spectral/fft.c: use native fftw types, add warning if single fftw is used with aubio double

15 years agosrc/aubio_priv.h: add AUBIO_WRN, add message to _WRN and _ERR, use double precision...
Paul Brossier [Thu, 17 Sep 2009 05:14:19 +0000 (07:14 +0200)]
src/aubio_priv.h: add AUBIO_WRN, add message to _WRN and _ERR, use double precision functions if AUBIO_SINGLE_PRECISION is not defined

15 years agosrc/types.h: add a switch between single and double precision
Paul Brossier [Thu, 17 Sep 2009 05:09:57 +0000 (07:09 +0200)]
src/types.h: add a switch between single and double precision

15 years agosrc/spectral/filterbank_mel.c: remove unused variable
Paul Brossier [Thu, 17 Sep 2009 05:08:15 +0000 (07:08 +0200)]
src/spectral/filterbank_mel.c: remove unused variable

15 years agoext/sndfileio.c: cat to sndfile native type
Paul Brossier [Thu, 17 Sep 2009 05:07:11 +0000 (07:07 +0200)]
ext/sndfileio.c: cat to sndfile native type

15 years agosrc/temporal/resample.c: cast to SRC native type
Paul Brossier [Thu, 17 Sep 2009 05:06:11 +0000 (07:06 +0200)]
src/temporal/resample.c: cast to SRC native type

15 years agosrc/spectral/filterbank_mel.c: move Slaney's specific code to _slaney function
Paul Brossier [Thu, 17 Sep 2009 03:54:25 +0000 (05:54 +0200)]
src/spectral/filterbank_mel.c: move Slaney's specific code to _slaney function

15 years agotests/src/Makefile.am: add filterbank_mel test
Paul Brossier [Thu, 17 Sep 2009 02:38:50 +0000 (04:38 +0200)]
tests/src/Makefile.am: add filterbank_mel test

15 years agosrc/spectral/filterbank_mel.c: shorten counter variable names, improve comments,...
Paul Brossier [Thu, 17 Sep 2009 02:21:40 +0000 (04:21 +0200)]
src/spectral/filterbank_mel.c: shorten counter variable names, improve comments, run through indent

15 years agosrc/spectral/filterbank_mel.c: correct computation of coefficients, use float sampler...
Paul Brossier [Thu, 17 Sep 2009 02:02:04 +0000 (04:02 +0200)]
src/spectral/filterbank_mel.c: correct computation of coefficients, use float samplerate, use POW, make sure we don't try to set unexisting filters

15 years agotest-filterbank.c: add trivial test for filterbank object
Paul Brossier [Wed, 16 Sep 2009 23:37:03 +0000 (01:37 +0200)]
test-filterbank.c: add trivial test for filterbank object

15 years agosrc/spectral/filterbank_mel.{c,h}: indent
Paul Brossier [Wed, 16 Sep 2009 23:26:49 +0000 (01:26 +0200)]
src/spectral/filterbank_mel.{c,h}: indent

15 years agosrc/spectral/filterbank.{c,h}: indent
Paul Brossier [Wed, 16 Sep 2009 23:25:10 +0000 (01:25 +0200)]
src/spectral/filterbank.{c,h}: indent

15 years agosrc/spectral/filterbank.c: refactorise filter bank, split mel frequency coefficients...
Paul Brossier [Wed, 16 Sep 2009 23:20:54 +0000 (01:20 +0200)]
src/spectral/filterbank.c: refactorise filter bank, split mel frequency coefficients to src/spectral/filterbank_mel.c, start bumping license to GPLv3

15 years agosrc/tempo/beattracking.c: no changes, indent
Paul Brossier [Tue, 15 Sep 2009 15:02:45 +0000 (17:02 +0200)]
src/tempo/beattracking.c: no changes, indent

15 years agosrc/tempo/beattracking.c: use fvec_ utilities, improve comments
Paul Brossier [Sun, 13 Sep 2009 21:54:23 +0000 (23:54 +0200)]
src/tempo/beattracking.c: use fvec_ utilities, improve comments

15 years agosrc/fvec.{c,h}: add fvec_set _zeros _ones _rev _weight and _copy utilities functions
Paul Brossier [Sat, 12 Sep 2009 12:28:00 +0000 (14:28 +0200)]
src/fvec.{c,h}: add fvec_set _zeros _ones _rev _weight and _copy utilities functions

15 years agosrc/aubio_priv.h: add MIN and MAX
Paul Brossier [Sat, 12 Sep 2009 12:26:17 +0000 (14:26 +0200)]
src/aubio_priv.h: add MIN and MAX

15 years agosrc/tempo/beattracking.c: interpolate beat period and position to reduce quantization...
Paul Brossier [Sat, 12 Sep 2009 11:22:20 +0000 (13:22 +0200)]
src/tempo/beattracking.c: interpolate beat period and position to reduce quantization, improve comments

15 years agoexamples/aubiotrack.c: compute sample accurate beat position
Paul Brossier [Sat, 12 Sep 2009 11:14:53 +0000 (13:14 +0200)]
examples/aubiotrack.c: compute sample accurate beat position

15 years agosrc/tempo/tempo.c: always output tempo, pass along interpolated position
Paul Brossier [Sat, 12 Sep 2009 11:13:10 +0000 (13:13 +0200)]
src/tempo/tempo.c: always output tempo, pass along interpolated position

15 years agoswig/aubio.i: update prototype of vec_quadint
Paul Brossier [Fri, 11 Sep 2009 22:13:42 +0000 (00:13 +0200)]
swig/aubio.i: update prototype of vec_quadint

15 years agosrc/aubio_priv.h: fix typo in ROUND
Paul Brossier [Fri, 11 Sep 2009 22:12:15 +0000 (00:12 +0200)]
src/aubio_priv.h: fix typo in ROUND

15 years agosrc/mathutils.c: merge and fix vec_quadint_min and _max into simpler and more exact...
Paul Brossier [Fri, 11 Sep 2009 22:08:54 +0000 (00:08 +0200)]
src/mathutils.c: merge and fix vec_quadint_min and _max into simpler and more exact vec_quadint, use in src/pitch algorithms

15 years agosrc/aubio_priv.h: add missing CEIL, rename TRUNC to ROUND, use FLOOR(x+.5) to avoid...
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

15 years agosrc/fvec.{c,h}: add simple fvec_print function
Paul Brossier [Fri, 11 Sep 2009 22:00:54 +0000 (00:00 +0200)]
src/fvec.{c,h}: add simple fvec_print function

15 years agosrc/tempo/beattracking.c: remove unused fvec_getperiod function
Paul Brossier [Sun, 30 Aug 2009 15:11:05 +0000 (17:11 +0200)]
src/tempo/beattracking.c: remove unused fvec_getperiod function

15 years agosrc/temporal/cdesign.h: fix include to be relative
Paul Brossier [Sun, 30 Aug 2009 14:00:02 +0000 (16:00 +0200)]
src/temporal/cdesign.h: fix include to be relative

15 years agoplugins/puredata/Makefile.am: update compiler options
Paul Brossier [Sun, 30 Aug 2009 13:38:40 +0000 (15:38 +0200)]
plugins/puredata/Makefile.am: update compiler options

15 years agoconfigure.ac: add check for CXX
Paul Brossier [Sun, 30 Aug 2009 13:37:52 +0000 (15:37 +0200)]
configure.ac: add check for CXX

15 years agoMakefile.am: only compile java stuff if swig is installed
Paul Brossier [Sun, 30 Aug 2009 13:37:18 +0000 (15:37 +0200)]
Makefile.am: only compile java stuff if swig is installed

15 years agoext/sndfileio.c: shorten sndfile error message
Paul Brossier [Sun, 30 Aug 2009 12:46:59 +0000 (14:46 +0200)]
ext/sndfileio.c: shorten sndfile error message

16 years agoplugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate
Paul Brossier [Sun, 13 Jul 2008 19:57:55 +0000 (21:57 +0200)]
plugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate

16 years agoplugins/puredata/aubiopitch~.c: add optional creation argument to select pitch method...
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

16 years agosrc/pitch/pitchschmitt.c: move buffer to private structure, closes #8
Paul Brossier [Sun, 13 Jul 2008 19:53:30 +0000 (21:53 +0200)]
src/pitch/pitchschmitt.c: move buffer to private structure, closes #8

16 years agosrc/aubio.h: indent, only cosmetic changes
Paul Brossier [Sun, 13 Jul 2008 19:50:47 +0000 (21:50 +0200)]
src/aubio.h: indent, only cosmetic changes

16 years agotests/python/src/utils/hist.py: update existing test cases, add two more
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

16 years agotests/python/run_all_tests: add a warning if list_of_test_files returns no matches...
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

16 years agojava/aubio/Makefile.am: fix pkgjavadir
Paul Brossier [Fri, 16 May 2008 01:07:11 +0000 (03:07 +0200)]
java/aubio/Makefile.am: fix pkgjavadir

16 years agojava/aubio/Makefile.am: use datadir, not hardcoded path
Paul Brossier [Fri, 16 May 2008 00:41:28 +0000 (02:41 +0200)]
java/aubio/Makefile.am: use datadir, not hardcoded path

16 years agopython/aubio/Makefile.am: simplify using nobase
Paul Brossier [Fri, 16 May 2008 00:18:26 +0000 (02:18 +0200)]
python/aubio/Makefile.am: simplify using nobase

16 years agosrc/mathutils.c: change zero crossing function to split at >=0/<0; tests/python/src...
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

16 years agoconfigure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore...
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)

16 years agotests/python/localaubio.py: improve error message about local aubio
Paul Brossier [Thu, 15 May 2008 18:23:15 +0000 (20:23 +0200)]
tests/python/localaubio.py: improve error message about local aubio

16 years agoplugins/puredata/aubio_setup.c: add aubio_new function to clean up loading of the...
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

16 years agocpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
Paul Brossier [Thu, 15 May 2008 18:16:40 +0000 (20:16 +0200)]
cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes

16 years agotests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter
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

16 years agotests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)
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)

16 years agodoc/{user,devel}.cfg: update config to new doxygen, adapt to multiple directories
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

16 years agosrc/pitch/pitchyinfft.c: fix indentation
Paul Brossier [Wed, 30 Apr 2008 18:50:36 +0000 (20:50 +0200)]
src/pitch/pitchyinfft.c: fix indentation

16 years agoMakefile.am, configure.ac: go down into java and tests, make java compilation somewha...
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)

16 years agocpp/aubiocpp.cpp: fix indentation
Paul Brossier [Wed, 30 Apr 2008 18:28:15 +0000 (20:28 +0200)]
cpp/aubiocpp.cpp: fix indentation

16 years agosrc/Makefile.am: use nobase_ to simplify headers installation
Paul Brossier [Tue, 29 Apr 2008 08:04:46 +0000 (10:04 +0200)]
src/Makefile.am: use nobase_ to simplify headers installation

16 years agoconfigure.ac: switch on host rather than host_os, do nothing on arm-apple-darwin
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

16 years agoconfigure.ac: do not call AC_HEADER_STDC, obsolete and uneeded
Paul Brossier [Sat, 26 Apr 2008 13:05:20 +0000 (15:05 +0200)]
configure.ac: do not call AC_HEADER_STDC, obsolete and uneeded

16 years agopython/aubio/Makefile.am: install _aubiowrapper into pkgpyexec, so it gets to the...
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)

16 years agojava/: added first draft for a java interface to aubio, includes simple test
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

17 years agoadd del_aubio_biquad to aubio.i
Paul Brossier [Mon, 17 Dec 2007 14:37:42 +0000 (15:37 +0100)]
add del_aubio_biquad to aubio.i

17 years agomerge from main branch
Paul Brossier [Wed, 5 Dec 2007 02:42:07 +0000 (03:42 +0100)]
merge from main branch

17 years agoadd tests/cpp/test-[a-z-]*$ binaries to .bzrignore
Paul Brossier [Tue, 4 Dec 2007 17:21:35 +0000 (18:21 +0100)]
add tests/cpp/test-[a-z-]*$ binaries to .bzrignore

17 years agoadded simple tests in tests/cpp for cpp interface draft
Paul Brossier [Tue, 4 Dec 2007 17:15:34 +0000 (18:15 +0100)]
added simple tests in tests/cpp for cpp interface draft

17 years agoadded simple cpp interface draft
Paul Brossier [Tue, 4 Dec 2007 16:58:40 +0000 (17:58 +0100)]
added simple cpp interface draft

17 years agomerge from main branch
Paul Brossier [Tue, 4 Dec 2007 16:52:27 +0000 (17:52 +0100)]
merge from main branch

17 years agomerge from main branch
Paul Brossier [Mon, 3 Dec 2007 09:57:52 +0000 (10:57 +0100)]
merge from main branch

17 years agoadd tests for adesign and filter
Paul Brossier [Sat, 1 Dec 2007 22:00:03 +0000 (23:00 +0100)]
add tests for adesign and filter