# # ChangeLog for tests/src # # Generated by Trac 1.2 # May 26, 2024, 6:15:31 AM Thu, 17 Sep 2009 12:37:26 GMT Paul Brossier [afc584d] * tests/src/test-filterbank_mel.c (added) tests/src/test-filterbank_mel.c: added filterbank_mel test Thu, 17 Sep 2009 02:38:50 GMT Paul Brossier [bc3c51b] * tests/src/Makefile.am (modified) tests/src/Makefile.am: add filterbank_mel test Wed, 16 Sep 2009 23:37:03 GMT Paul Brossier [addc9ec] * tests/src/Makefile.am (modified) * tests/src/test-filterbank.c (added) test-filterbank.c: add trivial test for filterbank object Tue, 13 May 2008 06:45:37 GMT Paul Brossier [18f3162] * tests/src/test-filter.c (modified) tests/src/test-filter.c: add missing channels argument to ... Tue, 13 May 2008 06:44:07 GMT Paul Brossier [98cc475] * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to ... 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 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 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 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: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 ...