#
# ChangeLog for tests/python/src
#
# Generated by Trac 1.2
# Apr 14, 2025, 10:16:12 PM

Thu, 08 Oct 2009 00:35:50 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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:03:37 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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 <piem@piem.org> [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


Tue, 29 Sep 2009 23:24:56 GMT Paul Brossier <piem@piem.org> [7e114c8]
	* tests/python/src/temporal/a_weighting.py (moved)

	tests/python/src/temporal/a_weighting.py: moved from adesign.py


Sun, 18 May 2008 01:23:11 GMT Paul Brossier <piem@piem.org> [42f1cf14]
	* tests/python/src/utils/hist.py (modified)

	tests/python/src/utils/hist.py: update existing test cases, add two
	more


Thu, 15 May 2008 22:50:38 GMT Paul Brossier <piem@piem.org> [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; ...


Sat, 01 Dec 2007 22:00:03 GMT Paul Brossier <piem@piem.org> [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 <piem@piem.org> [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


Fri, 30 Nov 2007 19:47:01 GMT Paul Brossier <piem@piem.org> [5d012d0]
	* tests/python/src/onset/peakpick.py (added)

	added first tests for peakpicker


Fri, 30 Nov 2007 18:52:54 GMT Paul Brossier <piem@piem.org> [0f2084d]
	* tests/python/src/utils/scale.py (added)

	add first tests for scale.c


Fri, 30 Nov 2007 18:39:19 GMT Paul Brossier <piem@piem.org> [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