rewrite of the puredata external
added aubioquiet in examples
move numarray import inside function
remove obsolete function and factorise gnuplot init
do not sys.exit, add keywords to act_on_data
added aubio_tss_set_thres function
add crude damage limits, make world executable
make default mode be a list, make world executable
added peak picker configuration example
normalized woodblock sound
added and updated manpages
added -fPIC to python module
added {set,get}_threshold{,fn} to peakpick
fix default pitch, must now be a list
add plotting of truth file for pitch
fix resample for 64bit (thanks to Lachlan Davison)
wrapper functions to add pitchm_bin output
added bintomidi, freqtobin, miditofreq
tag of [email protected]/aubio--mainline--0.2.0beta1--patch-30
bumped version number to 0.2.0
added midi and hertz output modes
fcomb doesn't output anything correct above 5000Hz
added FFTWLIB_CFLAGS to examples/Makefile.am, added host_os to configure.ac
updated version in doxygen config files
uses errmsg in parse_args instead of debug
added dummy assignment to make egcs happy, use in woodblock path
added pitch option to utils.c
fixed long options in utils.c
updated default parameters, fixed 0.000.wav creation
added non c99 alternatives in examples/utils.h (thanks Mo)
updated aubiocut, added zerocross
use 1024/512 in aubiotrack, first signed commit
fix segfault when file not found
protected onset enumerators, factorise python check_modes
source ./README, not sh ./README
rename file_ to aubio_sndfile, protect aubio_pitdetection_{mode,type} enumerators
prefix mathutils function with aubio_
removed obsoleted pickparams_t
protect window types with aubio_win_
soname change, add -version-info, fix midi/ install
tag of [email protected]/aubio--benchmarks--0.1.9--patch-49
added examples, bumped VERSION to 0.2.0beta1
install aubiopitch, not aubiocompare-onset
add c99 varargs checks, thanks to Mo DeJong
easier to run python scripts from source tree
add kl and mkl, change default threshold
changed default parameters baz file-diff examples/utils.c
avoid shipping of config.h and use noinst for aubio_priv.h
added cvec.get(pos,chan), added silence param to getpitch()
fix schmitt and fcomb, factorise slideblock code
add Kullback Liebler onset detection function and its modified version
add Kullback Liebler onset detection function and its modified version
add Kullback Liebler onset detection function and its modified version
updated beattracking.c ad aubiotrack.c to support variable hopsize
removed numarray from aubio{cut,pitch}
added silence detection option to aubiocut
updated swig wrapper to new pitchdetection
completed pitchdetection wrapper, moved to function pointers
fixed memory freeing of pitchmcomb
update aubiopitch, adds first draft to plotpitches to aubio/gnuplot.py
add getsilences function, moves pitchpick class to pitchdetection/getpitch
limit diff output to 3 decimal
fix compilation of swig/python on macosx
fix compilation of swig/python on macosx
merged aubioplot-onsets into aubiocut, added some more options
fixed precision to ms in aubiodiffs-onset
removed python/aubioonset from Makefile.am
really fix buffer size settings in new aubiocut
fix buffer size settings in new aubiocut
cleaned up getonsets, merged aubioonset and aubiocut, added some options
disable alsa if no jack found
updated to new onset_roc, added -l for onset_diffs
fix compilation without jack
fixed default mintol, arrange tabulations
added simplified mfft interface
fixed yin overlapping and fast version
start fixing woodblock filepaty
added -s option in examples/utils.c