aubio.i: add del_aubio_onsetdetection, aubioclass.py: replace _free with del_aubio_onsetdetection
pitchyinfft.c: return 0., not 0
utils.c: avoid signed/unsigned comparison
configure.ac: add lcov flags option, beautify help output
examples/utils.{c,h}, examples/aubioonset.c: added process_flush function to get last onset at the end of file, added frames_delay parameter
swing/aubio.i: remove obsolete _free function
onsetdetection.{c,h}: remove obsolete _free function
Makefile.am: added simple 'make lcov' rules
.bzrignore: add gcov generated files
.bzrignore: add mkinstalldirs
removed old test-fft.c, moved mfft to new fft
fft.c: use ifdef, not if, improve indentation
pitchmcomb.c: redo indentation
pitchfcomb.c: redo indentation
pitchyinfft.c: redo indentation
phasevoc.py: simplified class name
update fft.py tests, merge from banane
updated fft.py tests, added template for assertCloseEnough
swig/aubio.i: update to new aubio_fft
phasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft
fft.c,fft.h: refactorised, no more mfft, only one fft
hist.{c,h}: redo indentation
hist.c: move hist cent to a structure
hist.c: move hist data to a structure, rename aubio_hist_weigth to aubio_hist_weight
src/phasevoc.c: window is of type smpl_t
src/fft.c: fix norm computation when HAVE_COMPLEX_H is undefined
merge changes from banane, more fixes
add test fft back and forth
splitted test-sample.c in test-{f,c}vec.c
src/phasevoc.c: remove tabs, reindent
src/phasevoc.c: remove unused variable
fvec test: change order in assertEqual
phasevoc.c: do not window the signal again during resynthesis
added simple phasevoc test
add test for fft (which appears to reveal a bug in fftw on powerpc\!)
fft.c: reduce size of specdata with COMPLEX_H, fix computations without COMPLEX_H
aubio_priv.h: update copyright, remove tabs
added test for aubiopitch, using TwoCows.wav from freesound
simplified examples template
aubioclass.py: make sndfile raise error if file not opened, do not delete it if == None, avoiding several segfaults
splitted sample.c into fvec.c and cvec.c, kept sample.h for convenience
aubioonset test: make sure default parameters detect the woodblock
list_missing_tests: add examples tests
list_missing_tests: tst_prefix default is empty
list_missing_tests: update to check all existing test
added new tests/Makefile.am
improve .bzrignore, add comments
added simple unittest tests as examples
merge with pitchdetection test
use local comments in test-fft.c
load all tests from python test directory, add pitchdetection test
pitchdetection.{c,h}: remove tabs
move python/tests to tests/python, examples/tests to tests/src, add .bzrignore
renamed run_all_tests script
configure.ac: add AM_PROG_CC_O
list_missing_tests: add script to get the list of missing test files
beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_get_confidence
added simple tests for fvec and cvec
python/test: added simple python unit test model
python/test: added simple python unit test model
tempo.{c,h}: add aubio_tempo_get_bpm, which for now just calls aubio_beattracking_get_bpm, also update test-tempo.c
test-beattracking.c: add call to aubio_beattracking_get_bpm, making sure it returns 0 on silent frames
beattracking.{h,c}: add function aubio_beattracking_get_bpm to return the observed tempo at any moment
mathutils.c: indentation, remove tabs, no { at beginning of line, no spaces at end of line
aubioclass.py: fix indentation
INSTALL: make template file unversioned
swig/aubio.i: add aubio_spectral_centroid to swig interface
mathutils.c: add aubio_spectral_centroid
swig/aubio.i: add aubio_zero_crossing_rate to interface
mathutils.c: add aubio_zero_crossing_rate at Amaury's request
if swig found go down to dir
remove useless DISTCLEANFILES = autom4te.cache
tag of [email protected]/aubio--mainline--0.3.2--version-0
install aubiowrapper.py only once and in pkgpython
redirect output of time to standard output stream
remove unused parameter warnings with __attribute__((unused))
remove unused parameter warnings with UNUSED
add define for __attribute__((unused))
fix AUBIO_CFLAGS with --enable-debug