# # ChangeLog for tests/src/test-phasevoc-jack.c # # Generated by Trac 1.2 # Apr 25, 2024, 8:29:43 AM Fri, 04 Dec 2009 00:47:17 GMT Paul Brossier [aea235c] * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-beattracking.c (modified) * tests/src/test-biquad.c (modified) * tests/src/test-cvec.c (modified) * tests/src/test-fft.c (modified) * tests/src/test-filter.c (modified) * tests/src/test-filterbank.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-fvec.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-mfcc.c (modified) * tests/src/test-onset.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-peakpick.c (modified) * tests/src/test-phasevoc-jack.c (modified) * tests/src/test-phasevoc.c (modified) * tests/src/test-pitchdetection.c (modified) * tests/src/test-pitchfcomb.c (modified) * tests/src/test-pitchmcomb.c (modified) * tests/src/test-pitchschmitt.c (modified) * tests/src/test-pitchyin.c (modified) * tests/src/test-pitchyinfft.c (modified) * tests/src/test-resample.c (modified) * tests/src/test-scale.c (modified) * tests/src/test-tempo.c (modified) * tests/src/test-tss.c (modified) tests/src: switch to mono Thu, 05 Nov 2009 23:09:38 GMT Paul Brossier [7b485af] * tests/src/test-phasevoc-jack.c (modified) tests/src/test-phasevoc-jack.c: print warning if jack not built in, ... Fri, 16 Oct 2009 22:43:00 GMT Paul Brossier [740f06b] * Makefile.am (modified) * configure.ac (modified) * examples/Makefile.am (modified) * examples/jackio.c (moved) * examples/jackio.h (moved) * examples/sndfileio.c (moved) * examples/sndfileio.h (moved) * examples/utils.h (modified) * examples/wscript_build (modified) * ext/Makefile.am (deleted) * ext/aubioext.h (deleted) * ext/wscript_build (deleted) * python/aubio/Makefile.am (modified) * python/aubio/wscript_build (modified) * swig/aubio.i (modified) * tests/README.tests (moved) * tests/python/examples/aubiopitch/yinfft.16568__acclivity__TwoCows.wav.txt (moved) * tests/src/test-phasevoc-jack.c (modified) * wscript (modified) ext/, examples/, swig/, python/, tests/: remove libaubioext, make ... Fri, 25 Sep 2009 04:58:40 GMT Paul Brossier [c3f4173] * tests/src/test-phasevoc-jack.c (modified) tests/src/test-phasevoc-jack.c: update to also test midi ports and ... Wed, 23 Sep 2009 17:40:14 GMT Paul Brossier [b511fa9] * configure.ac (modified) * examples/utils.c (modified) * examples/utils.h (modified) * ext/aubioext.h (modified) * ext/jackio.c (modified) * ext/jackio.h (modified) * ext/midi/midi_driver.h (modified) * src/aubio_priv.h (modified) * src/mathutils.c (modified) * src/spectral/fft.c (modified) * src/spectral/fft.h (modified) * tests/src/test-phasevoc-jack.c (modified) replace FOO_SUPPORT with HAVE_FOO, use float for jack_process ... 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 ...