# # ChangeLog for tests # # Generated by Trac 1.2 # Mar 28, 2024, 10:25:31 AM Wed, 02 Jun 2010 23:07:33 GMT Paul Brossier [c251b80] * tests/src/test-fvec.c (modified) test-fvec.c: update Sat, 09 Jan 2010 14:35:53 GMT Paul Brossier [37eb9ce] * examples/Makefile.am (modified) * examples/utils.c (modified) * interfaces/python/demo_beat.py (modified) * src/spectral/specdesc.c (modified) * tests/src/test-pitch.c (added) merge from master, print beats once in demo_beat.py Fri, 11 Dec 2009 15:36:32 GMT Paul Brossier [2c50da9] * tests/src/test-pitch.c (added) test-pitch.c: added test for pitch Sat, 05 Dec 2009 01:16:22 GMT Paul Brossier [2a109e4] * tests/src/test-peakpick.c (modified) tests/src/: no more arguments for peakpicker 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, ... Thu, 05 Nov 2009 22:16:29 GMT Paul Brossier [48b6a52] * tests/src/test-resample.c (modified) tests/src/test-resample.c: indent, no #ifdef here Tue, 03 Nov 2009 17:23:04 GMT Paul Brossier [31907fd] * python/aubio/aubioclass.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/spectral/specdesc.c (moved) * src/spectral/specdesc.h (moved) * src/tempo/tempo.c (modified) * tests/src/test-onsetdetection.c (modified) src/spectral/specdesc.{c,h}: rename aubio_onsetdetection to ... Sun, 25 Oct 2009 20:45:12 GMT Paul Brossier [e460e60] * Makefile.am (modified) * configure.ac (modified) * interfaces/cpp/Makefile.am (deleted) * interfaces/cpp/aubiocpp.cpp (deleted) * interfaces/cpp/aubiocpp.h (deleted) * interfaces/cpp/wscript_build (deleted) * tests/Makefile.am (modified) * tests/cpp/Makefile.am (deleted) * tests/cpp/test-cvec.cpp (deleted) * tests/cpp/test-fvec.cpp (deleted) * wscript (modified) interfaces/cpp: remove, will create a separate project later if needed Thu, 22 Oct 2009 01:24:37 GMT Paul Brossier [21f0655] * tests/src/test-beattracking.c (modified) * tests/src/test-filterbank.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-peakpick.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-scale.c (modified) * tests/src/test-tss.c (modified) tests/src: add AUBIO_UNSTABLE where needed Thu, 22 Oct 2009 01:23:04 GMT Paul Brossier [b2e706f] * tests/src/test-mfcc.c (modified) tests/src/test-mfcc.c: simplify using cvec_set Mon, 19 Oct 2009 12:45:13 GMT Paul Brossier [b01bd4a] * src/aubio.h (modified) * src/onset/peakpick.c (modified) * src/temporal/biquad.c (modified) * src/temporal/biquad.h (modified) * swig/aubio.i (modified) * tests/src/test-biquad.c (modified) src/temporal: derive biquad from filter, use in peakpicker Mon, 19 Oct 2009 11:52:04 GMT Paul Brossier [59c046d] * src/spectral/filterbank_mel.c (modified) * src/spectral/filterbank_mel.h (modified) * src/temporal/a_weighting.c (modified) * src/temporal/a_weighting.h (modified) * src/temporal/c_weighting.c (modified) * src/temporal/c_weighting.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * swig/aubio.i (modified) * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-filter.c (modified) src/spectral/filter.c, src/temporal/filterbank_mel.c: move samplerate ... Mon, 19 Oct 2009 08:59:32 GMT Paul Brossier [b14107f] * examples/aubionotes.c (modified) * examples/aubiopitch.c (added) * tests/python/src/pitch/pitchdetection.py (modified) examples/aubiopitch.c: added c version of aubiopitch, more renaming Mon, 19 Oct 2009 08:51:59 GMT Paul Brossier [ca1abdd] * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/notes.py (modified) * python/aubio/task/pitch.py (modified) * src/Makefile.am (modified) * src/aubio.h (modified) * src/pitch/pitch.c (moved) * src/pitch/pitch.h (moved) * swig/aubio.i (modified) * tests/python/src/pitch/pitchdetection.py (modified) * tests/src/Makefile.am (modified) * tests/src/test-pitchdetection.c (modified) rename aubio_pitchdetection to aubio_pitch Sun, 18 Oct 2009 13:18:33 GMT Paul Brossier [bf1c6746] * tests/python/src/onset/peakpick.py (modified) tests/python/src/onset/peakpick.py: update peakpicker usage Sun, 18 Oct 2009 13:08:59 GMT Paul Brossier [56ef7e1] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/tempo/beattracking.c (modified) * src/tempo/tempo.c (modified) * tests/src/test-peakpick.c (modified) Change peakpicker to match API specs, make quadint per channel * ... Sat, 17 Oct 2009 12:38:47 GMT Paul Brossier [407bba9] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchyinfft.c (modified) * src/spectral/phasevoc.c (modified) * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) src/mathutils.c: use a string for window type, making enum private Sat, 17 Oct 2009 12:15:32 GMT Paul Brossier [858cfa7] * interfaces/java/aubio/Makefile.am (modified) * tests/src/Makefile.am (modified) remove references to aubioext in Makefile.am 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, 16 Oct 2009 20:56:17 GMT Paul Brossier [2828382] * tests/src/test-mfcc.c (modified) tests/src/: update mfcc Fri, 16 Oct 2009 19:57:29 GMT Paul Brossier [7778f39] * tests/src/test-onset.c (modified) * tests/src/test-tempo.c (modified) tests/src/: update to use samplerate Fri, 16 Oct 2009 19:28:59 GMT Paul Brossier [0d434df5] * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) tests/src/test-{hist,window}.c: remove unused argc argv Fri, 16 Oct 2009 02:02:01 GMT Paul Brossier [f1b6aad] * plugins/puredata/aubiotss~.c (modified) * src/spectral/tss.c (modified) * src/spectral/tss.h (modified) * tests/src/test-tss.c (modified) src/spectral/tss.c: simplify new_ method, add setters for threshold, ... Thu, 15 Oct 2009 16:54:23 GMT Paul Brossier [fe163ad] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubiopitch~.c (modified) * python/aubio/aubioclass.py (modified) * python/aubio/task/params.py (modified) * python/aubio/task/pitch.py (modified) * python/aubio/task/utils.py (modified) * python/aubiopitch (modified) * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * swig/aubio.i (modified) * tests/src/test-pitchdetection.c (modified) src/pitch: use a string to set pitch method, add a new function to ... Thu, 15 Oct 2009 15:09:34 GMT Paul Brossier [b4f5967] * examples/aubiotrack.c (modified) * examples/utils.c (modified) * examples/utils.h (modified) * plugins/puredata/aubioonset~.c (modified) * plugins/puredata/aubiotempo~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onset.h (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * swig/aubio.i (modified) * tests/src/test-onset.c (modified) * tests/src/test-onsetdetection.c (modified) * tests/src/test-tempo.c (modified) src/onset: use a string to set onset mode, keeping onset types enum ... Thu, 08 Oct 2009 19:07:23 GMT Paul Brossier [5f4fd2f] * tests/python/template.py (modified) tests/python/template.py: also print the command when failing Thu, 08 Oct 2009 19:04:33 GMT Paul Brossier [b45b4ea] * tests/python/localaubio.py (modified) tests/python/localaubio.py: swith location Thu, 08 Oct 2009 19:03:35 GMT Paul Brossier [7280e67] * tests/python/examples/aubiopitch.py (modified) tests/python/examples/aubiopitch.py: do not fail if file is missing, ... Thu, 08 Oct 2009 19:00:53 GMT Paul Brossier [8802f92] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update to latest pitch ... Thu, 08 Oct 2009 18:51:06 GMT Paul Brossier [7a6cbbe] * src/pitch/pitchdetection.c (modified) * src/pitch/pitchdetection.h (modified) * tests/src/test-pitchdetection.c (modified) src/pitch/pitchdetection.{c,h}: clean and update prototypes, sync ... Thu, 08 Oct 2009 18:49:10 GMT Paul Brossier [22d33e2] * src/pitch/pitchyinfft.c (modified) * src/pitch/pitchyinfft.h (modified) * tests/src/test-pitchyinfft.c (modified) src/pitch/pitchyinfft.{c,h}: add get/set for tolerance, clean and ... Thu, 08 Oct 2009 18:24:43 GMT Paul Brossier [2ba3440] * src/pitch/pitchyin.c (modified) * src/pitch/pitchyin.h (modified) * tests/src/test-pitchyin.c (modified) src/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t object, clean ... Thu, 08 Oct 2009 18:20:19 GMT Paul Brossier [f162cf9] * src/pitch/pitchschmitt.c (modified) * src/pitch/pitchschmitt.h (modified) * tests/src/test-pitchschmitt.c (modified) src/pitch/pitchschmitt.c: remove unneeded samplerate parameter, ... Thu, 08 Oct 2009 18:07:20 GMT Paul Brossier [e5757cf] * src/pitch/pitchmcomb.c (modified) * src/pitch/pitchmcomb.h (modified) * tests/src/test-pitchmcomb.c (modified) src/pitch/pitchmcomb.{c,h}: remove unused samplerate parameter, make ... Thu, 08 Oct 2009 17:46:46 GMT Paul Brossier [8040cca] * src/pitch/pitchfcomb.c (modified) * src/pitch/pitchfcomb.h (modified) * tests/src/test-pitchfcomb.c (modified) src/pitch/pitchfcomb.c: update prototypes, make multichannel, remove ... Thu, 08 Oct 2009 10:07:12 GMT Paul Brossier [9daf018] * tests/src/test-resample.c (modified) tests/src/test-resample.c: run 10 times, update defines Thu, 08 Oct 2009 02:31:11 GMT Paul Brossier [ca55954] * tests/python/examples/aubioonset.py (modified) tests/python/examples/aubioonset.py: do not check onset is actually ... Thu, 08 Oct 2009 02:30:11 GMT Paul Brossier [ca0a821] * tests/python/examples/aubionotes.py (modified) tests/python/examples/aubionotes.py: do not assume the error is known Thu, 08 Oct 2009 02:24:19 GMT Paul Brossier [874ed55] * tests/python/examples/template.py (deleted) * tests/python/template.py (modified) tests/python/template.py: factorise Thu, 08 Oct 2009 01:11:30 GMT Paul Brossier [e6b2a0c] * tests/python/src/spectral/fft.py (modified) tests/python/src/spectral/fft.py: remove abs, test passes in double ... Thu, 08 Oct 2009 00:48:37 GMT Paul Brossier [70dd55c] * tests/python/src/temporal/c_weighting.py (added) * tests/python/src/temporal/c_weighting_test_simple.expected (added) * tests/python/src/temporal/c_weighting_test_simple_8000.expected (added) tests/python/src/temporal/c_weighting.py: add test for c_weighting Thu, 08 Oct 2009 00:42:21 GMT Paul Brossier [e5ddc32] * tests/python/src/pitch/pitchdetection.py (modified) tests/python/src/pitch/pitchdetection.py: update prototypes Thu, 08 Oct 2009 00:37:08 GMT Paul Brossier [c9ca5a6e] * tests/python/src/utils/hist.py (modified) src/utils/hist.py: kill print Thu, 08 Oct 2009 00:35:50 GMT Paul Brossier [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 [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:10:10 GMT Paul Brossier [f603b57] * tests/python/template.py (modified) tests/python: update template.py Thu, 08 Oct 2009 00:03:37 GMT Paul Brossier [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 [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 [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 Wed, 07 Oct 2009 23:19:48 GMT Paul Brossier [a9f1656] * tests/python/localaubio.py (modified) tests/python/localaubio.py: simplify, also import template Wed, 07 Oct 2009 21:24:54 GMT Paul Brossier [a72f3f1] * src/onset/onset.c (modified) * src/onset/onset.h (modified) * tests/src/test-onset.c (modified) src/onset/onset.c: rename aubio_onset to aubio_onset_do Wed, 07 Oct 2009 21:19:36 GMT Paul Brossier [0ce97483] * src/utils/hist.c (modified) * src/utils/scale.c (modified) * src/utils/scale.h (modified) * swig/aubio.i (modified) * tests/src/test-scale.c (modified) src/utils/scale.c: rename aubio_scale_set to aubio_scale_set_limits Wed, 07 Oct 2009 20:58:25 GMT Paul Brossier [01b8fcc] * examples/aubionotes.c (modified) * examples/aubioonset.c (modified) * plugins/puredata/aubioonset~.c (modified) * python/aubio/aubioclass.py (modified) * src/onset/onset.c (modified) * src/onset/onsetdetection.c (modified) * src/onset/onsetdetection.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-onsetdetection.c (modified) src/onset: rename aubio_onsetdetection to aubio_onsetdetection_do Wed, 07 Oct 2009 20:34:07 GMT Paul Brossier [5bf23f7] * examples/aubiotrack.c (modified) * plugins/puredata/aubiotempo~.c (modified) * src/tempo/tempo.c (modified) * src/tempo/tempo.h (modified) * tests/src/test-tempo.c (modified) src/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do Wed, 07 Oct 2009 18:31:43 GMT Paul Brossier [8766cb6] * examples/utils.c (modified) * examples/utils.h (modified) * src/onset/onset.c (modified) * src/onset/peakpick.c (modified) * src/onset/peakpick.h (modified) * src/tempo/tempo.c (modified) * swig/aubio.i (modified) * tests/src/test-peakpick.c (modified) src/onset/peakpick.c: rename aubio_pickpeak_t to aubio_peakpicker_t Wed, 07 Oct 2009 18:11:00 GMT Paul Brossier [cfa0f12] * tests/src/test-filter.c (modified) tests/src/test-filter.c: avoid redefining o Wed, 07 Oct 2009 17:39:11 GMT Paul Brossier [bd1a630] * tests/src/test-filter.c (modified) tests/src/test-filter.c: improve, indent Wed, 07 Oct 2009 17:36:31 GMT Paul Brossier [e5e693e] * 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-pitchyinfft.c (modified) tests/src/test-pitch*: update pitch prototypes Tue, 06 Oct 2009 15:28:19 GMT Paul Brossier [daa4ca9] * tests/src/test-peakpick.c (modified) tests/src/test-peakpick.c: update peakpicker prototype Thu, 01 Oct 2009 23:26:08 GMT Paul Brossier [38e9732] * tests/src/test-fft.c (modified) * tests/src/test-filterbank_mel.c (modified) * tests/src/test-mfcc.c (modified) tests/src/: various updates Thu, 01 Oct 2009 23:11:37 GMT Paul Brossier [2f64b0e] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/pitch/pitchyin.c (modified) * src/pitch/pitchyinfft.c (modified) * src/utils/hist.c (modified) * swig/aubio.i (modified) * tests/src/test-filterbank.c (modified) rename vec_min and vec_min_elem to fvec_min and fvec_max_elem Thu, 01 Oct 2009 23:09:46 GMT Paul Brossier [1e2c82f] * src/mathutils.c (modified) * src/mathutils.h (modified) * src/tempo/beattracking.c (modified) * src/utils/hist.c (modified) * swig/aubio.i (modified) * tests/src/test-filterbank.c (modified) rename vec_max and vec_max_elem to fvec_max fvec_max_elem Thu, 01 Oct 2009 23:07:29 GMT Paul Brossier [d57c879] * tests/src/test-filterbank.c (modified) tests/src/test-filterbank.c: print coeffs Thu, 01 Oct 2009 23:00:53 GMT Paul Brossier [47eabeb] * tests/src/test-phasevoc.c (modified) tests/src/test-phasevoc.c add missing stdio.h Thu, 01 Oct 2009 06:22:29 GMT Paul Brossier [7ac818f] * tests/src/test-beattracking.c (modified) * tests/src/test-resample.c (modified) * tests/src/test-tempo.c (modified) * tests/src/test-tss.c (modified) tests/src: include stdio.h as needed, add HAVE_LIBSAMPLERATE Tue, 29 Sep 2009 23:24:56 GMT Paul Brossier [7e114c8] * tests/python/src/temporal/a_weighting.py (moved) tests/python/src/temporal/a_weighting.py: moved from adesign.py Tue, 29 Sep 2009 18:45:41 GMT Paul Brossier [f11d78d] * tests/src/wscript_build (deleted) * wscript (modified) wscript: move test build rules from tests/src/wscript_build, use new ... Tue, 29 Sep 2009 05:58:03 GMT Paul Brossier [c159aeb] * src/pitch/pitchdetection.c (modified) * src/temporal/a_weighting.c (moved) * src/temporal/a_weighting.h (moved) * src/temporal/c_weighting.c (moved) * src/temporal/c_weighting.h (moved) * src/temporal/filter.h (modified) * tests/src/temporal/test-aweighting.c (modified) * tests/src/temporal/test-cweighting.c (modified) * tests/src/test-filter.c (modified) src/temporal: rename adesign/adsgn to a_weighting, idem for c_weighting Tue, 29 Sep 2009 05:43:12 GMT Paul Brossier [a4364b8] * src/Makefile.am (modified) * src/pitch/pitchdetection.c (modified) * src/temporal/adesign.c (modified) * src/temporal/adesign.h (modified) * src/temporal/cdesign.c (modified) * src/temporal/cdesign.h (modified) * src/temporal/filter.c (modified) * src/temporal/filter.h (modified) * src/temporal/filter_priv.h (deleted) * tests/src/temporal/test-aweighting.c (added) * tests/src/temporal/test-cweighting.c (added) * tests/src/test-filter.c (modified) src/temporal: revamp filter object, clarify API for A- and ... Fri, 25 Sep 2009 23:04:44 GMT Paul Brossier [a250b35] * tests/python/localaubio.py (modified) tests/python/localaubio.py: add some tricks to work with waf too 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 ... Fri, 25 Sep 2009 02:26:14 GMT Paul Brossier [51ee670] * tests/src/test-hist.c (modified) tests/src/test-hist.c: update to new_aubio_window Fri, 25 Sep 2009 02:23:21 GMT Paul Brossier [ff9d00c] * tests/src/test-window.c (modified) tests/src/test-window.c: update to new_aubio_window Wed, 23 Sep 2009 17:58:06 GMT Paul Brossier [bf168ac] * tests/src/wscript_build (added) use waf as new build system (missing file) 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 ... Thu, 17 Sep 2009 18:07:24 GMT Paul Brossier [0028ea7] * tests/src/Makefile.am (modified) * tests/src/test-mfcc.c (added) test-mfcc.c: add simple mfcc test Thu, 17 Sep 2009 12:37:26 GMT Paul Brossier [afc584d] * tests/src/test-filterbank_mel.c (added) tests/src/test-filterbank_mel.c: added filterbank_mel test Thu, 17 Sep 2009 02:38:50 GMT Paul Brossier [bc3c51b] * tests/src/Makefile.am (modified) tests/src/Makefile.am: add filterbank_mel test Wed, 16 Sep 2009 23:37:03 GMT Paul Brossier [addc9ec] * tests/src/Makefile.am (modified) * tests/src/test-filterbank.c (added) test-filterbank.c: add trivial test for filterbank object Sun, 18 May 2008 01:23:11 GMT Paul Brossier [42f1cf14] * tests/python/src/utils/hist.py (modified) tests/python/src/utils/hist.py: update existing test cases, add two more Fri, 16 May 2008 18:20:03 GMT Paul Brossier [4ecfee9] * tests/python/run_all_tests (modified) tests/python/run_all_tests: add a warning if list_of_test_files ... Thu, 15 May 2008 22:50:38 GMT Paul Brossier [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; ... Thu, 15 May 2008 18:23:15 GMT Paul Brossier [92c70f6] * tests/python/localaubio.py (modified) tests/python/localaubio.py: improve error message about local aubio Tue, 13 May 2008 06:45:37 GMT Paul Brossier [18f3162] * tests/src/test-filter.c (modified) tests/src/test-filter.c: add missing channels argument to ... Tue, 13 May 2008 06:44:07 GMT Paul Brossier [98cc475] * tests/src/test-hist.c (modified) * tests/src/test-window.c (modified) tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to ... Tue, 04 Dec 2007 17:15:34 GMT Paul Brossier [445e0dca] * configure.ac (modified) * tests/Makefile.am (modified) * tests/cpp/Makefile.am (added) * tests/cpp/test-cvec.cpp (added) * tests/cpp/test-fvec.cpp (added) added simple tests in tests/cpp for cpp interface draft Sat, 01 Dec 2007 22:00:03 GMT Paul Brossier [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 [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 Sat, 01 Dec 2007 14:52:12 GMT Paul Brossier [8987df1] * tests/python/template.py (modified) tests template.py: re-ident Sat, 01 Dec 2007 14:51:27 GMT Paul Brossier [f1771f9] * tests/python/examples/aubioonset.py (modified) aubioonset.py tests: add specflux, use assertEqual Fri, 30 Nov 2007 19:47:01 GMT Paul Brossier [5d012d0] * tests/python/src/onset/peakpick.py (added) added first tests for peakpicker Fri, 30 Nov 2007 18:52:54 GMT Paul Brossier [0f2084d] * tests/python/src/utils/scale.py (added) add first tests for scale.c Fri, 30 Nov 2007 18:39:19 GMT Paul Brossier [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 Fri, 30 Nov 2007 17:26:04 GMT Paul Brossier [d05c54f] * tests/python/hist.py (added) add draft test for hist.py Sat, 24 Nov 2007 17:46:30 GMT Paul Brossier [7873363] * examples/Makefile.am (modified) * examples/aubiomfcc.c (added) * src/Makefile.am (modified) * src/aubio.h (modified) * src/filterbank.c (added) * src/filterbank.h (added) * src/mfcc.c (added) * src/mfcc.h (added) * swig/aubio.i (modified) * tests/python/demo/plot_mfcc_filterbank.py (added) * tests/python/filterbank.py (added) * tests/python/filterbank_mfcc.txt (added) merge with aubio-mfcc branch, adding filterbank and mfcc first draft. ... Sat, 24 Nov 2007 17:13:59 GMT Paul Brossier [d7a104c] * tests/src/test-tempo.c (modified) test-tempo.c: use aubio_tempo_get_confidence Fri, 23 Nov 2007 12:32:13 GMT Paul Brossier [9668a37] * tests/python/examples/aubiopitch.py (modified) examples/aubiopitch.py: also print line number and write output file ... Wed, 07 Nov 2007 16:33:28 GMT Paul Brossier [8701ec3] * tests/src/Makefile.am (modified) * tests/src/test-fft.c (modified) * tests/src/test-mfft.c (deleted) removed old test-fft.c, moved mfft to new fft Wed, 07 Nov 2007 15:53:29 GMT Paul Brossier [4368223] * tests/python/fft.py (modified) merge from bastille