src/Makefile.am: add filterbank.h
filterbank.c, mfcc.c: move aubio_mfcc_init to mfcc
mfcc.c: make structure declaration somewhat more compact
filterbank.c: remove to be deleted code
filterbank.c: update header, fix fvec_t typo, allocate aubio_filterbank_t in the first place
update copyrights, remove old libxtract code, cosmetic header changes
merge from Amaury's changes
80% wrapped-up filterbank and mfcc
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
added mffc + bark
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
if spectrum shorter than 1 second, use ms not s
add buffer and hosize options to aubioplot-spec, use 10000 as default value for maxf
add bench-pitch-plot-isolated
floor, not FLOOR in examples, only inst_headers for user doc
do not print out for when running tests
bump version number, use VERSION to store it
update patch log using sync-tree
merge in [email protected]/aubio--mailine--0.3.2--patch7, tests and CFLAGS fixes
add documentation for _aubio_pitchdetection_t
add documentation for del_aubio_pitchyinfft
add documentation for _aubio_pitchyinfft_t, remove unused parameters
add documentation for fvec_t and cvec_t