# # ChangeLog for / # # Generated by Trac 1.2 # Apr 18, 2025, 10:58:30 PM Sun, 15 Jul 2012 18:02:27 GMT Paul Brossier [1223979] * src/io/sink_apple_audio.c (added) * src/io/sink_apple_audio.h (added) * src/io/source_apple_audio.c (modified) * src/io/utils_apple_audio.c (added) src/io/sink_apple_audio.c: added apple_audio sink, merge apple stuff Sun, 15 Jul 2012 00:37:50 GMT Paul Brossier [32df658] * src/io/source.c (modified) src/io/source.c: do not try to delete if NULL Sat, 14 Jul 2012 19:14:27 GMT Paul Brossier [420962e] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: avoid segfault when deleting NULL Sat, 14 Jul 2012 19:13:20 GMT Paul Brossier [2c3d4ca] * src/aubio.h (modified) * src/io/sink_sndfile.c (added) * src/io/sink_sndfile.h (added) * tests/src/io/test-sink_sndfile.c (added) added sink_sndfile.c draft Sat, 14 Jul 2012 18:39:09 GMT Paul Brossier [af86999] * src/io/source_sndfile.c (modified) src/io/source_sndfile.c: return NULL before trying to allocate ... Sat, 14 Jul 2012 01:39:29 GMT Paul Brossier [6192ce7] * interfaces/python/test_source.py (added) test_source.py: added simple test Sat, 14 Jul 2012 01:39:07 GMT Paul Brossier [0b2892f] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: improve, also parse io/source Sat, 14 Jul 2012 01:37:43 GMT Paul Brossier [c00f17d] * src/io/source.h (modified) src/io/source.h: use uri not method as parameter name Sat, 14 Jul 2012 01:13:33 GMT Paul Brossier [c9b99fd] * src/io/source.c (modified) src/io/source.c: fix include path Sat, 14 Jul 2012 00:59:43 GMT Paul Brossier [9b1e101] * interfaces/python/generator.py (modified) generator.py: update skip list Fri, 13 Jul 2012 23:33:45 GMT Paul Brossier [afbd7e7] * src/aubio.h (modified) * src/io/source.c (modified) * src/io/source_sndfile.c (added) * src/io/source_sndfile.h (added) * src/wscript_build (modified) * tests/src/io/test-source_apple_audio_file.c (modified) * tests/src/io/test-source_sndfile.c (added) src/io/source_sndfile.{c,h}: added sndfile source Fri, 13 Jul 2012 22:15:00 GMT Paul Brossier [4722e63] * tests/src/io/test-source_apple_audio_file.c (modified) tests/src/io/test-source_apple_audio_file.c: do nothing if not on ... Fri, 13 Jul 2012 22:01:52 GMT Paul Brossier [301b807] * tests/src/io/test-source.c (added) * tests/src/io/test-source_apple_audio_file.c (added) tests/src/io/*.c: add simple tests Fri, 13 Jul 2012 21:29:55 GMT Paul Brossier [2b4080e] * examples/utils.h (modified) examples/utils.h: moved file Fri, 13 Jul 2012 21:29:35 GMT Paul Brossier [a40eea8] * src/aubio.h (modified) src/aubio.h: add source and sink Fri, 13 Jul 2012 21:28:43 GMT Paul Brossier [3504dfe7] * src/io/source.c (modified) * src/io/source.h (modified) * src/io/source_apple_audio.c (added) * src/io/source_apple_audio.h (added) src/io/source_apple_audio.{c,h}: added simple file read using ... Fri, 13 Jul 2012 19:05:32 GMT Paul Brossier [4d75b46] * src/io/sink.c (modified) * src/io/sink.h (modified) src/io/sink.*: fix prototypes, draft implementation Fri, 13 Jul 2012 19:00:12 GMT Paul Brossier [eae5898] * examples/wscript_build (modified) * src/io/sndfileio.c (moved) * src/io/sndfileio.h (moved) * src/wscript_build (modified) src/io: moved sndfileio from examples Fri, 13 Jul 2012 07:23:39 GMT Paul Brossier [9316173] * src/io/sink.c (added) * src/io/sink.h (added) * src/io/source.c (added) * src/io/source.h (added) added boilerplate for media source and sink Fri, 13 Jul 2012 06:29:43 GMT Paul Brossier [541eafb4] * interfaces/python/test_pitch.py (added) Merge branch 'develop' into io Fri, 13 Jul 2012 06:28:26 GMT Paul Brossier [c997036] * interfaces/python/test_pitch.py (added) test_pitch.py: added simple tests for pitch Thu, 12 Jul 2012 08:00:19 GMT Paul Brossier [7351545] * interfaces/python/test_aubio.py (modified) * interfaces/python/test_cvec.py (modified) * interfaces/python/test_fft.py (modified) * interfaces/python/test_fvec.py (modified) * interfaces/python/test_phasevoc.py (modified) Merge branch 'develop' of groseille:projects/aubio/aubio into develop Thu, 12 Jul 2012 07:59:31 GMT Paul Brossier [913ee14] * interfaces/python/demo_filterbank.py (deleted) * interfaces/python/demo_filterbank_slaney.py (added) * interfaces/python/demo_filterbank_triangle_bands.py (added) demo_filterbank*.py: improved Thu, 12 Jul 2012 03:58:01 GMT Paul Brossier [1ebf8770] * interfaces/python/test_aubio.py (modified) * interfaces/python/test_cvec.py (modified) * interfaces/python/test_fft.py (modified) * interfaces/python/test_fvec.py (modified) * interfaces/python/test_phasevoc.py (modified) interfaces/python/test_*.py: make executables Wed, 11 Jul 2012 23:39:40 GMT Paul Brossier [5e3ed60] * interfaces/python/test_filterbank.py (modified) * interfaces/python/test_filterbank_mel.py (added) test_filterbank.py: splitted and completed Wed, 11 Jul 2012 23:38:40 GMT Paul Brossier [f6cbefe] * interfaces/python/py-filterbank.c (modified) py-filterbank.c: add set_coeffs Wed, 11 Jul 2012 23:38:18 GMT Paul Brossier [93004d5] * interfaces/python/aubioproxy.c (modified) aubioproxy.c: add PyAubio_ArrayToCFmat implementation Wed, 11 Jul 2012 20:44:27 GMT Paul Brossier [83b385f] * src/spectral/specdesc.c (modified) src/spectral/specdesc.c: remove old comments Wed, 11 Jul 2012 20:43:39 GMT Paul Brossier [312826c] * interfaces/python/test_onset.py (added) * interfaces/python/test_specdesc.py (moved) test_onset.py, test_onsetdetection.py: split and update Wed, 11 Jul 2012 20:43:00 GMT Paul Brossier [abbd910] * interfaces/python/gen_pyobject.py (modified) gen_pyobject.py: clean up, output a float instead of a vector with a ... Wed, 11 Jul 2012 20:42:34 GMT Paul Brossier [195b424] * interfaces/python/test_filter.py (modified) test_filter.py: clean up Wed, 11 Jul 2012 20:41:22 GMT Paul Brossier [299c2b0] * interfaces/python/test_fft.py (modified) test_fft.py: phase can be 0 or -0 Wed, 11 Jul 2012 20:41:04 GMT Paul Brossier [4afa448e] * interfaces/python/test_fvec.py (modified) test_fvec.py: zero_crossing_rate almost equal Wed, 11 Jul 2012 20:10:41 GMT Paul Brossier [012b324] * interfaces/python/setup.py (modified) setup.py: simplify, check for path before adding them Wed, 11 Jul 2012 19:45:12 GMT Paul Brossier [b84c0c2] * interfaces/python/demo_filterbank.py (modified) demo_filterbank.py: added simple demo Wed, 11 Jul 2012 03:25:25 GMT Paul Brossier [451b05d] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/aubioproxy.c (modified) * interfaces/python/build_linux (added) * interfaces/python/build_osx (added) * interfaces/python/demo_filterbank.py (modified) * interfaces/python/py-cvec.c (modified) * interfaces/python/setup.py (modified) Merge branch 'numpy-1.8' into develop Wed, 11 Jul 2012 02:01:22 GMT Paul Brossier [0ed517b] * interfaces/python/build_linux (added) build_linux: add sample script to build and run tests on linux Wed, 11 Jul 2012 01:43:01 GMT Paul Brossier [6882e73] * interfaces/python/build_osx (added) build_osx: add sample script to build and run tests on osx Wed, 11 Jul 2012 01:42:40 GMT Paul Brossier [39e6f84] * interfaces/python/demo_filterbank.py (modified) demo_filterbank.py: use a vector, not a list Wed, 11 Jul 2012 01:41:54 GMT Paul Brossier [988f580] * interfaces/python/setup.py (modified) setup.py: improve metadata Wed, 11 Jul 2012 01:41:33 GMT Paul Brossier [1458de5] * interfaces/python/aubio-types.h (modified) * interfaces/python/aubiomodule.c (modified) * interfaces/python/aubioproxy.c (modified) * interfaces/python/py-cvec.c (modified) aubio-types.h, aubiomodule.c: update for numpy 1.8 Wed, 11 Jul 2012 00:09:20 GMT Paul Brossier [c71e405] * interfaces/python/gen_pyobject.py (modified) * interfaces/python/generator.py (modified) * interfaces/python/setup.py (modified) updated setup to generate files Tue, 10 Jul 2012 22:33:09 GMT Paul Brossier [c325a11] * wscript (modified) wscript: add -g to cflags and simplify Tue, 10 Jul 2012 22:31:10 GMT Paul Brossier [4db0752] * configure.ac (modified) configure.ac: enable tests by default, add m4 Tue, 10 Jul 2012 22:30:32 GMT Paul Brossier [4435ea6e] * src/fmat.h (modified) src/fmat.h: length and height Tue, 10 Jul 2012 22:29:59 GMT Paul Brossier [cd60b5c] * tests/src/test-fmat.c (added) * tests/src/test-lvec.c (added) tests/src/test-lvec.c, tests/src/test-fmat.c: add boilerplate Tue, 10 Jul 2012 22:29:03 GMT Paul Brossier [c1ca5b6] * Makefile.am (modified) Makefile.am: include m4 Tue, 10 Jul 2012 22:28:39 GMT Paul Brossier [e7e11bf] * src/pitch/pitchschmitt.c (modified) src/pitch/pitchschmitt.c: avoid out of bound reads Tue, 10 Jul 2012 22:26:51 GMT Paul Brossier [9d6001cb] * tests/src/onset/test-peakpicker.c (modified) * tests/src/pitch/test-pitch.c (modified) * tests/src/pitch/test-pitchfcomb.c (modified) * tests/src/spectral/test-phasevoc-jack.c (modified) * tests/src/spectral/test-tss.c (modified) tests/src: fix memory leaks Tue, 10 Jul 2012 22:26:12 GMT Paul Brossier [02418f6] * tests/python/src/onset/peakpicker.py (moved) * tests/src/Makefile.am (modified) * tests/src/onset/test-onset.c (moved) * tests/src/onset/test-peakpicker.c (moved) * tests/src/pitch/test-pitch.c (moved) * tests/src/pitch/test-pitchfcomb.c (moved) * tests/src/pitch/test-pitchmcomb.c (moved) * tests/src/pitch/test-pitchschmitt.c (moved) * tests/src/pitch/test-pitchyin.c (moved) * tests/src/pitch/test-pitchyinfft.c (moved) * tests/src/spectral/test-filterbank.c (moved) * tests/src/spectral/test-filterbank_mel.c (moved) * tests/src/spectral/test-mfcc.c (moved) * tests/src/spectral/test-phasevoc-jack.c (moved) * tests/src/spectral/test-phasevoc.c (moved) * tests/src/spectral/test-specdesc.c (moved) * tests/src/spectral/test-tss.c (moved) * tests/src/temporal/test-a_weighting.c (moved) * tests/src/temporal/test-biquad.c (moved) * tests/src/temporal/test-c_weighting.c (moved) * tests/src/temporal/test-filter.c (moved) * tests/src/temporal/test-resampler.c (moved) * tests/src/test-mathutils-window.c (moved) * tests/src/test-pitch.c (deleted) * tests/src/utils/test-hist.c (moved) * tests/src/utils/test-scale.c (moved) tests/: move file around to match src/ Tue, 10 Jul 2012 04:28:53 GMT Paul Brossier [ed766c7] * tests/src/test-pitchyin.c (modified) tests/src/test-pitchyin.c: fix memory leak Tue, 10 Jul 2012 04:25:15 GMT Paul Brossier [46ba93b] * tests/src/test-pitchyinfft.c (modified) tests/src/test-pitchyinfft.c: fix memory leak Tue, 10 Jul 2012 02:53:56 GMT Paul Brossier [f61c88a] * src/spectral/fft.c (modified) src/spectral/fft.c: fix in and out sizes for ooura Tue, 10 Jul 2012 02:35:24 GMT Paul Brossier [bb7a42a] * interfaces/python/run_all_tests (added) run_all_tests: added script to run all tests Mon, 09 Jul 2012 23:09:30 GMT Paul Brossier [dbf47c6] * examples/Makefile.am (modified) examples/Makefile.am: fix missing \ Mon, 09 Jul 2012 23:06:11 GMT Paul Brossier [d41bc4d] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * python/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript, **/wscript_build: use ctx to match latest waf docs Mon, 09 Jul 2012 22:37:57 GMT Paul Brossier [f4493f4] * python/wscript_build (modified) python/wscript_build: update Mon, 09 Jul 2012 22:37:35 GMT Paul Brossier [0e355f6] * src/wscript_build (modified) src/wscript_build: add vim header Mon, 09 Jul 2012 22:37:23 GMT Paul Brossier [c204928] * src/spectral/fft.c (modified) src/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined Mon, 09 Jul 2012 22:36:48 GMT Paul Brossier [6017f94] * python/aubio/wscript_build (modified) python/aubio: update Mon, 09 Jul 2012 22:36:16 GMT Paul Brossier [d62c32f] * examples/wscript_build (modified) examples/wscript_build: update Mon, 09 Jul 2012 22:36:02 GMT Paul Brossier [dda6ba6] * wscript (modified) wscript: udpate, disable fftw and swig by default Mon, 09 Jul 2012 22:35:35 GMT Paul Brossier [c0d7cd6] * examples/utils.c (modified) examples/utils.c: avoid segfault when compiling without sndfile Mon, 09 Jul 2012 22:35:09 GMT Paul Brossier [fff7b92] * examples/sndfileio.h (modified) examples/sndfileio.h: add read_mono Mon, 09 Jul 2012 22:34:12 GMT Paul Brossier [6f67361] * examples/sndfileio.c (modified) examples/sndfileio.c: include config.h for HAVE_SNDFILE Mon, 09 Jul 2012 22:10:33 GMT Paul Brossier [bd0cc68] * waf (modified) waf: update Mon, 09 Jul 2012 22:10:17 GMT Paul Brossier [7684ff2] * wscript (modified) wscript: improve error message Sat, 03 Mar 2012 09:26:01 GMT Paul Brossier [466a5da] * interfaces/python/setup.py (modified) interfaces/python/setup.py: install in dist-packages, thanks to ... Sat, 07 Jan 2012 02:53:32 GMT Paul Brossier [e43464c] * configure.ac (modified) * examples/sndfileio.c (modified) * examples/utils.c (modified) * tests/src/Makefile.am (modified) Merge branch 'master' of piem.org:/git/aubio/aubio Sat, 07 Jan 2012 02:52:34 GMT Paul Brossier [8b3a7e7] * src/spectral/fft.c (modified) src/spectral/fft.c: i only needed for FFTW3 Sat, 07 Jan 2012 02:51:20 GMT Paul Brossier [9430dfd] * examples/utils.c (modified) examples/utils.c: dummy functions if no sndfile Sat, 07 Jan 2012 02:50:52 GMT Paul Brossier [1081580] * examples/sndfileio.c (modified) examples/sndfileio.c: do not compile if sndfile is missing Sat, 07 Jan 2012 02:50:38 GMT Paul Brossier [9906b3f] * configure.ac (modified) configure.ac: add --enable-sndfile Sat, 07 Jan 2012 02:50:19 GMT Paul Brossier [447d6cd] * tests/src/Makefile.am (modified) tests/src/Makefile.am: remove missing tests Fri, 06 Jan 2012 23:16:57 GMT Paul Brossier [acb2ac9] * wscript (modified) wscript: improve messages Fri, 06 Jan 2012 23:07:12 GMT Paul Brossier [36f954a] * wscript (modified) wscript: factorise pkg-config detection Fri, 06 Jan 2012 23:03:59 GMT Paul Brossier [55ffa55] * wscript (modified) wscript: remove debug output Fri, 06 Jan 2012 22:59:29 GMT Paul Brossier [b517cb3] * interfaces/python/setup.py (modified) Merge branch 'master' of piem.org:/git/aubio/aubio Fri, 06 Jan 2012 22:59:03 GMT Paul Brossier [110ac90] * examples/wscript_build (modified) * wscript (modified) examples/wscript_build, wscript: update Tue, 22 Nov 2011 04:36:42 GMT Paul Brossier [abf13a1] * .gitignore (modified) * interfaces/python/generator.py (modified) * waf (modified) Merge branch 'master' of aubio.org:/git/aubio/aubio Tue, 22 Nov 2011 04:35:18 GMT Paul Brossier [b70c6f1] * interfaces/python/setup.py (modified) setup.py: update path Tue, 22 Nov 2011 03:01:36 GMT Paul Brossier [a5bf9a5] * .gitignore (modified) .gitignore: also ignore doxygen generated files, thanks to Dirkjan ... Mon, 21 Nov 2011 19:30:42 GMT Paul Brossier [7f8ff8b] * interfaces/python/generator.py (modified) generator.py: update for newest waf Mon, 21 Nov 2011 19:28:45 GMT Paul Brossier [c77df5c] * waf (modified) waf: update Thu, 17 Nov 2011 01:30:49 GMT Paul Brossier [e565c649] * wscript (modified) wscript: ask the user to run 'make distclean' before running waf Thu, 17 Nov 2011 01:30:17 GMT Paul Brossier [653ac08] * waf (added) waf: add waf Thu, 17 Nov 2011 01:29:59 GMT Paul Brossier [cfaa3c4] * src/spectral/ooura_fft8g.c (added) src/spectral/ooura_fft8g.c: add ooura Thu, 17 Nov 2011 01:29:35 GMT Paul Brossier [729a3c0] * configure.ac (modified) * src/Makefile.am (modified) * src/mathutils.c (modified) * src/spectral/fft.c (modified) * src/wscript_build (modified) * wscript (modified) add support for ooura so that aubio can be build without fftw Thu, 17 Nov 2011 01:13:08 GMT Paul Brossier [e298138] * examples/wscript_build (modified) examples/wscript_build: update Thu, 17 Nov 2011 01:12:47 GMT Paul Brossier [82335b7] * wscript (modified) wscript: use --enable-samplerate as in configure Thu, 17 Nov 2011 01:12:29 GMT Paul Brossier [ad7c710] * wscript (modified) wscript: use --enable-samplerate as in configure Thu, 17 Nov 2011 01:09:56 GMT Paul Brossier [5820107] * wscript (modified) wscript: parse VERSION from file Thu, 17 Nov 2011 01:09:31 GMT Paul Brossier [d7bce3c] * VERSION (modified) VERSION: escape string Thu, 17 Nov 2011 01:07:44 GMT Paul Brossier [1c24da5] * src/cvec.c (modified) * src/fvec.c (modified) src/{f,c}vec.c: remove zeroing since we now use calloc Thu, 17 Nov 2011 01:07:12 GMT Paul Brossier [7ce0701] * src/aubio_priv.h (modified) src/aubio_priv.h: use calloc instead of malloc Wed, 16 Nov 2011 22:47:48 GMT Paul Brossier [c55f907] * VERSION (modified) VERSION: bump to 0.4.0alpha Mon, 26 Sep 2011 06:22:18 GMT Paul Brossier [2a6e672] * wscript (modified) wscript: make jack, samplerate, and lash optional Mon, 26 Sep 2011 06:21:00 GMT Paul Brossier [46378b3] * examples/wscript_build (modified) * python/aubio/wscript_build (modified) * src/wscript_build (modified) * wscript (modified) wscript: update to waf 1.6.7 Mon, 02 May 2011 10:38:00 GMT Paul Brossier [20ae690] * src/mathutils.c (modified) * src/pitch/pitchschmitt.c (modified) * src/spectral/tss.c (modified) Merge aubio.org:/git/aubio/aubio Mon, 02 May 2011 10:37:41 GMT Paul Brossier [5f9df77] * tests/src/spectral/test-fft.c (moved) * tests/src/tempo/test-beattracking.c (moved) * tests/src/tempo/test-tempo.c (moved) tests/: move tests around