# # ChangeLog for tests/python # # Generated by Trac 1.2 # Mar 28, 2024, 12:46:30 PM Tue, 05 Mar 2013 07:55:29 GMT Paul Brossier [208336b] * python/tests/test_hist.py.old (moved) * python/tests/test_zero_crossing_rate.py.old (moved) * tests/python/aubiomodule.py (deleted) * tests/python/examples/aubionotes.py (deleted) * tests/python/localaubio.py (deleted) * tests/python/run_all_tests (deleted) * tests/python/src/__init__.py (deleted) * tests/python/src/onset/__init__.py (deleted) * tests/python/src/pitch/__init__.py (deleted) * tests/python/src/spectral/__init__.py (deleted) * tests/python/src/temporal/__init__.py (deleted) * tests/python/src/utils/__init__.py (deleted) * tests/python/template.py (deleted) * tests/python/unittest_examples.py (deleted) tests/python/: removed old python tests Sun, 03 Mar 2013 20:40:00 GMT Paul Brossier [68d0492] * python/tests/test_scale.py (added) * tests/python/src/utils/scale.py (deleted) tests/python/src/utils/scale.py: replace with python/tests/test_scale.py Sun, 03 Mar 2013 20:33:29 GMT Paul Brossier [71ef9c2] * python/tests/filterbank_mfcc_16000_512.expected (moved) * python/tests/test_filterbank.py (modified) python/tests/test_filterbank.py: added test against existing coeffs Sun, 03 Mar 2013 20:27:55 GMT Paul Brossier [45f0f4a] * tests/python/src/temporal/a_weighting_test_simple.expected (deleted) * tests/python/src/temporal/c_weighting_test_simple.expected (deleted) tests/python/src/temporal/*.expected: moved to python/tests Sun, 03 Mar 2013 20:19:35 GMT Paul Brossier [5747081] * python/tests/c_weighting_test_simple_8000.expected (moved) * python/tests/test_filter.py (modified) * tests/python/src/temporal/c_weighting.py (deleted) tests/python/src/temporal/c_weighting.py: replaced by ... Sun, 03 Mar 2013 20:16:50 GMT Paul Brossier [0bd161d] * tests/python/src/temporal/a_weighting.py (deleted) tests/python/src/temporal/a_weighting.py: replaced by ... Sun, 03 Mar 2013 20:14:32 GMT Paul Brossier [ac9eea7] * python/tests/test_filterbank.py (modified) * tests/python/src/spectral/filterbank.py (deleted) tests/python/src/spectral/filterbank.py: replaced by ... Sun, 03 Mar 2013 19:57:18 GMT Paul Brossier [9dd10cc] * tests/python/src/spectral/fft.py (deleted) tests/python/src/spectral/fft.py: replaced by python/tests/test_fft.py Sun, 03 Mar 2013 19:56:26 GMT Paul Brossier [8ee26a8] * tests/python/src/temporal/filter.py (deleted) tests/python/src/temporal/filter.py: replaced by ... Sun, 03 Mar 2013 19:55:34 GMT Paul Brossier [979f531] * tests/python/src/spectral/phasevoc.py (deleted) tests/python/src/spectral/phasevoc.py: replaced by ... Sun, 03 Mar 2013 19:54:42 GMT Paul Brossier [5ab40ce] * tests/python/src/pitch/pitchdetection.py (deleted) tests/python/src/pitch/pitchdetection.py: replaced by ... Sun, 03 Mar 2013 19:53:33 GMT Paul Brossier [ba02073] * tests/python/src/onset/peakpicker.py (deleted) tests/python/src/onset/peakpicker.py: replaced by ... Sun, 03 Mar 2013 19:52:13 GMT Paul Brossier [9afb8f8] * tests/python/src/fvec.py (deleted) tests/python/src/fvec.py: replaced by python/tests/test_fvec.py Sun, 03 Mar 2013 19:51:26 GMT Paul Brossier [52e5d69] * tests/python/src/cvec.py (deleted) tests/python/src/cvec.py: replaced by python/tests/test_cvec.py 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/ Mon, 19 Oct 2009 08:59:32 GMT Paul Brossier [b14107f] * examples/aubionotes.c (modified) * examples/aubiopitch.c (added) * tests/python/src/pitch/pitchdetection.py (modified) examples/aubiopitch.c: added c version of aubiopitch, more renaming Mon, 19 Oct 2009 08:51:59 GMT Paul Brossier [ca1abdd] * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/pitch.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/pitch/pitch.c (moved) * src/pitch/pitch.h (moved) * swig/aubio.i (modified) * tests/python/src/pitch/pitchdetection.py (modified) * tests/src/Makefile.am (modified) * tests/src/test-pitchdetection.c (modified) rename aubio_pitchdetection to aubio_pitch Sun, 18 Oct 2009 13:18:33 GMT Paul Brossier [bf1c6746] * tests/python/src/onset/peakpick.py (modified) tests/python/src/onset/peakpick.py: update peakpicker usage Fri, 16 Oct 2009 22:43:00 GMT Paul Brossier [740f06b] * Makefile.am (modified) * configure.ac (modified) * examples/Makefile.am (modified) * examples/jackio.c (moved) * examples/jackio.h (moved) * examples/sndfileio.c (moved) * examples/sndfileio.h (moved) * examples/utils.h (modified) * examples/wscript_build (modified) * ext/Makefile.am (deleted) * ext/aubioext.h (deleted) * ext/wscript_build (deleted) * python/aubio/Makefile.am (modified) * python/aubio/wscript_build (modified) * swig/aubio.i (modified) * tests/README.tests (moved) * tests/python/examples/aubiopitch/yinfft.16568__acclivity__TwoCows.wav.txt (moved) * tests/src/test-phasevoc-jack.c (modified) * wscript (modified) ext/, examples/, swig/, python/, tests/: remove libaubioext, make ... Thu, 08 Oct 2009 19:07:23 GMT Paul Brossier [5f4fd2f] * tests/python/template.py (modified) tests/python/template.py: also print the command when failing Thu, 08 Oct 2009 19:04:33 GMT Paul Brossier [b45b4ea] * tests/python/localaubio.py (modified) tests/python/localaubio.py: swith location Thu, 08 Oct 2009 19:03:35 GMT Paul Brossier [7280e67] * tests/python/examples/aubiopitch.py (modified) tests/python/examples/aubiopitch.py: do not fail if file is missing, ... Thu, 08 Oct 2009 19:00:53 GMT Paul Brossier [8802f92] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update to latest pitch ... Thu, 08 Oct 2009 02:31:11 GMT Paul Brossier [ca55954] * tests/python/examples/aubioonset.py (modified) tests/python/examples/aubioonset.py: do not check onset is actually ... Thu, 08 Oct 2009 02:30:11 GMT Paul Brossier [ca0a821] * tests/python/examples/aubionotes.py (modified) tests/python/examples/aubionotes.py: do not assume the error is known Thu, 08 Oct 2009 02:24:19 GMT Paul Brossier [874ed55] * tests/python/examples/template.py (deleted) * tests/python/template.py (modified) tests/python/template.py: factorise Thu, 08 Oct 2009 01:11:30 GMT Paul Brossier [e6b2a0c] * tests/python/src/spectral/fft.py (modified) tests/python/src/spectral/fft.py: remove abs, test passes in double ... Thu, 08 Oct 2009 00:48:37 GMT Paul Brossier [70dd55c] * tests/python/src/temporal/c_weighting.py (added) * tests/python/src/temporal/c_weighting_test_simple.expected (added) * tests/python/src/temporal/c_weighting_test_simple_8000.expected (added) tests/python/src/temporal/c_weighting.py: add test for c_weighting Thu, 08 Oct 2009 00:42:21 GMT Paul Brossier [e5ddc32] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update prototypes Thu, 08 Oct 2009 00:37:08 GMT Paul Brossier [c9ca5a6e] * tests/python/src/utils/hist.py (modified) src/utils/hist.py: kill print Thu, 08 Oct 2009 00:35:50 GMT Paul Brossier [5a93302] * tests/python/src/onset/peakpick.py (modified) tests/python/src/onset/peakpick.py: update to interpolated peak position Thu, 08 Oct 2009 00:13:38 GMT Paul Brossier [2672d67] * tests/python/src/temporal/a_weighting.py (modified) * tests/python/src/temporal/a_weighting_test_simple.expected (added) tests/python/src/temporal/: update a_weighting tests Thu, 08 Oct 2009 00:10:10 GMT Paul Brossier [f603b57] * tests/python/template.py (modified) tests/python: update template.py Thu, 08 Oct 2009 00:03:37 GMT Paul Brossier [cc9d0cc] * tests/python/src/temporal/filter.py (modified) tests/python/src/temporal/filter.py: update imports Thu, 08 Oct 2009 00:00:52 GMT Paul Brossier [1594d49] * tests/python/src/spectral/filterbank.py (modified) * tests/python/src/spectral/filterbank_mfcc.txt (deleted) * tests/python/src/spectral/filterbank_mfcc_16000_512.txt (added) tests/python: updated filterbank test Wed, 07 Oct 2009 23:23:31 GMT Paul Brossier [db62622] * tests/python/src/pitch/pitchdetection.py (modified) * tests/python/src/spectral/fft.py (modified) * tests/python/src/spectral/phasevoc.py (modified) * tests/python/src/temporal/zero_crossing_rate.py (modified) * tests/python/src/utils/hist.py (modified) * tests/python/src/utils/scale.py (modified) tests/python: update imports Wed, 07 Oct 2009 23:19:48 GMT Paul Brossier [a9f1656] * tests/python/localaubio.py (modified) tests/python/localaubio.py: simplify, also import template Tue, 29 Sep 2009 23:24:56 GMT Paul Brossier [7e114c8] * tests/python/src/temporal/a_weighting.py (moved) tests/python/src/temporal/a_weighting.py: moved from adesign.py Fri, 25 Sep 2009 23:04:44 GMT Paul Brossier [a250b35] * tests/python/localaubio.py (modified) tests/python/localaubio.py: add some tricks to work with waf too Sun, 18 May 2008 01:23:11 GMT Paul Brossier [42f1cf14] * tests/python/src/utils/hist.py (modified) tests/python/src/utils/hist.py: update existing test cases, add two more Fri, 16 May 2008 18:20:03 GMT Paul Brossier [4ecfee9] * tests/python/run_all_tests (modified) tests/python/run_all_tests: add a warning if list_of_test_files ... Thu, 15 May 2008 22:50:38 GMT Paul Brossier [7e204d01] * src/mathutils.c (modified) * tests/python/src/temporal/zero_crossing_rate.py (added) src/mathutils.c: change zero crossing function to split at >=0/<0; ... Thu, 15 May 2008 18:23:15 GMT Paul Brossier [92c70f6] * tests/python/localaubio.py (modified) tests/python/localaubio.py: improve error message about local aubio Sat, 01 Dec 2007 22:00:03 GMT Paul Brossier [6913434] * tests/python/src/temporal/adesign.py (added) * tests/python/src/temporal/filter.py (added) add tests for adesign and filter Sat, 01 Dec 2007 16:56:57 GMT Paul Brossier [974dddc] * tests/demo/bench/onset/Makefile.am (moved) * tests/demo/bench/onset/bench-delay (moved) * tests/demo/bench/onset/bench-onset (moved) * tests/demo/bench/onset/bench-window (moved) * tests/demo/bench/pitch/Makefile.am (moved) * tests/demo/bench/pitch/bench-pitch-isolated (moved) * tests/demo/bench/pitch/bench-pitch-plot-isolated (moved) * tests/demo/bench/tempo/demo-tempo (moved) * tests/demo/bench/tempo/demo-tempo-acf (moved) * tests/demo/localaubio.py (added) * tests/demo/plot_mfcc_filterbank.py (moved) * tests/python/localaubio.py (added) * tests/python/run_all_tests (modified) * tests/python/src/cvec.py (modified) * tests/python/src/fvec.py (modified) * tests/python/src/onset/peakpick.py (modified) * tests/python/template.py (modified) move tests/python/demo to tests/, add localaubio.py module helpers Sat, 01 Dec 2007 14:52:12 GMT Paul Brossier [8987df1] * tests/python/template.py (modified) tests template.py: re-ident Sat, 01 Dec 2007 14:51:27 GMT Paul Brossier [f1771f9] * tests/python/examples/aubioonset.py (modified) aubioonset.py tests: add specflux, use assertEqual Fri, 30 Nov 2007 19:47:01 GMT Paul Brossier [5d012d0] * tests/python/src/onset/peakpick.py (added) added first tests for peakpicker Fri, 30 Nov 2007 18:52:54 GMT Paul Brossier [0f2084d] * tests/python/src/utils/scale.py (added) add first tests for scale.c 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 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. ... 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, 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 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: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 15:51:26 GMT Paul Brossier [f1dca0e] * tests/python/fvec.py (modified) fvec test: change order in assertEqual 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\!) 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 13:06:31 GMT Paul Brossier [9f9f63f] * tests/python/examples/aubioonset.py (modified) aubioonset test: make sure default parameters detect the woodblock 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 09:46:16 GMT Paul Brossier [4aad0dc] * tests/python/unittest_examples.py (added) added simple unittest tests as examples 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: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 ...