shithub: aubio

RSS feed

c3395f3f – Paul Brossier <piem@piem.org> authored on 2009/08/30 11:37
Makefile.am: only compile java stuff if swig is installed

6c25201b – Paul Brossier <piem@piem.org> authored on 2009/08/30 10:46
ext/sndfileio.c: shorten sndfile error message

6f9615c3 – Paul Brossier <piem@piem.org> authored on 2008/07/13 17:57
plugins/puredata/aubiozcr~.c: add aubiozcr~, computing zero crossing rate

4d7ced92 – Paul Brossier <piem@piem.org> authored on 2008/07/13 17:56
plugins/puredata/aubiopitch~.c: add optional creation argument to select pitch method, fix buffer size

52888742 – Paul Brossier <piem@piem.org> authored on 2008/07/13 17:53
src/pitch/pitchschmitt.c: move buffer to private structure, closes #8

bf9d8a68 – Paul Brossier <piem@piem.org> authored on 2008/07/13 17:50
src/aubio.h: indent, only cosmetic changes

42f1cf14 – Paul Brossier <piem@piem.org> authored on 2008/05/17 23:23
tests/python/src/utils/hist.py: update existing test cases, add two more

4ecfee96 – Paul Brossier <piem@piem.org> authored on 2008/05/16 16:20
tests/python/run_all_tests: add a warning if list_of_test_files returns no matches, localaubio first

e3e93689 – Paul Brossier <piem@piem.org> authored on 2008/05/15 23:07
java/aubio/Makefile.am: fix pkgjavadir

9ae6e037 – Paul Brossier <piem@piem.org> authored on 2008/05/15 22:41
java/aubio/Makefile.am: use datadir, not hardcoded path

13e23b81 – Paul Brossier <piem@piem.org> authored on 2008/05/15 22:18
python/aubio/Makefile.am: simplify using nobase

7e204d01 – Paul Brossier <piem@piem.org> authored on 2008/05/15 20:50
src/mathutils.c: change zero crossing function to split at >=0/<0; tests/python/src/temporal/zero_crossing_rate.py: add some tests for zero crossing

cf2f1b84 – Paul Brossier <piem@piem.org> authored on 2008/05/15 19:18
configure.ac: simplify flags for darwin and co (looks like -lmx is not needed anymore, at least os of macosx 10.4)

92c70f60 – Paul Brossier <piem@piem.org> authored on 2008/05/15 16:23
tests/python/localaubio.py: improve error message about local aubio

9bfecce3 – Paul Brossier <piem@piem.org> authored on 2008/05/15 16:20
plugins/puredata/aubio_setup.c: add aubio_new function to clean up loading of the aubio external with [aubio], indent, bump version number

954585ac – Paul Brossier <piem@piem.org> authored on 2008/05/15 16:16
cpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes

18f31622 – Paul Brossier <piem@piem.org> authored on 2008/05/13 04:45
tests/src/test-filter.c: add missing channels argument to new_aubio_cdsgn_filter

98cc4757 – Paul Brossier <piem@piem.org> authored on 2008/05/13 04:44
tests/src/test-{hist,window}.c: use uint_t, not uint (thanks to Graham Percival)

fed94339 – Paul Brossier <piem@piem.org> authored on 2008/04/30 17:39
doc/{user,devel}.cfg: update config to new doxygen, adapt to multiple directories

679441ee – Paul Brossier <piem@piem.org> authored on 2008/04/30 16:50
src/pitch/pitchyinfft.c: fix indentation

fcc3fd25 – Paul Brossier <piem@piem.org> authored on 2008/04/30 16:47
Makefile.am, configure.ac: go down into java and tests, make java compilation somewhat conditional (needs improvements)

7abfc82f – Paul Brossier <piem@piem.org> authored on 2008/04/30 16:28
cpp/aubiocpp.cpp: fix indentation

7f3cae67 – Paul Brossier <piem@piem.org> authored on 2008/04/29 06:04
src/Makefile.am: use nobase_ to simplify headers installation