# # ChangeLog for tests/python # # Generated by Trac 1.2 # Mar 29, 2024, 3:50:16 PM 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 ...