#
# ChangeLog for tests/src/pitch
#
# Generated by Trac 1.2
# Feb 18, 2025, 10:28:49 AM

Mon, 30 Dec 2013 21:09:32 GMT Paul Brossier <piem@piem.org> [158e031]
	* tests/src/onset/test-peakpicker.c (modified)
	* tests/src/pitch/test-pitch.c (modified)
	* tests/src/pitch/test-pitchfcomb.c (modified)
	* tests/src/pitch/test-pitchmcomb.c (modified)
	* tests/src/pitch/test-pitchschmitt.c (modified)
	* tests/src/pitch/test-pitchspecacf.c (modified)
	* tests/src/pitch/test-pitchyin.c (modified)
	* tests/src/pitch/test-pitchyinfft.c (modified)
	* tests/src/spectral/test-fft.c (modified)
	* tests/src/spectral/test-filterbank.c (modified)
	* tests/src/spectral/test-filterbank_mel.c (modified)
	* tests/src/spectral/test-mfcc.c (modified)
	* tests/src/spectral/test-phasevoc.c (modified)
	* tests/src/spectral/test-specdesc.c (modified)
	* tests/src/spectral/test-tss.c (modified)
	* tests/src/tempo/test-beattracking.c (modified)
	* tests/src/temporal/test-a_weighting.c (modified)
	* tests/src/temporal/test-biquad.c (modified)
	* tests/src/temporal/test-c_weighting.c (modified)
	* tests/src/temporal/test-filter.c (modified)
	* tests/src/temporal/test-resampler.c (modified)
	* tests/src/test-cvec.c (modified)
	* tests/src/test-delnull.c (modified)
	* tests/src/test-fmat.c (modified)
	* tests/src/test-fvec.c (modified)
	* tests/src/test-lvec.c (modified)
	* tests/src/test-mathutils-window.c (modified)
	* tests/src/test-mathutils.c (modified)
	* tests/src/utils/test-hist.c (modified)
	* tests/src/utils/test-parameter.c (modified)
	* tests/src/utils/test-scale.c (modified)
	* tests/utils_tests.h (modified)

	tests/: add void to prototypes to build with -Wstrict-prototypes


Sat, 07 Dec 2013 19:33:12 GMT Paul Brossier <piem@piem.org> [4219f8a]
	* tests/src/pitch/test-pitchspecacf.c (added)

	tests/src/pitch/test-pitchspecacf.c: add simple test


Tue, 09 Apr 2013 23:47:05 GMT Paul Brossier <piem@piem.org> [9c9202f]
	* src/pitch/pitch.c (modified)
	* src/pitch/pitchyinfft.c (modified)
	* src/pitch/pitchyinfft.h (modified)
	* tests/src/pitch/test-pitchyinfft.c (modified)

	src/pitch/pitchyinfft.c: adapt filter and shortest period to
	samplerate


Sun, 03 Mar 2013 16:47:05 GMT Paul Brossier <piem@piem.org> [c71aa44]
	* tests/src/pitch/test-pitch.c (modified)
	* tests/src/pitch/test-pitchfcomb.c (modified)
	* tests/src/pitch/test-pitchmcomb.c (modified)
	* tests/src/pitch/test-pitchschmitt.c (modified)
	* tests/src/pitch/test-pitchyin.c (modified)
	* tests/src/pitch/test-pitchyinfft.c (modified)

	tests/src/pitch/: improve examples


Tue, 10 Jul 2012 22:26:51 GMT Paul Brossier <piem@piem.org> [9d6001cb]
	* tests/src/onset/test-peakpicker.c (modified)
	* tests/src/pitch/test-pitch.c (modified)
	* tests/src/pitch/test-pitchfcomb.c (modified)
	* tests/src/spectral/test-phasevoc-jack.c (modified)
	* tests/src/spectral/test-tss.c (modified)

	tests/src: fix memory leaks


Tue, 10 Jul 2012 22:26:12 GMT Paul Brossier <piem@piem.org> [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/