src/types.h: add some documentation, use HAVE_AUBIO_DOUBLE, not AUBIO_SINGLE_PRECISION
[aubio.git] / tests /
2009-09-25 Paul Brossiertests/src/test-phasevoc-jack.c: update to also test...
2009-09-25 Paul Brossiertests/src/test-hist.c: update to new_aubio_window
2009-09-25 Paul Brossiertests/src/test-window.c: update to new_aubio_window
2009-09-23 Paul Brossieruse waf as new build system (missing file)
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-17 Paul Brossiertest-mfcc.c: add simple mfcc test
2009-09-17 Paul Brossiertests/src/test-filterbank_mel.c: added filterbank_mel...
2009-09-17 Paul Brossiertests/src/Makefile.am: add filterbank_mel test
2009-09-16 Paul Brossiertest-filterbank.c: add trivial test for filterbank...
2008-05-18 Paul Brossiertests/python/src/utils/hist.py: update existing test...
2008-05-16 Paul Brossiertests/python/run_all_tests: add a warning if list_of_te...
2008-05-15 Paul Brossiersrc/mathutils.c: change zero crossing function to split...
2008-05-15 Paul Brossiertests/python/localaubio.py: improve error message about...
2008-05-13 Paul Brossiertests/src/test-filter.c: add missing channels argument...
2008-05-13 Paul Brossiertests/src/test-{hist,window}.c: use uint_t, not uint...
2007-12-04 Paul Brossieradded simple tests in tests/cpp for cpp interface draft
2007-12-03 Paul Brossiermerge from main branch
2007-12-01 Paul Brossieradd tests for adesign and filter
2007-12-01 Paul Brossiermove tests/python/demo to tests/, add localaubio.py...
2007-12-01 Paul Brossiermerge from main branch
2007-12-01 Paul Brossiertests template.py: re-ident
2007-12-01 Paul Brossieraubioonset.py tests: add specflux, use assertEqual
2007-11-30 Paul Brossieradded first tests for peakpicker
2007-11-30 Paul Brossieradd first tests for scale.c
2007-11-30 Paul Brossiermove around files in tests/python according to src...
2007-11-30 Paul Brossieradd draft test for hist.py
2007-11-29 Paul Brossiermerge with main branch
2007-11-24 Paul BrossierMerge ... aubio-mfcc branch, adding filterbank and...
2007-11-24 Paul Brossiertest-tempo.c: use aubio_tempo_get_confidence
2007-11-23 Paul Brossierexamples/aubiopitch.py: also print line number and...
2007-11-21 Paul Brossiermerge from main branch
2007-11-07 Paul Brossierremoved old test-fft.c, moved mfft to new fft
2007-11-07 Paul Brossiermerge from banane
2007-11-07 Paul Brossiermerge from bastille
2007-11-07 Paul Brossierphasevoc.py: simplified class name
2007-11-07 Paul Brossierupdate fft.py tests, merge from banane
2007-11-07 Paul Brossierupdated fft.py tests, added template for assertCloseEnough
2007-11-06 Paul Brossiermerge from banane
2007-11-03 Paul Brossierfft.py: some more tests
2007-11-03 Paul Brossiermerge changes from banane, more fixes
2007-11-03 Paul Brossier add test fft back and forth
2007-11-03 Paul Brossiersplitted test-sample.c in test-{f,c}vec.c
2007-11-03 Paul Brossierfvec test: change order in assertEqual
2007-11-03 Paul Brossierphasevoc test: add ones
2007-11-03 Paul Brossieradded simple phasevoc test
2007-11-03 Paul Brossieradd test for fft (which appears to reveal a bug in...
2007-11-02 Paul Brossiermerge main branch
2007-11-02 Paul Brossieradded test for aubiopitch, using TwoCows.wav from freesound
2007-11-01 Paul Brossiersimplified examples template
2007-11-01 Paul Brossieraubioonset test: make sure default parameters detect...
2007-11-01 Paul Brossierlist_missing_tests: add examples tests
2007-11-01 Paul Brossierlist_missing_tests: tst_prefix default is empty
2007-11-01 Paul Brossierlist_missing_tests: update to check all existing test
2007-10-31 Paul Brossieradded examples tests
2007-10-30 Paul Brossieradded new tests/Makefile.am
2007-10-30 Paul Brossieradded simple unittest tests as examples
2007-10-30 Paul Brossiermerge with pitchdetection test
2007-10-30 Paul Brossieruse local comments in test-fft.c
2007-10-30 Paul Brossiermerge from main branch
2007-10-30 Paul Brossiermove python/tests to tests/python, examples/tests to...