python/aubiowraphell.h: sprinkle some cpp magic
[aubio.git] / tests /
2009-11-05 Paul Brossiertests/src/test-phasevoc-jack.c: print warning if jack...
2009-11-05 Paul Brossiertests/src/test-resample.c: indent, no #ifdef here
2009-11-03 Paul Brossiersrc/spectral/specdesc.{c,h}: rename aubio_onsetdetectio...
2009-10-25 Paul Brossierinterfaces/cpp: remove, will create a separate project...
2009-10-22 Paul Brossiertests/src: add AUBIO_UNSTABLE where needed
2009-10-22 Paul Brossiertests/src/test-mfcc.c: simplify using cvec_set
2009-10-19 Paul Brossiersrc/temporal: derive biquad from filter, use in peakpicker
2009-10-19 Paul Brossiersrc/spectral/filter.c, src/temporal/filterbank_mel...
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-18 Paul BrossierChange peakpicker to match API specs, make quadint...
2009-10-17 Paul Brossiersrc/mathutils.c: use a string for window type, making...
2009-10-17 Paul Brossierremove references to aubioext in Makefile.am
2009-10-16 Paul Brossierext/, examples/, swig/, python/, tests/: remove libaubi...
2009-10-16 Paul Brossiertests/src/: update mfcc
2009-10-16 Paul Brossiertests/src/: update to use samplerate
2009-10-16 Paul Brossiertests/src/test-{hist,window}.c: remove unused argc...
2009-10-16 Paul Brossiersrc/spectral/tss.c: simplify new_ method, add setters...
2009-10-15 Paul Brossiersrc/pitch: use a string to set pitch method, add a...
2009-10-15 Paul Brossiersrc/onset: use a string to set onset mode, keeping...
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 Brossiersrc/pitch/pitchdetection.{c,h}: clean and update protot...
2009-10-08 Paul Brossiersrc/pitch/pitchyinfft.{c,h}: add get/set for tolerance...
2009-10-08 Paul Brossiersrc/pitch/pitchyin.{c,h}: add proper aubio_pitchyin_t...
2009-10-08 Paul Brossiersrc/pitch/pitchschmitt.c: remove unneeded samplerate...
2009-10-08 Paul Brossiersrc/pitch/pitchmcomb.{c,h}: remove unused samplerate...
2009-10-08 Paul Brossiersrc/pitch/pitchfcomb.c: update prototypes, make multich...
2009-10-08 Paul Brossiertests/src/test-resample.c: run 10 times, update defines
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-10-07 Paul Brossiersrc/onset/onset.c: rename aubio_onset to aubio_onset_do
2009-10-07 Paul Brossiersrc/utils/scale.c: rename aubio_scale_set to aubio_scal...
2009-10-07 Paul Brossiersrc/onset: rename aubio_onsetdetection to aubio_onsetde...
2009-10-07 Paul Brossiersrc/tempo/tempo.{c,h}: rename aubio_tempo to aubio_tempo_do
2009-10-07 Paul Brossiersrc/onset/peakpick.c: rename aubio_pickpeak_t to aubio_...
2009-10-07 Paul Brossiertests/src/test-filter.c: avoid redefining o
2009-10-07 Paul Brossiertests/src/test-filter.c: improve, indent
2009-10-07 Paul Brossiertests/src/test-pitch*: update pitch prototypes
2009-10-06 Paul Brossiertests/src/test-peakpick.c: update peakpicker prototype
2009-10-01 Paul Brossiertests/src/: various updates
2009-10-01 Paul Brossierrename vec_min and vec_min_elem to fvec_min and fvec_ma...
2009-10-01 Paul Brossierrename vec_max and vec_max_elem to fvec_max fvec_max_elem
2009-10-01 Paul Brossiertests/src/test-filterbank.c: print coeffs
2009-10-01 Paul Brossiertests/src/test-phasevoc.c add missing stdio.h
2009-10-01 Paul Brossiertests/src: include stdio.h as needed, add HAVE_LIBSAMPL...
2009-09-29 Paul Brossiertests/python/src/temporal/a_weighting.py: moved from...
2009-09-29 Paul Brossierwscript: move test build rules from tests/src/wscript_b...
2009-09-29 Paul Brossiersrc/temporal: rename adesign/adsgn to a_weighting,...
2009-09-29 Paul Brossiersrc/temporal: revamp filter object, clarify API for...
2009-09-25 Paul Brossiertests/python/localaubio.py: add some tricks to work...
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
next