2007-11-30 |
Paul Brossier | add first tests for scale.c |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Paul Brossier | move around files in tests/python according to src... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Paul Brossier | add draft test for hist.py |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Paul Brossier | examples/utils.{c,h}: move flush_process prototype... |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Paul Brossier | examples/utils.c: use uint_t |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Paul Brossier | configure.ac: add AC_LIBTOOL_WIN32_DLL to allow cross... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | remove src/sample.h |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | moved spectral_centroid to new file |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | onsetdetection.c: factorise switch, complete specflux... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | doc/Makefile.am: update make style rules |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | src/: more moving and splitting |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | src/: move tempo files to src/tempo, continue moving... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | move pitch methods to pitch/, onset detection functions... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | filterbank.c: avoid useless usigned comparison |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | Merge ... aubio-mfcc branch, adding filterbank and... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | test-tempo.c: use aubio_tempo_get_confidence |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | pitchmcomb.c: make sure all variables are initialised |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | mathutils.c: fix invalid read in vec_moving_thres |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | pitchdetection.c: add del_aubio_filter |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Paul Brossier | pitchmcomb.c: add missing del_fvec |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Paul Brossier | examples/aubiopitch.py: also print line number and... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Paul Brossier | pitchyin.c: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Paul Brossier | aubio.i: add specflux |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Paul Brossier | utils.c, utils.py: add specflux onset function |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Paul Brossier | onsetdection.{c,h}: add spectral flux (L2 norm, only... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Paul Brossier | onsetdetection.{c,h}: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Paul Brossier | aubio.i: add del_aubio_onsetdetection, aubioclass.py... |
commit | commitdiff | tree | snapshot |
2007-11-20 |
Paul Brossier | pitchyinfft.c: return 0., not 0 |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | utils.c: avoid signed/unsigned comparison |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | configure.ac: add lcov flags option, beautify help... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | examples/utils.{c,h}, examples/aubioonset.c: added... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | swing/aubio.i: remove obsolete _free function |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | onsetdetection.{c,h}: remove obsolete _free function |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | Makefile.am: added simple 'make lcov' rules |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Paul Brossier | .bzrignore: add gcov generated files |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Paul Brossier | .bzrignore: add mkinstalldirs |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | removed old test-fft.c, moved mfft to new fft |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | merge from rhubarb |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | fft.c: use ifdef, not if, improve indentation |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | pitchmcomb.c: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | pitchfcomb.c: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | pitchyinfft.c: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | merge from banane |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | merge from bastille |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | phasevoc.py: simplified class name |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | update fft.py tests, merge from banane |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | updated fft.py tests, added template for assertCloseEnough |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | swig/aubio.i: update to new aubio_fft |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | phasevoc.c,pitch{fcomb,yinfft}.c: update to new aubio_fft |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Paul Brossier | fft.c,fft.h: refactorised, no more mfft, only one fft |
commit | commitdiff | tree | snapshot |
2007-11-06 |
Paul Brossier | merge from banane |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | scale.c: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | hist.h: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | scale.h: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | hist.{c,h}: redo indentation |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | hist.c: move hist cent to a structure |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | hist.c: move hist data to a structure, rename aubio_his... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Paul Brossier | back to smpl_t as float |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | merge from banane |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | fft.py: some more tests |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | src/phasevoc.c: window is of type smpl_t |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | src/fft.c: fix norm computation when HAVE_COMPLEX_H... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | merge changes from banane, more fixes |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | add test fft back and forth |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | splitted test-sample.c in test-{f,c}vec.c |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | src/phasevoc.c: remove tabs, reindent |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | src/phasevoc.c: remove unused variable |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | fvec test: change order in assertEqual |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | phasevoc.c: do not window the signal again during resyn... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | phasevoc test: add ones |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | added simple phasevoc test |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | add test for fft (which appears to reveal a bug in... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | fft.{c,h}: remove tabs |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | fft.c: reduce size of specdata with COMPLEX_H, fix... |
commit | commitdiff | tree | snapshot |
2007-11-03 |
Paul Brossier | aubio_priv.h: update copyright, remove tabs |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Paul Brossier | merge main branch |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Paul Brossier | added test for aubiopitch, using TwoCows.wav from freesound |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | simplified examples template |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | aubioclass.py: make sndfile raise error if file not... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | splitted sample.c into fvec.c and cvec.c, kept sample... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | aubioonset test: make sure default parameters detect... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | list_missing_tests: add examples tests |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | list_missing_tests: tst_prefix default is empty |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Paul Brossier | list_missing_tests: update to check all existing test |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Paul Brossier | added examples tests |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | added new tests/Makefile.am |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | improve .bzrignore, add comments |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | added simple unittest tests as examples |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | merge with pitchdetection test |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | use local comments in test-fft.c |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | merge from main branch |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | load all tests from python test directory, add pitchdet... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | pitchdetection.{c,h}: remove tabs |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | aubio.h: remove tabs |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Paul Brossier | move python/tests to tests/python, examples/tests to... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Paul Brossier | merge from main branch |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Paul Brossier | renamed run_all_tests script |
commit | commitdiff | tree | snapshot |
2007-10-23 |
Paul Brossier | configure.ac: add AM_PROG_CC_O |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Paul Brossier | list_missing_tests: add script to get the list of missi... |
commit | commitdiff | tree | snapshot |
2007-10-05 |
Paul Brossier | beattracking.{c,h},tempo.{c,h}: add aubio_beattracking_... |
commit | commitdiff | tree | snapshot |
next |