2012-07-17 |
Paul Brossier | py-filter.c: added set_biquad function |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | tests/src/test-mathutils.c: define AUBIO_UNSTABLE here |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | interfaces/python/demo_filterbank_*: capitalize titles |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | src/tempo/beattracking.c: cast to avoid signed/unsigned... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | Merge branch 'develop' of 192.168.1.16:projects/aubio... |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | wscript: added -Wall -Wextra flags |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | interfaces/python/build_osx: update and build fat binary |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | wscript: add option to build fat binary on mac |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | wscript: remove cxx test |
commit | commitdiff | tree | snapshot |
2012-07-15 |
Paul Brossier | aubiowraphell.h: add remove unused AUBIO_NEW, set expec... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Paul Brossier | test_pitch.py: added simple tests for pitch |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Paul Brossier | Merge branch 'develop' of groseille:projects/aubio... |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Paul Brossier | demo_filterbank*.py: improved |
commit | commitdiff | tree | snapshot |
2012-07-12 |
Paul Brossier | interfaces/python/test_*.py: make executables |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | test_filterbank.py: splitted and completed |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | py-filterbank.c: add set_coeffs |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | aubioproxy.c: add PyAubio_ArrayToCFmat implementation |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | src/spectral/specdesc.c: remove old comments |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | test_onset.py, test_onsetdetection.py: split and update |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | gen_pyobject.py: clean up, output a float instead of... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | test_filter.py: clean up |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | test_fft.py: phase can be 0 or -0 |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | test_fvec.py: zero_crossing_rate almost equal |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | setup.py: simplify, check for path before adding them |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | demo_filterbank.py: added simple demo |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | Merge branch 'numpy-1.8' into develop |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | build_linux: add sample script to build and run tests... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | build_osx: add sample script to build and run tests... |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | demo_filterbank.py: use a vector, not a list |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | setup.py: improve metadata |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | aubio-types.h, aubiomodule.c: update for numpy 1.8 |
commit | commitdiff | tree | snapshot |
2012-07-11 |
Paul Brossier | updated setup to generate files |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | wscript: add -g to cflags and simplify |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | configure.ac: enable tests by default, add m4 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | src/fmat.h: length and height |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | tests/src/test-lvec.c, tests/src/test-fmat.c: add boile... |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | Makefile.am: include m4 |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | src/pitch/pitchschmitt.c: avoid out of bound reads |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | tests/src: fix memory leaks |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | tests/: move file around to match src/ |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | tests/src/test-pitchyin.c: fix memory leak |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | tests/src/test-pitchyinfft.c: fix memory leak |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | src/spectral/fft.c: fix in and out sizes for ooura |
commit | commitdiff | tree | snapshot |
2012-07-10 |
Paul Brossier | run_all_tests: added script to run all tests |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | examples/Makefile.am: fix missing \ |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | wscript, **/wscript_build: use ctx to match latest... |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | python/wscript_build: update |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | src/wscript_build: add vim header |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | src/spectral/fft.c: HAVE_AUBIO_DOUBLE is always defined |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | python/aubio: update |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | examples/wscript_build: update |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | wscript: udpate, disable fftw and swig by default |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | examples/utils.c: avoid segfault when compiling without... |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | examples/sndfileio.h: add read_mono |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | examples/sndfileio.c: include config.h for HAVE_SNDFILE |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | waf: update |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Paul Brossier | wscript: improve error message |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Paul Brossier | interfaces/python/setup.py: install in dist-packages... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Paul Brossier | Merge branch 'master' of piem.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Paul Brossier | src/spectral/fft.c: i only needed for FFTW3 |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Paul Brossier | examples/utils.c: dummy functions if no sndfile |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Paul Brossier | examples/sndfileio.c: do not compile if sndfile is... |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Paul Brossier | configure.ac: add --enable-sndfile |
commit | commitdiff | tree | snapshot |
2012-01-07 |
Paul Brossier | tests/src/Makefile.am: remove missing tests |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Paul Brossier | wscript: improve messages |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Paul Brossier | wscript: factorise pkg-config detection |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Paul Brossier | wscript: remove debug output |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Paul Brossier | Merge branch 'master' of piem.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2012-01-06 |
Paul Brossier | examples/wscript_build, wscript: update |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Paul Brossier | Merge branch 'master' of aubio.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Paul Brossier | setup.py: update path |
commit | commitdiff | tree | snapshot |
2011-11-22 |
Paul Brossier | .gitignore: also ignore doxygen generated files, thanks... |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Paul Brossier | generator.py: update for newest waf |
commit | commitdiff | tree | snapshot |
2011-11-21 |
Paul Brossier | waf: update |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: ask the user to run 'make distclean' before... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | waf: add waf |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | src/spectral/ooura_fft8g.c: add ooura |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | add support for ooura so that aubio can be build withou... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | examples/wscript_build: update |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: use --enable-samplerate as in configure |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: use --enable-samplerate as in configure |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | wscript: parse VERSION from file |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | VERSION: escape string |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | src/{f,c}vec.c: remove zeroing since we now use calloc |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Paul Brossier | src/aubio_priv.h: use calloc instead of malloc |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Paul Brossier | VERSION: bump to 0.4.0alpha |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Paul Brossier | wscript: make jack, samplerate, and lash optional |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Paul Brossier | wscript: update to waf 1.6.7 |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Paul Brossier | Merge aubio.org:/git/aubio/aubio |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Paul Brossier | tests/: move tests around |
commit | commitdiff | tree | snapshot |
2011-05-02 |
Paul Brossier | python/aubio/plot/keyboard.py: use with_, thanks to... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Brossier | src/mathutils.c: do not return NULL when wrong window... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Brossier | src/pitch/pitchschmitt.c: avoid memory leak (thanks... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Brossier | src/spectral/tss.c: fix del_ |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Paul Brossier | src/mathutils.c: fix aubio_db_spl, thanks to Eric,... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Paul Brossier | src/pitch/pitch.c: do not return NULL if unknown method... |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Paul Brossier | src/spectral/tss.c: use AUBIO_FREE, not free (thanks... |
commit | commitdiff | tree | snapshot |
2010-07-31 |
Paul Brossier | src/tempo/beattracking.c: declare b as signed integer... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Paul Brossier | Makefile.am: include examples/ for jackio.h, add test... |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Paul Brossier | test-mathutils.c: added tests for next_power_of_two |
commit | commitdiff | tree | snapshot |
next |