# # ChangeLog for / # # Generated by Trac 1.2 # Aug 15, 2024, 3:48:12 AM Fri, 30 Nov 2007 18:39:19 GMT Paul Brossier [66a150a2] * tests/python/run_all_tests (modified) * tests/python/src/__init__.py (added) * tests/python/src/cvec.py (moved) * tests/python/src/fvec.py (moved) * tests/python/src/onset/__init__.py (added) * tests/python/src/pitch/__init__.py (added) * tests/python/src/pitch/pitchdetection.py (moved) * tests/python/src/spectral/__init__.py (added) * tests/python/src/spectral/fft.py (moved) * tests/python/src/spectral/filterbank.py (moved) * tests/python/src/spectral/filterbank_mfcc.txt (moved) * tests/python/src/spectral/phasevoc.py (moved) * tests/python/src/temporal/__init__.py (added) * tests/python/src/utils/__init__.py (added) * tests/python/src/utils/hist.py (moved) move around files in tests/python according to src/ changes Fri, 30 Nov 2007 17:26:04 GMT Paul Brossier [d05c54f] * tests/python/hist.py (added) add draft test for hist.py Fri, 30 Nov 2007 08:59:33 GMT Paul Brossier [16e0f16] * examples/utils.c (modified) * examples/utils.h (modified) examples/utils.{c,h}: move flush_process prototype to .h Fri, 30 Nov 2007 08:58:27 GMT Paul Brossier [ae7e547] * examples/utils.c (modified) examples/utils.c: use uint_t Fri, 30 Nov 2007 08:54:21 GMT Paul Brossier [fce58d9e] * configure.ac (modified) configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of ... Sat, 24 Nov 2007 22:02:29 GMT Paul Brossier [6c7d49b] * ext/sndfileio.c (modified) * src/aubio.h (modified) * src/fvec.c (modified) * src/mathutils.c (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/sample.h (deleted) * src/spectral/filterbank.c (modified) * src/spectral/mfcc.c (modified) * src/spectral/tss.c (modified) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * src/temporal/biquad.c (modified) * src/temporal/filter.c (modified) * src/temporal/resample.c (modified) * src/utils/hist.c (modified) * src/utils/scale.c (modified) remove src/sample.h Sat, 24 Nov 2007 21:47:15 GMT Paul Brossier [fc6c831] * src/Makefile.am (modified) * src/aubio.h (modified) * src/mathutils.c (modified) * src/mathutils.h (modified) * src/spectral/spectral_centroid.c (added) * src/spectral/spectral_centroid.h (added) moved spectral_centroid to new file Sat, 24 Nov 2007 21:45:54 GMT Paul Brossier [e2da295] * src/onset/onsetdetection.c (modified) onsetdetection.c: factorise switch, complete specflux deletion Sat, 24 Nov 2007 21:09:43 GMT Paul Brossier [ed631e9] * doc/Makefile.am (modified) doc/Makefile.am: update make style rules Sat, 24 Nov 2007 21:00:20 GMT Paul Brossier [32d6958] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/peakpick.c (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/fft.c (moved) * src/spectral/fft.h (moved) * src/spectral/filterbank.c (moved) * src/spectral/filterbank.h (moved) * src/spectral/mfcc.c (moved) * src/spectral/mfcc.h (moved) * src/spectral/phasevoc.c (moved) * src/spectral/phasevoc.h (moved) * src/spectral/tss.c (moved) * src/spectral/tss.h (moved) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * src/temporal/biquad.c (moved) * src/temporal/biquad.h (moved) * src/temporal/filter.c (moved) * src/temporal/filter.h (moved) * src/temporal/resample.c (moved) * src/temporal/resample.h (moved) * src/utils/hist.c (moved) * src/utils/hist.h (moved) * src/utils/scale.c (moved) * src/utils/scale.h (moved) src/: more moving and splitting Sat, 24 Nov 2007 20:08:04 GMT Paul Brossier [bcf38fe] * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (moved) * src/onset/onset.h (moved) * src/onset/peakpick.c (moved) * src/onset/peakpick.h (moved) * src/pitch/pitchdetection.c (moved) * src/pitch/pitchdetection.h (moved) * src/tempo/beattracking.c (moved) * src/tempo/beattracking.h (moved) * src/tempo/tempo.c (moved) * src/tempo/tempo.h (moved) src/: move tempo files to src/tempo, continue moving pitch and onset ... Sat, 24 Nov 2007 19:47:55 GMT Paul Brossier [2d8cffa] * src/Makefile.am (modified) * src/aubio.h (modified) * src/filterbank.h (modified) * src/onset.c (modified) * src/onset/onsetdetection.c (moved) * src/onset/onsetdetection.h (moved) * src/pitch/pitchfcomb.c (moved) * src/pitch/pitchfcomb.h (moved) * src/pitch/pitchmcomb.c (moved) * src/pitch/pitchmcomb.h (moved) * src/pitch/pitchschmitt.c (moved) * src/pitch/pitchschmitt.h (moved) * src/pitch/pitchyin.c (moved) * src/pitch/pitchyin.h (moved) * src/pitch/pitchyinfft.c (moved) * src/pitch/pitchyinfft.h (moved) * src/pitchdetection.c (modified) * src/tempo.c (modified) move pitch methods to pitch/, onset detection functions to onset/ Sat, 24 Nov 2007 18:05:54 GMT Paul Brossier [5dd22a9] * src/filterbank.c (modified) filterbank.c: avoid useless usigned comparison Sat, 24 Nov 2007 17:46:30 GMT Paul Brossier [7873363] * examples/Makefile.am (modified) * examples/aubiomfcc.c (added) * src/Makefile.am (modified) * src/aubio.h (modified) * src/filterbank.c (added) * src/filterbank.h (added) * src/mfcc.c (added) * src/mfcc.h (added) * swig/aubio.i (modified) * tests/python/demo/plot_mfcc_filterbank.py (added) * tests/python/filterbank.py (added) * tests/python/filterbank_mfcc.txt (added) merge with aubio-mfcc branch, adding filterbank and mfcc first draft. ... Sat, 24 Nov 2007 17:13:59 GMT Paul Brossier [d7a104c] * tests/src/test-tempo.c (modified) test-tempo.c: use aubio_tempo_get_confidence Sat, 24 Nov 2007 16:44:49 GMT Paul Brossier [9638f84] * src/pitchmcomb.c (modified) pitchmcomb.c: make sure all variables are initialised Sat, 24 Nov 2007 16:25:56 GMT Paul Brossier [4bb32f4] * src/mathutils.c (modified) mathutils.c: fix invalid read in vec_moving_thres Sat, 24 Nov 2007 14:30:39 GMT Paul Brossier [44d7cb7] * src/pitchdetection.c (modified) pitchdetection.c: add del_aubio_filter Sat, 24 Nov 2007 14:30:13 GMT Paul Brossier [5294546] * src/pitchmcomb.c (modified) pitchmcomb.c: add missing del_fvec Fri, 23 Nov 2007 12:32:13 GMT Paul Brossier [9668a37] * tests/python/examples/aubiopitch.py (modified) examples/aubiopitch.py: also print line number and write output file ... Wed, 21 Nov 2007 11:53:28 GMT Paul Brossier [a2f3555] * src/pitchyin.c (modified) pitchyin.c: redo indentation Wed, 21 Nov 2007 11:03:22 GMT Paul Brossier [c7f32b1] * swig/aubio.i (modified) aubio.i: add specflux Wed, 21 Nov 2007 11:02:28 GMT Paul Brossier [862d78f] * examples/utils.c (modified) * python/aubio/task/utils.py (modified) utils.c, utils.py: add specflux onset function Wed, 21 Nov 2007 11:01:22 GMT Paul Brossier [fabb7cd] * src/onsetdetection.c (modified) * src/onsetdetection.h (modified) onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases) Wed, 21 Nov 2007 10:59:54 GMT Paul Brossier [ec2fa2a] * src/onsetdetection.c (modified) * src/onsetdetection.h (modified) onsetdetection.{c,h}: redo indentation Wed, 21 Nov 2007 10:26:57 GMT Paul Brossier [2a00568] * python/aubio/aubioclass.py (modified) * swig/aubio.i (modified) aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free ... Tue, 20 Nov 2007 23:40:43 GMT Paul Brossier [15b97d9] * src/pitchyinfft.c (modified) pitchyinfft.c: return 0., not 0 Tue, 13 Nov 2007 09:00:23 GMT Paul Brossier [6f10064] * examples/utils.c (modified) utils.c: avoid signed/unsigned comparison Tue, 13 Nov 2007 08:58:26 GMT Paul Brossier [ec0d43c] * configure.ac (modified) configure.ac: add lcov flags option, beautify help output Tue, 13 Nov 2007 08:15:35 GMT Paul Brossier [e24378a] * examples/aubioonset.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) examples/utils.{c,h}, examples/aubioonset.c: added process_flush ... Tue, 13 Nov 2007 08:05:09 GMT Paul Brossier [941801f] * swig/aubio.i (modified) swing/aubio.i: remove obsolete _free function Tue, 13 Nov 2007 08:03:11 GMT Paul Brossier [999b0c12] * src/onsetdetection.c (modified) * src/onsetdetection.h (modified) onsetdetection.{c,h}: remove obsolete _free function Tue, 13 Nov 2007 07:07:49 GMT Paul Brossier [b995296] * Makefile.am (modified) Makefile.am: added simple 'make lcov' rules Tue, 13 Nov 2007 07:07:09 GMT Paul Brossier [4ce62cd] * .bzrignore (modified) .bzrignore: add gcov generated files Thu, 08 Nov 2007 12:03:21 GMT Paul Brossier [5316012] * .bzrignore (modified) .bzrignore: add mkinstalldirs Wed, 07 Nov 2007 16:33:28 GMT Paul Brossier [8701ec3] * tests/src/Makefile.am (modified) * tests/src/test-fft.c (modified) * tests/src/test-mfft.c (deleted) removed old test-fft.c, moved mfft to new fft Wed, 07 Nov 2007 16:21:00 GMT Paul Brossier [18a82b3] * src/pitchfcomb.c (modified) * src/pitchmcomb.c (modified) * src/pitchyinfft.c (modified) merge from rhubarb Wed, 07 Nov 2007 16:19:31 GMT Paul Brossier [4b6937b] * src/fft.c (modified) fft.c: use ifdef, not if, improve indentation Wed, 07 Nov 2007 16:15:45 GMT Paul Brossier [b050e8e] * src/pitchmcomb.c (modified) pitchmcomb.c: redo indentation Wed, 07 Nov 2007 16:14:59 GMT Paul Brossier [c8cbf3c] * src/pitchfcomb.c (modified) pitchfcomb.c: redo indentation Wed, 07 Nov 2007 16:13:27 GMT Paul Brossier [10cf306] * src/pitchyinfft.c (modified) pitchyinfft.c: redo indentation Wed, 07 Nov 2007 16:03:59 GMT Paul Brossier [f218f29] * src/fft.c (modified) * src/fft.h (modified) * src/hist.c (modified) * src/hist.h (modified) * src/onsetdetection.c (modified) * src/phasevoc.c (modified) * src/pitchfcomb.c (modified) * src/pitchyinfft.c (modified) * src/scale.c (modified) * src/scale.h (modified) * swig/aubio.i (modified) * tests/python/fft.py (modified) * tests/python/phasevoc.py (modified) * tests/python/template.py (added) merge from banane Wed, 07 Nov 2007 15:53:29 GMT Paul Brossier [4368223] * tests/python/fft.py (modified) merge from bastille Wed, 07 Nov 2007 15:52:59 GMT Paul Brossier [e86676b] * tests/python/phasevoc.py (modified) phasevoc.py: simplified class name Wed, 07 Nov 2007 15:51:42 GMT Paul Brossier [d57d1de] * src/fft.c (modified) * src/fft.h (modified) * src/hist.c (modified) * src/hist.h (modified) * src/onsetdetection.c (modified) * src/phasevoc.c (modified) * src/pitchfcomb.c (modified) * src/pitchyinfft.c (modified) * src/scale.c (modified) * src/scale.h (modified) * swig/aubio.i (modified) * tests/python/fft.py (modified) * tests/python/template.py (added) update fft.py tests, merge from banane Wed, 07 Nov 2007 15:33:43 GMT Paul Brossier [038852a] * tests/python/fft.py (modified) * tests/python/template.py (added) updated fft.py tests, added template for assertCloseEnough Wed, 07 Nov 2007 15:32:22 GMT Paul Brossier [49407f3] * swig/aubio.i (modified) swig/aubio.i: update to new aubio_fft Wed, 07 Nov 2007 15:32:03 GMT Paul Brossier [8b2dc90] * src/phasevoc.c (modified) * src/pitchfcomb.c (modified) * src/pitchyinfft.c (modified) phasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft Wed, 07 Nov 2007 15:30:29 GMT Paul Brossier [aadd27a] * src/fft.c (modified) * src/fft.h (modified) fft.c,fft.h: refactorised, no more mfft, only one fft Tue, 06 Nov 2007 10:53:50 GMT Paul Brossier [ef7df76] * .bzrignore (modified) * python/aubio/aubioclass.py (modified) * src/Makefile.am (modified) * src/aubio_priv.h (modified) * src/cvec.c (moved) * src/cvec.h (added) * src/fft.c (modified) * src/fft.h (modified) * src/fvec.c (added) * src/fvec.h (added) * src/phasevoc.c (modified) * src/sample.h (modified) * tests/Makefile.am (added) * tests/list_missing_python_tests (deleted) * tests/list_missing_tests (added) * tests/python/examples/README (added) * tests/python/examples/__init__.py (added) * tests/python/examples/aubionotes.py (added) * tests/python/examples/aubioonset.py (added) * tests/python/examples/aubiopitch.py (added) * tests/python/examples/aubiopitch/yinfft.16568_acclivity_TwoCows.wav.txt (added) * tests/python/examples/template.py (added) * tests/python/fft.py (added) * tests/python/fvec.py (modified) * tests/python/phasevoc.py (added) * tests/python/run_all_tests (modified) * tests/python/unittest_examples.py (added) * tests/src/Makefile.am (modified) * tests/src/test-cvec.c (moved) * tests/src/test-fft.c (modified) * tests/src/test-fvec.c (added) merge from banane Sun, 04 Nov 2007 15:53:41 GMT Paul Brossier [f1eda56] * src/scale.c (modified) scale.c: redo indentation Sun, 04 Nov 2007 15:53:15 GMT Paul Brossier [2d60be3] * src/hist.h (modified) hist.h: redo indentation Sun, 04 Nov 2007 15:52:50 GMT Paul Brossier [82f0c4e7] * src/scale.h (modified) scale.h: redo indentation Sun, 04 Nov 2007 15:47:38 GMT Paul Brossier [3c707f7] * src/hist.c (modified) * src/hist.h (modified) hist.{c,h}: redo indentation Sun, 04 Nov 2007 15:44:54 GMT Paul Brossier [812b376] * src/hist.c (modified) hist.c: move hist cent to a structure Sun, 04 Nov 2007 15:14:31 GMT Paul Brossier [274839f] * src/hist.c (modified) * src/hist.h (modified) * src/onsetdetection.c (modified) hist.c: move hist data to a structure, rename aubio_hist_weigth to ... Sun, 04 Nov 2007 14:29:54 GMT Paul Brossier [e00f769] * src/types.h (modified) back to smpl_t as float Sat, 03 Nov 2007 18:12:13 GMT Paul Brossier [d4a6eb9] * src/fft.c (modified) merge from banane Sat, 03 Nov 2007 18:08:10 GMT Paul Brossier [2b3280a] * tests/python/fft.py (modified) fft.py: some more tests Sat, 03 Nov 2007 18:07:21 GMT Paul Brossier [b1c948b] * src/phasevoc.c (modified) src/phasevoc.c: window is of type smpl_t Sat, 03 Nov 2007 18:03:58 GMT Paul Brossier [ac5f22c] * src/fft.c (modified) src/fft.c: fix norm computation when HAVE_COMPLEX_H is undefined Sat, 03 Nov 2007 18:03:04 GMT Paul Brossier [c721874] * src/aubio_priv.h (modified) * src/fft.c (modified) * src/fft.h (modified) * src/phasevoc.c (modified) * src/types.h (modified) * tests/python/examples/aubiopitch.py (added) * tests/python/examples/aubiopitch/yinfft.16568_acclivity_TwoCows.wav.txt (added) * tests/python/fft.py (added) * tests/python/fvec.py (modified) * tests/python/phasevoc.py (added) * tests/src/Makefile.am (modified) * tests/src/test-cvec.c (moved) * tests/src/test-fvec.c (added) merge changes from banane, more fixes Sat, 03 Nov 2007 16:38:45 GMT Paul Brossier [2d8880d5] * tests/python/fft.py (modified) add test fft back and forth Sat, 03 Nov 2007 16:17:46 GMT Paul Brossier [5c0662a] * tests/src/Makefile.am (modified) * tests/src/test-cvec.c (moved) * tests/src/test-fvec.c (added) splitted test-sample.c in test-{f,c}vec.c Sat, 03 Nov 2007 15:59:04 GMT Paul Brossier [685412e] * src/phasevoc.c (modified) src/phasevoc.c: remove tabs, reindent Sat, 03 Nov 2007 15:53:55 GMT Paul Brossier [6ef7f67] * src/phasevoc.c (modified) src/phasevoc.c: remove unused variable Sat, 03 Nov 2007 15:51:26 GMT Paul Brossier [f1dca0e] * tests/python/fvec.py (modified) fvec test: change order in assertEqual Sat, 03 Nov 2007 15:50:17 GMT Paul Brossier [4f56a35] * src/phasevoc.c (modified) phasevoc.c: do not window the signal again during resynthesis Sat, 03 Nov 2007 15:49:38 GMT Paul Brossier [cc4f3f7] * tests/python/phasevoc.py (modified) phasevoc test: add ones Sat, 03 Nov 2007 14:51:07 GMT Paul Brossier [0cbfa4a] * tests/python/phasevoc.py (added) added simple phasevoc test Sat, 03 Nov 2007 13:54:06 GMT Paul Brossier [398c1c5] * tests/python/fft.py (added) add test for fft (which appears to reveal a bug in fftw on powerpc\!) Sat, 03 Nov 2007 13:52:34 GMT Paul Brossier [a47cd35] * src/fft.c (modified) * src/fft.h (modified) fft.{c,h}: remove tabs Sat, 03 Nov 2007 13:22:14 GMT Paul Brossier [01af943] * src/fft.c (modified) fft.c: reduce size of specdata with COMPLEX_H, fix computations ... Sat, 03 Nov 2007 12:23:35 GMT Paul Brossier [55e030d] * src/aubio_priv.h (modified) aubio_priv.h: update copyright, remove tabs Fri, 02 Nov 2007 11:25:42 GMT Paul Brossier [1da7e08] * .bzrignore (added) * configure.ac (modified) * examples/Makefile.am (modified) * python/aubio/aubioclass.py (modified) * python/test/list_missing_tests (deleted) * python/test/run_all_tests (deleted) * src/Makefile.am (modified) * src/aubio.h (modified) * src/cvec.c (moved) * src/cvec.h (added) * src/fvec.c (added) * src/fvec.h (added) * src/pitchdetection.c (modified) * src/pitchdetection.h (modified) * src/sample.h (modified) * tests/Makefile.am (added) * tests/list_missing_tests (added) * tests/python/aubiomodule.py (moved) * tests/python/bench/onset/Makefile.am (moved) * tests/python/bench/onset/bench-delay (moved) * tests/python/bench/onset/bench-onset (moved) * tests/python/bench/onset/bench-window (moved) * tests/python/bench/pitch/Makefile.am (moved) * tests/python/bench/pitch/bench-pitch-isolated (moved) * tests/python/bench/pitch/bench-pitch-plot-isolated (moved) * tests/python/bench/tempo/demo-tempo (moved) * tests/python/bench/tempo/demo-tempo-acf (moved) * tests/python/cvec.py (moved) * tests/python/examples/README (added) * tests/python/examples/__init__.py (added) * tests/python/examples/aubionotes.py (added) * tests/python/examples/aubioonset.py (added) * tests/python/examples/template.py (added) * tests/python/fvec.py (moved) * tests/python/pitchdetection.py (added) * tests/python/run_all_tests (added) * tests/python/unittest_examples.py (added) * tests/src/Makefile.am (moved) * tests/src/test-beattracking.c (moved) * tests/src/test-biquad.c (moved) * tests/src/test-fft.c (moved) * tests/src/test-filter.c (moved) * tests/src/test-hist.c (moved) * tests/src/test-mfft.c (moved) * tests/src/test-onset.c (moved) * tests/src/test-onsetdetection.c (moved) * tests/src/test-peakpick.c (moved) * tests/src/test-phasevoc-jack.c (moved) * tests/src/test-phasevoc.c (moved) * tests/src/test-pitchdetection.c (moved) * tests/src/test-pitchfcomb.c (moved) * tests/src/test-pitchmcomb.c (moved) * tests/src/test-pitchschmitt.c (moved) * tests/src/test-pitchyin.c (moved) * tests/src/test-pitchyinfft.c (moved) * tests/src/test-resample.c (moved) * tests/src/test-sample.c (moved) * tests/src/test-scale.c (moved) * tests/src/test-tempo.c (moved) * tests/src/test-tss.c (moved) * tests/src/test-window.c (moved) merge main branch Fri, 02 Nov 2007 11:23:34 GMT Paul Brossier [d6f515d] * tests/python/examples/aubiopitch.py (added) * tests/python/examples/aubiopitch/yinfft.16568_acclivity_TwoCows.wav.txt (added) added test for aubiopitch, using TwoCows.wav from freesound Thu, 01 Nov 2007 15:40:15 GMT Paul Brossier [100f950] * tests/python/examples/aubionotes.py (modified) * tests/python/examples/aubioonset.py (modified) * tests/python/examples/template.py (modified) simplified examples template Thu, 01 Nov 2007 14:14:29 GMT Paul Brossier [cea30b8] * python/aubio/aubioclass.py (modified) aubioclass.py: make sndfile raise error if file not opened, do not ... Thu, 01 Nov 2007 13:29:08 GMT Paul Brossier [d1ec8cb] * src/Makefile.am (modified) * src/cvec.c (moved) * src/cvec.h (added) * src/fvec.c (added) * src/fvec.h (added) * src/sample.h (modified) splitted sample.c into fvec.c and cvec.c, kept sample.h for convenience Thu, 01 Nov 2007 13:06:31 GMT Paul Brossier [9f9f63f] * tests/python/examples/aubioonset.py (modified) aubioonset test: make sure default parameters detect the woodblock Thu, 01 Nov 2007 13:05:53 GMT Paul Brossier [b660fbc] * tests/list_missing_tests (modified) list_missing_tests: add examples tests Thu, 01 Nov 2007 12:59:40 GMT Paul Brossier [afb3576] * tests/list_missing_tests (modified) list_missing_tests: tst_prefix default is empty Thu, 01 Nov 2007 12:56:40 GMT Paul Brossier [79287252] * tests/list_missing_python_tests (deleted) * tests/list_missing_tests (added) list_missing_tests: update to check all existing test Wed, 31 Oct 2007 11:26:02 GMT Paul Brossier [031b1f9] * tests/python/examples/README (added) * tests/python/examples/__init__.py (added) * tests/python/examples/aubionotes.py (added) * tests/python/examples/aubioonset.py (added) * tests/python/examples/template.py (added) * tests/python/run_all_tests (modified) added examples tests Tue, 30 Oct 2007 21:21:33 GMT Paul Brossier [f14d323] * tests/Makefile.am (added) added new tests/Makefile.am Tue, 30 Oct 2007 21:13:09 GMT Paul Brossier [677facd] * .bzrignore (modified) improve .bzrignore, add comments Tue, 30 Oct 2007 09:46:16 GMT Paul Brossier [4aad0dc] * tests/python/unittest_examples.py (added) added simple unittest tests as examples Tue, 30 Oct 2007 02:40:35 GMT Paul Brossier [36fa6cb] * tests/python/pitchdetection.py (added) * tests/python/run_all_tests (modified) merge with pitchdetection test Tue, 30 Oct 2007 02:39:11 GMT Paul Brossier [6427e6d] * tests/src/test-fft.c (modified) use local comments in test-fft.c Tue, 30 Oct 2007 02:33:19 GMT Paul Brossier [82c588a] * .bzrignore (added) * configure.ac (modified) * examples/Makefile.am (modified) * src/aubio.h (modified) * src/pitchdetection.c (modified) * src/pitchdetection.h (modified) * tests/list_missing_python_tests (added) * tests/python/aubiomodule.py (moved) * tests/python/bench/onset/Makefile.am (moved) * tests/python/bench/onset/bench-delay (moved) * tests/python/bench/onset/bench-onset (moved) * tests/python/bench/onset/bench-window (moved) * tests/python/bench/pitch/Makefile.am (moved) * tests/python/bench/pitch/bench-pitch-isolated (moved) * tests/python/bench/pitch/bench-pitch-plot-isolated (moved) * tests/python/bench/tempo/demo-tempo (moved) * tests/python/bench/tempo/demo-tempo-acf (moved) * tests/python/cvec.py (moved) * tests/python/fvec.py (moved) * tests/python/pitchdetection.py (moved) * tests/python/run_all_tests (moved) * tests/src/Makefile.am (moved) * tests/src/test-beattracking.c (moved) * tests/src/test-biquad.c (moved) * tests/src/test-fft.c (moved) * tests/src/test-filter.c (moved) * tests/src/test-hist.c (moved) * tests/src/test-mfft.c (moved) * tests/src/test-onset.c (moved) * tests/src/test-onsetdetection.c (moved) * tests/src/test-peakpick.c (moved) * tests/src/test-phasevoc-jack.c (moved) * tests/src/test-phasevoc.c (moved) * tests/src/test-pitchdetection.c (moved) * tests/src/test-pitchfcomb.c (moved) * tests/src/test-pitchmcomb.c (moved) * tests/src/test-pitchschmitt.c (moved) * tests/src/test-pitchyin.c (moved) * tests/src/test-pitchyinfft.c (moved) * tests/src/test-resample.c (moved) * tests/src/test-sample.c (moved) * tests/src/test-scale.c (moved) * tests/src/test-tempo.c (moved) * tests/src/test-tss.c (moved) * tests/src/test-window.c (moved) merge from main branch Tue, 30 Oct 2007 02:28:08 GMT Paul Brossier [647a2d8] * python/test/all_tests.py (modified) * python/test/pitchdetection.py (added) load all tests from python test directory, add pitchdetection test Tue, 30 Oct 2007 02:01:30 GMT Paul Brossier [6d4ec49] * src/pitchdetection.c (modified) * src/pitchdetection.h (modified) pitchdetection.{c,h}: remove tabs Tue, 30 Oct 2007 02:01:07 GMT Paul Brossier [71d9f52] * src/aubio.h (modified) aubio.h: remove tabs Tue, 30 Oct 2007 02:00:22 GMT Paul Brossier [de2a8af] * .bzrignore (added) * configure.ac (modified) * examples/Makefile.am (modified) * python/test/list_missing_tests (deleted) * tests/list_missing_python_tests (added) * tests/python/aubiomodule.py (moved) * tests/python/bench/onset/Makefile.am (moved) * tests/python/bench/onset/bench-delay (moved) * tests/python/bench/onset/bench-onset (moved) * tests/python/bench/onset/bench-window (moved) * tests/python/bench/pitch/Makefile.am (moved) * tests/python/bench/pitch/bench-pitch-isolated (moved) * tests/python/bench/pitch/bench-pitch-plot-isolated (moved) * tests/python/bench/tempo/demo-tempo (moved) * tests/python/bench/tempo/demo-tempo-acf (moved) * tests/python/cvec.py (moved) * tests/python/fvec.py (moved) * tests/python/run_all_tests (moved) * tests/src/Makefile.am (moved) * tests/src/test-beattracking.c (moved) * tests/src/test-biquad.c (moved) * tests/src/test-fft.c (moved) * tests/src/test-filter.c (moved) * tests/src/test-hist.c (moved) * tests/src/test-mfft.c (moved) * tests/src/test-onset.c (moved) * tests/src/test-onsetdetection.c (moved) * tests/src/test-peakpick.c (moved) * tests/src/test-phasevoc-jack.c (moved) * tests/src/test-phasevoc.c (moved) * tests/src/test-pitchdetection.c (moved) * tests/src/test-pitchfcomb.c (moved) * tests/src/test-pitchmcomb.c (moved) * tests/src/test-pitchschmitt.c (moved) * tests/src/test-pitchyin.c (moved) * tests/src/test-pitchyinfft.c (moved) * tests/src/test-resample.c (moved) * tests/src/test-sample.c (moved) * tests/src/test-scale.c (moved) * tests/src/test-tempo.c (moved) * tests/src/test-tss.c (moved) * tests/src/test-window.c (moved) move python/tests to tests/python, examples/tests to tests/src, add ... Thu, 25 Oct 2007 02:02:06 GMT Paul Brossier [c1656cf] * configure.ac (modified) * examples/tests/test-beattracking.c (modified) * examples/tests/test-tempo.c (modified) * python/test/list_missing_tests (added) * python/test/run_all_tests (moved) * src/beattracking.c (modified) * src/beattracking.h (modified) * src/tempo.c (modified) * src/tempo.h (modified) * swig/aubio.i (modified) merge from main branch Thu, 25 Oct 2007 02:00:15 GMT Paul Brossier [97525e4] * python/test/run_all_tests (moved) renamed run_all_tests script Tue, 23 Oct 2007 10:45:13 GMT Paul Brossier [00c522b] * configure.ac (modified) configure.ac: add AM_PROG_CC_O Wed, 17 Oct 2007 16:17:59 GMT Paul Brossier [6bec1ed] * python/test/list_missing_tests (added) list_missing_tests: add script to get the list of missing test files Fri, 05 Oct 2007 15:10:56 GMT Paul Brossier [e34b010] * examples/tests/test-beattracking.c (modified) * examples/tests/test-tempo.c (modified) * src/beattracking.c (modified) * src/beattracking.h (modified) * src/tempo.c (modified) * src/tempo.h (modified) * swig/aubio.i (modified) beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence Mon, 17 Sep 2007 09:56:31 GMT Paul Brossier [14aebce] * python/test/all_tests.py (modified) * python/test/filterbank.py (added) * python/test/filterbank_mfcc.txt (added) all_tests.py, filterbank.py: add filterbank python unit test