src/temporal: split aubio_adsgn_filter and aubio_cdsgn_filter to separate files
closes #4, fft.c: if real part is zero, have phase = 0
fft.c: if real part is zero, have phase = 0
move tests/python/demo to tests/, add localaubio.py module helpers
src/Makefile.am: define subdirectories to install headers in
src/Makefile.am: define subdirectories to install headers in
configure.ac: host conditional depend on host_os, not build_os
tests template.py: re-ident
aubioonset.py tests: add specflux, use assertEqual
README: update project url
swig/aubio.i: add aubio_peakpicker_get/set_threshold
added first tests for peakpicker
add first tests for scale.c
move around files in tests/python according to src/ changes
add draft test for hist.py
examples/utils.{c,h}: move flush_process prototype to .h
examples/utils.c: use uint_t
configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross compilation of shared libs
moved spectral_centroid to new file
onsetdetection.c: factorise switch, complete specflux deletion
doc/Makefile.am: update make style rules
src/: more moving and splitting
src/: move tempo files to src/tempo, continue moving pitch and onset files
move pitch methods to pitch/, onset detection functions to onset/
filterbank.c: avoid useless usigned comparison
merge with aubio-mfcc branch, adding filterbank and mfcc first draft. thank you Amaury
test-tempo.c: use aubio_tempo_get_confidence
pitchmcomb.c: make sure all variables are initialised
mathutils.c: fix invalid read in vec_moving_thres
pitchdetection.c: add del_aubio_filter
pitchmcomb.c: add missing del_fvec
examples/aubiopitch.py: also print line number and write output file if exception
pitchyin.c: redo indentation
utils.c, utils.py: add specflux onset function
onsetdection.{c,h}: add spectral flux (L2 norm, only energy increases)
onsetdetection.{c,h}: redo indentation
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