src/aubio.h: change sndfile and apple_audio to unstable, change tss and vecutils...
[aubio.git] / tests /
2013-03-03 Paul Brossiertests/src/temporal/: improve examples
2013-03-03 Paul Brossiertests/src/tempo/: improve examples
2013-03-03 Paul Brossiertests/src/spectral/: improve examples
2013-03-03 Paul Brossiertests/src/onset/: improve examples
2013-03-03 Paul Brossiertests/src/io: improve examples
2013-03-03 Paul Brossiertests/src/pitch/: improve examples
2013-03-03 Paul Brossiertests/src/temporal/: improve test examples
2013-03-03 Paul Brossiertests/src/spectral/: improve test examples
2013-02-11 Paul Brossiermerge from develop
2013-02-10 Paul Brossierwaf: update to 1.7.9
2013-02-09 Paul Brossierremove autotools
2012-07-27 Paul BrossierMerge branch 'io' into develop
2012-07-17 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul Brossiertests/src/io/test-source_sndfile.c: test downsampling
2012-07-16 Paul Brossiertests/src/io/test-source_sndfile.c: avoid memory leak
2012-07-16 Paul BrossierMerge branch 'develop' into io
2012-07-16 Paul Brossiertests/src/io/test-source_sndfile.c: test resampling
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossiertests/src/test-mathutils.c: define AUBIO_UNSTABLE here
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul BrossierMerge branch 'develop' into io
2012-07-15 Paul Brossiertests/src/io/test-sink.c: added simple test
2012-07-15 Paul Brossiertests/src/io/test-sink_sndfile.c: update and simplify
2012-07-15 Paul Brossiertests/src/io/test-sink_apple_audio_file.c: added test
2012-07-14 Paul Brossieradded sink_sndfile.c draft
2012-07-13 Paul Brossiersrc/io/source_sndfile.{c,h}: added sndfile source
2012-07-13 Paul Brossiertests/src/io/test-source_apple_audio_file.c: do nothing...
2012-07-13 Paul Brossiertests/src/io/*.c: add simple tests
2012-07-10 Paul Brossiertests/src/test-lvec.c, tests/src/test-fmat.c: add boile...
2012-07-10 Paul Brossiertests/src: fix memory leaks
2012-07-10 Paul Brossiertests/: move file around to match src/
2012-07-10 Paul Brossiertests/src/test-pitchyin.c: fix memory leak
2012-07-10 Paul Brossiertests/src/test-pitchyinfft.c: fix memory leak
2012-01-07 Paul BrossierMerge branch 'master' of piem.org:/git/aubio/aubio
2012-01-07 Paul Brossiertests/src/Makefile.am: remove missing tests
2011-05-02 Paul BrossierMerge aubio.org:/git/aubio/aubio
2011-05-02 Paul Brossiertests/: move tests around
2010-06-02 Paul BrossierMakefile.am: include examples/ for jackio.h, add test...
2010-06-02 Paul Brossiertest-mathutils.c: added tests for next_power_of_two
2010-06-02 Paul Brossiertest-fvec.c: update
2010-01-09 Paul Brossiermerge with mono
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2009-12-11 Paul Brossiertest-pitch.c: added test for pitch
2009-12-05 Paul Brossiertests/src/: no more arguments for peakpicker
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-04 Paul Brossiertests/src: switch to mono
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
next