aubio.git
2007-11-24 Paul BrossierMerge ... aubio-mfcc branch, adding filterbank and...
2007-11-24 Paul Brossiertest-tempo.c: use aubio_tempo_get_confidence
2007-11-24 Paul Brossierpitchmcomb.c: make sure all variables are initialised
2007-11-24 Paul Brossiermathutils.c: fix invalid read in vec_moving_thres
2007-11-24 Paul Brossierpitchdetection.c: add del_aubio_filter
2007-11-24 Paul Brossierpitchmcomb.c: add missing del_fvec
2007-11-23 Paul Brossierexamples/aubiopitch.py: also print line number and...
2007-11-21 Paul Brossierpitchyin.c: redo indentation
2007-11-21 Paul Brossieraubio.i: add specflux
2007-11-21 Paul Brossierutils.c, utils.py: add specflux onset function
2007-11-21 Paul Brossieronsetdection.{c,h}: add spectral flux (L2 norm, only...
2007-11-21 Paul Brossieronsetdetection.{c,h}: redo indentation
2007-11-21 Paul Brossieraubio.i: add del_aubio_onsetdetection, aubioclass.py...
2007-11-20 Paul Brossierpitchyinfft.c: return 0., not 0
2007-11-13 Paul Brossierutils.c: avoid signed/unsigned comparison
2007-11-13 Paul Brossierconfigure.ac: add lcov flags option, beautify help...
2007-11-13 Paul Brossierexamples/utils.{c,h}, examples/aubioonset.c: added...
2007-11-13 Paul Brossierswing/aubio.i: remove obsolete _free function
2007-11-13 Paul Brossieronsetdetection.{c,h}: remove obsolete _free function
2007-11-13 Paul BrossierMakefile.am: added simple 'make lcov' rules
2007-11-13 Paul Brossier.bzrignore: add gcov generated files
2007-11-08 Paul Brossier.bzrignore: add mkinstalldirs
2007-11-07 Paul Brossierremoved old test-fft.c, moved mfft to new fft
2007-11-07 Paul Brossiermerge from rhubarb
2007-11-07 Paul Brossierfft.c: use ifdef, not if, improve indentation
2007-11-07 Paul Brossierpitchmcomb.c: redo indentation
2007-11-07 Paul Brossierpitchfcomb.c: redo indentation
2007-11-07 Paul Brossierpitchyinfft.c: redo indentation
2007-11-07 Paul Brossiermerge from banane
2007-11-07 Paul Brossiermerge from bastille
2007-11-07 Paul Brossierphasevoc.py: simplified class name
2007-11-07 Paul Brossierupdate fft.py tests, merge from banane
2007-11-07 Paul Brossierupdated fft.py tests, added template for assertCloseEnough
2007-11-07 Paul Brossierswig/aubio.i: update to new aubio_fft
2007-11-07 Paul Brossierphasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft
2007-11-07 Paul Brossierfft.c,fft.h: refactorised, no more mfft, only one fft
2007-11-06 Paul Brossiermerge from banane
2007-11-04 Paul Brossierscale.c: redo indentation
2007-11-04 Paul Brossierhist.h: redo indentation
2007-11-04 Paul Brossierscale.h: redo indentation
2007-11-04 Paul Brossierhist.{c,h}: redo indentation
2007-11-04 Paul Brossierhist.c: move hist cent to a structure
2007-11-04 Paul Brossierhist.c: move hist data to a structure, rename aubio_his...
2007-11-04 Paul Brossierback to smpl_t as float
2007-11-03 Paul Brossiermerge from banane
2007-11-03 Paul Brossierfft.py: some more tests
2007-11-03 Paul Brossiersrc/phasevoc.c: window is of type smpl_t
2007-11-03 Paul Brossiersrc/fft.c: fix norm computation when HAVE_COMPLEX_H...
2007-11-03 Paul Brossiermerge changes from banane, more fixes
2007-11-03 Paul Brossier add test fft back and forth
2007-11-03 Paul Brossiersplitted test-sample.c in test-{f,c}vec.c
2007-11-03 Paul Brossiersrc/phasevoc.c: remove tabs, reindent
2007-11-03 Paul Brossiersrc/phasevoc.c: remove unused variable
2007-11-03 Paul Brossierfvec test: change order in assertEqual
2007-11-03 Paul Brossierphasevoc.c: do not window the signal again during resyn...
2007-11-03 Paul Brossierphasevoc test: add ones
2007-11-03 Paul Brossieradded simple phasevoc test
2007-11-03 Paul Brossieradd test for fft (which appears to reveal a bug in...
2007-11-03 Paul Brossierfft.{c,h}: remove tabs
2007-11-03 Paul Brossierfft.c: reduce size of specdata with COMPLEX_H, fix...
2007-11-03 Paul Brossieraubio_priv.h: update copyright, remove tabs
2007-11-02 Paul Brossiermerge main branch
2007-11-02 Paul Brossieradded test for aubiopitch, using TwoCows.wav from freesound
2007-11-01 Paul Brossiersimplified examples template
2007-11-01 Paul Brossieraubioclass.py: make sndfile raise error if file not...
2007-11-01 Paul Brossiersplitted sample.c into fvec.c and cvec.c, kept sample...
2007-11-01 Paul Brossieraubioonset test: make sure default parameters detect...
2007-11-01 Paul Brossierlist_missing_tests: add examples tests
2007-11-01 Paul Brossierlist_missing_tests: tst_prefix default is empty
2007-11-01 Paul Brossierlist_missing_tests: update to check all existing test
2007-10-31 Paul Brossieradded examples tests
2007-10-30 Paul Brossieradded new tests/Makefile.am
2007-10-30 Paul Brossierimprove .bzrignore, add comments
2007-10-30 Paul Brossieradded simple unittest tests as examples
2007-10-30 Paul Brossiermerge with pitchdetection test
2007-10-30 Paul Brossieruse local comments in test-fft.c
2007-10-30 Paul Brossiermerge from main branch
2007-10-30 Paul Brossierload all tests from python test directory, add pitchdet...
2007-10-30 Paul Brossierpitchdetection.{c,h}: remove tabs
2007-10-30 Paul Brossieraubio.h: remove tabs
2007-10-30 Paul Brossiermove python/tests to tests/python, examples/tests to...
2007-10-25 Paul Brossiermerge from main branch
2007-10-25 Paul Brossierrenamed run_all_tests script
2007-10-23 Paul Brossierconfigure.ac: add AM_PROG_CC_O
2007-10-17 Paul Brossierlist_missing_tests: add script to get the list of missi...
2007-10-05 Paul Brossierbeattracking.{c,h},tempo.{c,h}: add aubio_beattracking_...
2007-09-17 Paul Brossierall_tests.py, filterbank.py: add filterbank python...
2007-09-17 Paul Brossiermerge python unit tests from main branch
2007-09-17 Paul Brossieradded simple tests for fvec and cvec
2007-09-17 Paul Brossierpython/test: added simple python unit test model
2007-09-17 Paul Brossierpython/test: added simple python unit test model
2007-09-17 Paul Brossierbark.{c,h}: remove unused code from libxtract
2007-09-16 Paul Brossierexamples/utils.c,aubiomfcc.c: do not set mfcc parameter...
2007-09-16 Paul Brossierremoved plotmat.py, modified plotfb.py to build filterb...
2007-09-16 Paul Brossieraubio.i: add aubio_filterbank_get_channel function
2007-09-16 Paul Brossierfilterbank.{c,h}: add aubio_filterbank_get_channel...
2007-09-16 Paul Brossierfilterbank.c: remove aubio_dump_filterbank
2007-09-16 Paul Brossieraubio.i: add filterbank
2007-09-16 Paul Brossiermfcc.c: use new_aubio_filterbank_new
2007-09-16 Paul Brossierfilterbank.{c,h}: remove old new_aubio_filterbank_mfcc...
next