aubio.git
2007-11-06 Paul Brossiermerge from banane
2007-11-03 Paul Brossierfft.py: some more tests
2007-11-03 Paul Brossiersrc/phasevoc.c: window is of type smpl_t
2007-11-03 Paul Brossiersrc/fft.c: fix norm computation when HAVE_COMPLEX_H...
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 Brossiersrc/phasevoc.c: remove tabs, reindent
2007-11-03 Paul Brossiersrc/phasevoc.c: remove unused variable
2007-11-03 Paul Brossierfvec test: change order in assertEqual
2007-11-03 Paul Brossierphasevoc.c: do not window the signal again during resyn...
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-03 Paul Brossierfft.{c,h}: remove tabs
2007-11-03 Paul Brossierfft.c: reduce size of specdata with COMPLEX_H, fix...
2007-11-03 Paul Brossieraubio_priv.h: update copyright, remove tabs
2007-11-02 Paul Brossieradded test for aubiopitch, using TwoCows.wav from freesound
2007-11-01 Paul Brossiersimplified examples template
2007-11-01 Paul Brossieraubioclass.py: make sndfile raise error if file not...
2007-11-01 Paul Brossiersplitted sample.c into fvec.c and cvec.c, kept sample...
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 Brossierimprove .bzrignore, add comments
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 Brossierload all tests from python test directory, add pitchdet...
2007-10-30 Paul Brossierpitchdetection.{c,h}: remove tabs
2007-10-30 Paul Brossieraubio.h: remove tabs
2007-10-30 Paul Brossiermove python/tests to tests/python, examples/tests to...
2007-10-25 Paul Brossierrenamed run_all_tests script
2007-10-23 Paul Brossierconfigure.ac: add AM_PROG_CC_O
2007-10-17 Paul Brossierlist_missing_tests: add script to get the list of missi...
2007-10-05 Paul Brossierbeattracking.{c,h},tempo.{c,h}: add aubio_beattracking_...
2007-09-17 Paul Brossieradded simple tests for fvec and cvec
2007-09-17 Paul Brossierpython/test: added simple python unit test model
2007-09-17 Paul Brossierpython/test: added simple python unit test model
2007-09-06 Paul Brossiertempo.{c,h}: add aubio_tempo_get_bpm, which for now...
2007-09-06 Paul Brossiertest-beattracking.c: add call to aubio_beattracking_get...
2007-09-06 Paul Brossierbeattracking.{h,c}: add function aubio_beattracking_get...
2007-05-02 Paul Brossiermathutils.c: indentation, remove tabs, no { at beginnin...
2007-04-18 Paul Brossieraubioclass.py: fix indentation
2007-04-18 Paul Brossiermerge from pomme branch
2007-04-18 Paul Brossiermerge from pomme branch
2007-04-18 Paul Brossiermerge from pomme branch
2007-04-17 Paul BrossierINSTALL: make template file unversioned
2007-04-17 Paul Brossierswig/aubio.i: add aubio_spectral_centroid to swig interface
2007-04-17 Paul Brossiermathutils.c: add aubio_spectral_centroid
2007-04-17 Paul Brossierswig/aubio.i: add aubio_zero_crossing_rate to interface
2007-04-17 Paul Brossiermathutils.c: add aubio_zero_crossing_rate at Amaury...
2007-04-17 Paul BrossierVERSION: bumped to 0.3.3
2006-10-11 Paul Brossierif swig found go down to dir
2006-10-11 Paul Brossierremove useless DISTCLEANFILES = autom4te.cache
2006-10-10 Paul Brossiertag of piem@altern.org--aubio-calabaza/aubio--mainline...
2006-10-10 Paul Brossierseal version 0.3.2
2006-10-10 Paul Brossierinstall aubiowrapper.py only once and in pkgpython
2006-10-10 Paul Brossierredirect output of time to standard output stream
2006-10-10 Paul Brossierremove unused parameter warnings with __attribute__...
2006-10-10 Paul Brossierremove unused parameter warnings with UNUSED
2006-10-10 Paul Brossieradd define for __attribute__((unused))
2006-10-08 Paul Brossierfix AUBIO_CFLAGS with --enable-debug
2006-10-07 Paul Brossierremove intro in manual pages
2006-10-07 Paul Brossierupdate the manual pages
2006-10-07 Paul Brossierdefine PYTHONPATH in python/README
2006-10-07 Paul Brossieradd -v switch to examples usage string
2006-10-07 Paul Brossiermakes aubiocut and aubiopitch verbose by default, not...
2006-10-05 Paul Brossieradd -no-undefined on cygwin and mingw, define CPPFLAGS...
2006-10-05 Paul Brossierimprove flags for windows and darwin puredata external
2006-10-05 Paul Brossierlink to libpython on windows, remove useless .libs...
2006-10-05 Paul Brossiersimplify sounds/Makefile.am
2006-10-01 Paul Brossierlink aubioext against aubio
2006-10-01 Paul Brossierhack around timer.c to pass compilation on windows
2006-10-01 Paul Brossierlink against python dll on windows
2006-10-01 Paul Brossierlink to pd.dll on windows
2006-09-30 Paul Brossierdisable -Werror by default, rename gcc warning options...
2006-09-29 Paul Brossieradd correct flags for puredata Makefile.am
2006-09-29 Paul Brossierremove useless flags in python Makefile
2006-09-29 Paul Brossieradd support for text file from stdin
2006-09-29 Paul Brossieradd some documentation
2006-09-29 Paul Brossieruse replacement if complex.h not found
2006-09-29 Paul Brossieruse replacement if complex.h not found
2006-09-29 Paul Brossieruse os conditionals, update python swig and puredata...
2006-09-29 Paul Brossieruse AUBIO_CFLAGS, not CFLAGS
2006-09-29 Paul Brossieruse AUBIO_CFLAGS, not CFLAGS
2006-09-29 Paul Brossiermove libc aliases from mathutils.h to to aubio_priv.h
2006-09-29 Paul Brossierreally fill test-fft
2006-09-29 Paul Brossierget doxygen PROJECT_NUMBER from VERSION file
2006-09-29 Paul Brossierremove trailing slash to fix directory creation on osx
2006-09-29 Paul Brossierfix beat task output
2006-09-05 Paul Brossierfix signal buffer size for demo-tempo-acf
2006-09-05 Paul Brossieruse omode in aubiopitch
2006-09-05 Paul Brossieradd beat p-score evaluation
2006-09-05 Paul Brossierfix gnuplot_create without options, add envelope draft...
2006-08-10 Paul Brossierupdate demo-tempo to new gnuplot functions, fix audio...
2006-08-02 Paul Brossieruse options structure for plot_audio plot_spec
next