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
remove intro in manual pages
define PYTHONPATH in python/README
add -v switch to examples usage string
makes aubiocut and aubiopitch verbose by default, not quiet
add -no-undefined on cygwin and mingw, define CPPFLAGS on darwin
improve flags for windows and darwin puredata external
link to libpython on windows, remove useless .libs, remove -no-undefined
simplify sounds/Makefile.am
link aubioext against aubio
hack around timer.c to pass compilation on windows
link against python dll on windows
disable -Werror by default, rename gcc warning options to warnings and errorfail
add correct flags for puredata Makefile.am
remove useless flags in python Makefile
add support for text file from stdin
use replacement if complex.h not found
use replacement if complex.h not found
use os conditionals, update python swig and puredata external Makefiles
use AUBIO_CFLAGS, not CFLAGS
use AUBIO_CFLAGS, not CFLAGS
move libc aliases from mathutils.h to to aubio_priv.h
get doxygen PROJECT_NUMBER from VERSION file
remove trailing slash to fix directory creation on osx
fix signal buffer size for demo-tempo-acf
add beat p-score evaluation
fix gnuplot_create without options, add envelope draft, remove useless list
update demo-tempo to new gnuplot functions, fix audio yrange for -acf
use options structure for plot_audio plot_spec
factorise gnuplot_create options, update aubioplot-spec/audio
reuse downsample_audio in make_audio_plot
remove obsolete gnuplot_init
pass created plot to plot_audio/spec instead of outplot/extension, minor fixes
make xsize and ysize floats in aubioplot-audio
use gnuplot_create in plot_audio