tag of [email protected]/aubio--mainline--0.2.0--patch-111
use -fPIC to build puredata plugin
correct default block size in aubiopitch
update doxygen configs, include README from aubio.h
update default aubiocut threshold
remove /usr/bin/python header
update onsetdetection.h docs
update pitchdetection docs, make wrapper methods private
add doc to biquad and filter
update beat tracking comments
update pitch method comments
update pitch method comments
beat should be fixed, add comments about
add spectrogram and x/y sizes to aubiocut
fix default yin thresholds
strange workaround to fix segfaults on some wav files
add x/ysize to plot_aubio/spec, move spec to db scale, add zoffset, add epsc color
update imports in bench-window
update imports in bench-delay
add aubio_autocorr to swig
update bench-pitch-isolated
update pitch bench makefile
mcomb: bypass hack for high freqs, use instfreq rather than interp
add quadratic interpolation to yin
first draft for beat evaluation
add yinfft method, make it default for pd plugin
update pitch bench makefile
bump current library version
fix mcomb: comput instfreq, use pow(mag,0.25) for comb summation
add windowing, correct phase interpolation
add bufsize, hopsize and time to bench.onset
aubioclass: yinthres support
add support for samplerate, yinthres
add pitch buf, hop and yinthresh, no smoothing
update task.pitch.{eval,plot}
samplerate support, add filter for mcomb, yinthresh
use real fft for fcomb, severe tuning, complete del_, samplerate support
and retune (bug in quadint ?)
activate adapt thresh, reduce numb partials for high frequencies, add support for samplerate
updated to new bench-pitch, fixed gettruth
move benchonset to aubio.bench
splitting up tasks in many files
update to last bench-onset, bench-pitch
switch to mcomb in aubiopitch~
web: use multiple pitch methods
taskpitch: limit frequency range and delay, update gettruth
remove useless multiple plot and title to plot_spec
remove old plot_pitch, plot_onset and getonsets, cutfile, getpitch
update taskpitch, use oplots instead of gnuplot
[src,swig] added cvec methods to sample
updated aubiocut to new tasks, added option to print and plot only functions
added support for dcthres and verbose, moved task.step to tasks.params.step, updated plot functions
added support for dcthreshold
fix draw_sound, remove hardcoded params for draw_pitch
add mintol to taskonset, fix taskpitch.eval
add params to pass to bench, remove debug messages, rewrite gnuplot_create
added bench-window, bench-delay, benchonset