configure.ac: do not check for fftw3.h, let pkg-config do that
[aubio.git] / tests / python /
2009-10-19 Paul Brossierexamples/aubiopitch.c: added c version of aubiopitch...
2009-10-19 Paul Brossierrename aubio_pitchdetection to aubio_pitch
2009-10-18 Paul Brossiertests/python/src/onset/peakpick.py: update peakpicker...
2009-10-16 Paul Brossierext/, examples/, swig/, python/, tests/: remove libaubi...
2009-10-08 Paul Brossiertests/python/template.py: also print the command when...
2009-10-08 Paul Brossiertests/python/localaubio.py: swith location
2009-10-08 Paul Brossiertests/python/examples/aubiopitch.py: do not fail if...
2009-10-08 Paul Brossiertests/python/src/pitch/pitchdetection.py: update to...
2009-10-08 Paul Brossiertests/python/examples/aubioonset.py: do not check onset...
2009-10-08 Paul Brossiertests/python/examples/aubionotes.py: do not assume...
2009-10-08 Paul Brossiertests/python/template.py: factorise
2009-10-08 Paul Brossiertests/python/src/spectral/fft.py: remove abs, test...
2009-10-08 Paul Brossiertests/python/src/temporal/c_weighting.py: add test...
2009-10-08 Paul Brossiertests/python/src/pitch/pitchdetection.py: update prototypes
2009-10-08 Paul Brossiersrc/utils/hist.py: kill print
2009-10-08 Paul Brossiertests/python/src/onset/peakpick.py: update to interpola...
2009-10-08 Paul Brossiertests/python/src/temporal/: update a_weighting tests
2009-10-08 Paul Brossiertests/python: update template.py
2009-10-08 Paul Brossiertests/python/src/temporal/filter.py: update imports
2009-10-08 Paul Brossiertests/python: updated filterbank test
2009-10-07 Paul Brossiertests/python: update imports
2009-10-07 Paul Brossiertests/python/localaubio.py: simplify, also import template
2009-09-29 Paul Brossiertests/python/src/temporal/a_weighting.py: moved from...
2009-09-25 Paul Brossiertests/python/localaubio.py: add some tricks to work...
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...
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-23 Paul Brossierexamples/aubiopitch.py: also print line number and...
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 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-10-31 Paul Brossieradded examples tests
2007-10-30 Paul Brossieradded simple unittest tests as examples
2007-10-30 Paul Brossiermerge with pitchdetection test
2007-10-30 Paul Brossiermerge from main branch
2007-10-30 Paul Brossiermove python/tests to tests/python, examples/tests to...