# # ChangeLog for tests/src/spectral # # Generated by Trac 1.2 # Mar 29, 2024, 10:45:50 AM Thu, 28 Dec 2023 12:35:18 GMT Paul Brossier [7df72ac] * tests/src/spectral/test-dct.c (modified) [tests] use ABS in test-dct Thu, 31 Jan 2019 02:20:57 GMT Paul Brossier [ef8a1e4] * tests/src/spectral/test-mfcc.c (modified) [tests] fix input size in test-mfcc Tue, 11 Dec 2018 14:30:49 GMT Paul Brossier [423a427] * tests/src/spectral/test-mfcc.c (modified) [tests] improve test-mfcc (closes #219) Thu, 06 Dec 2018 10:40:48 GMT Paul Brossier [d726526] * tests/src/spectral/test-awhitening.c (modified) [tests] prevent crash in test-awhitening, fix memory leaks Thu, 29 Nov 2018 15:58:12 GMT Paul Brossier [92c85b12] * tests/src/spectral/test-dct.c (modified) [tests] fail dct tests if reconstruction failed Thu, 29 Nov 2018 15:27:52 GMT Paul Brossier [a3d8795] * tests/src/spectral/test-awhitening.c (modified) [tests] use run_on_default_source_and_sink in awhitening Thu, 29 Nov 2018 15:15:21 GMT Paul Brossier [eba0cc4] * tests/src/spectral/test-awhitening.c (modified) [tests] simplify awhitening parsing Mon, 26 Nov 2018 16:23:14 GMT Paul Brossier [b174319] * tests/src/spectral/test-mfcc.c (modified) [tests] add calls to new_aubio_mfcc with wrong input parameters Mon, 26 Nov 2018 16:09:08 GMT Paul Brossier [d050d02] * tests/src/spectral/test-dct.c (modified) [tests] do not test dct with wrong sizes Mon, 26 Nov 2018 10:49:03 GMT Paul Brossier [099776d] * tests/src/spectral/test-phasevoc.c (modified) [tests] increase pvoc coverage Mon, 26 Nov 2018 10:48:35 GMT Paul Brossier [804c8eb] * tests/src/spectral/test-dct.c (modified) * tests/src/spectral/test-tss.c (modified) [tests] increase tss coverage Mon, 26 Nov 2018 10:48:27 GMT Paul Brossier [88a4d8a] * tests/src/spectral/test-awhitening.c (modified) [tests] increase awhitening coverage Sat, 24 Nov 2018 15:28:01 GMT Paul Brossier [1029ac7] * tests/src/spectral/test-filterbank.c (modified) [tests] check creating filterbank with wrong parameters returns null Sat, 17 Nov 2018 13:18:38 GMT Paul Brossier [be8b18b] * tests/src/spectral/test-filterbank.c (modified) [tests] [filterbank] add get/set power/norm calls Wed, 22 Aug 2018 13:56:50 GMT Paul Brossier [52c1de9] * tests/src/spectral/test-dct.c (modified) tests/src/spectral/test-dct.c: check reconstruction works Wed, 06 Sep 2017 09:51:46 GMT Paul Brossier [9338e18] * tests/src/spectral/test-dct.c (modified) tests/src/spectral/test-dct.c: remove old comment Tue, 05 Sep 2017 10:56:39 GMT Paul Brossier [60583a3] * python/lib/gen_code.py (modified) * src/aubio.h (modified) * src/spectral/dct.h (added) * src/spectral/dct_ooura.c (added) * tests/src/spectral/test-dct.c (added) src/spectral/dct.h: add dct type II using ooura Fri, 10 Mar 2017 23:22:38 GMT Paul Brossier [90e25cc] * tests/src/spectral/test-awhitening.c (added) tests/src/spectral/tests-awhitening.c: add whitening example Sat, 17 Dec 2016 11:43:33 GMT Paul Brossier [0184994] * tests/src/spectral/test-phasevoc.c (modified) tests/src/spectral/test-phasevoc.c: fix typos Thu, 22 Sep 2016 21:26:50 GMT Paul Brossier [8076ecd] * tests/src/spectral/test-fft.c (modified) tests/src/spectral/test-fft.c: fix default size Thu, 20 Aug 2015 11:15:54 GMT Paul Brossier [3c6f584] * src/spectral/fft.c (modified) * tests/src/spectral/test-fft.c (modified) src/spectral/fft.c: if Ooura is used, make sure the fft size is a ... Tue, 26 May 2015 09:23:25 GMT Paul Brossier [44755a0] * tests/src/spectral/test-fft.c (modified) tests/src/spectral/test-fft.c: quieten and clarify Mon, 30 Dec 2013 21:09:32 GMT Paul Brossier [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 Tue, 17 Dec 2013 16:55:53 GMT Paul Brossier [01b277c] * tests/src/spectral/test-phasevoc-jack.c (deleted) * tests/wscript_build (modified) tests/src/spectral/test-phasevoc-jack.c: removed Tue, 17 Dec 2013 16:13:28 GMT Paul Brossier [c34336e] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/aubiopitch.c (modified) * examples/aubiotrack.c (modified) * examples/jackio.c (modified) * src/fvec.c (modified) * src/fvec.h (modified) * tests/src/spectral/test-phasevoc-jack.c (modified) * tests/src/spectral/test-phasevoc.c (modified) src/fvec.h: clean up fvec api Tue, 17 Dec 2013 16:11:35 GMT Paul Brossier [5d10ac1] * src/cvec.c (modified) * src/cvec.h (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/test-cvec.c (modified) src/cvec.h: clean up cvec api Tue, 26 Nov 2013 19:09:06 GMT Paul Brossier [39a7b26] * src/cvec.c (modified) * src/cvec.h (modified) * tests/src/spectral/test-mfcc.c (modified) * tests/src/test-cvec.c (modified) src/cvec.h: improve cvec_t api Wed, 13 Nov 2013 12:27:33 GMT Paul Brossier [a4c1e86] * tests/src/spectral/test-filterbank.c (modified) tests/src/spectral/test-filterbank.c: print filterbank Mon, 30 Sep 2013 15:18:50 GMT Paul Brossier [845c435] * tests/src/spectral/test-filterbank.c (modified) * tests/src/spectral/test-filterbank_mel.c (modified) tests/src/spectral/test-filterbank*: improve comments, print coeffs Sun, 03 Mar 2013 18:37:43 GMT Paul Brossier [6938a20] * 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-jack.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/spectral/: improve examples Sun, 03 Mar 2013 03:54:04 GMT Paul Brossier [8f68dfb] * tests/src/spectral/test-filterbank.c (modified) * tests/src/spectral/test-filterbank_mel.c (modified) tests/src/spectral/: improve test examples Tue, 10 Jul 2012 22:26:51 GMT Paul Brossier [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 [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, 02 May 2011 10:37:41 GMT Paul Brossier [5f9df77] * tests/src/spectral/test-fft.c (moved) * tests/src/tempo/test-beattracking.c (moved) * tests/src/tempo/test-tempo.c (moved) tests/: move tests around