# # ChangeLog for tests/src/spectral/test-phasevoc.c # # Generated by Trac 1.2 # Mar 28, 2024, 1:31:56 PM Mon, 26 Nov 2018 10:49:03 GMT Paul Brossier [099776d] * tests/src/spectral/test-phasevoc.c (modified) [tests] increase pvoc coverage 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 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: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 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 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/