aubio.git
2009-09-25 Paul Brossiersrc/spectral/fft.c: use HAVE_AUBIO_DOUBLE, not AUBIO_SI...
2009-09-25 Paul Brossiersrc/spectral/mfcc.{c,h}: add documentation
2009-09-25 Paul Brossierext/midi: remove all midi stuff borrowed from fluidsynt...
2009-09-25 Paul Brossiersrc/aubio_priv.h: use HAVE_FFTW3, not _H
2009-09-25 Paul Brossiersrc/spectral/phasevoc.c: window only once, remove unuse...
2009-09-25 Paul Brossierexamples/utils.{c,h}: remove old midi_player stuff...
2009-09-25 Paul Brossierext/jackio.{c,h}: add midi_out_ring for midi output...
2009-09-25 Paul Brossierexamples/wscript_build: compile utils.c only once
2009-09-25 Paul Brossierexamples/utils.{c,h}: update copyright and license...
2009-09-25 Paul Brossiertests/src/test-phasevoc-jack.c: update to also test...
2009-09-25 Paul Brossierext/jackio.{c,h}: add support for jack midi
2009-09-25 Paul Brossierext/jackio.c: write to ochan output buffers, not ichan
2009-09-25 Paul Brossierext/jackio.c: get ochan output audio ports, not ichan
2009-09-25 Paul Brossierext/jackio.{c,h}: update copyright and license, run...
2009-09-25 Paul Brossierswig/aubio.i: remove unused midi and jack stuff from...
2009-09-25 Paul Brossiertests/src/test-hist.c: update to new_aubio_window
2009-09-25 Paul Brossiertests/src/test-window.c: update to new_aubio_window
2009-09-25 Paul Brossiersrc/mathutils.{c,h}: change prototype from aubio_window...
2009-09-25 Paul Brossiersrc/types.h: use wscript switch
2009-09-25 Paul Brossierwscript: add option to switch from single to double...
2009-09-25 Paul Brossierexamples/: use native aubio smpl_t for aubio_process_func_t
2009-09-25 Paul Brossierext/jackio.{c,h}: convert data from smpl_t to jack_defa...
2009-09-25 Paul Brossierext/sndfileio.c: convert data from and to float if...
2009-09-25 Paul Brossierext/aubioext.h: only include jackio.h if HAVE_JACK
2009-09-24 Paul Brossiersrc/spectral/phasevoc.c: do no reset hop size, just...
2009-09-24 Paul Brossierwscript: add --with-target-platform option for cross...
2009-09-23 Paul Brossier.bzrignore: ignore waf stuff
2009-09-23 Paul Brossieruse waf as new build system (missing file)
2009-09-23 Paul Brossier.bzrignore: allow _ in test filenames
2009-09-23 Paul Brossierexamples/aubiomfcc.c: update to latest mfcc version
2009-09-23 Paul Brossieruse waf as new build system
2009-09-23 Paul Brossierreplace FOO_SUPPORT with HAVE_FOO, use float for jack_p...
2009-09-23 Paul Brossiersrc/spectral/filterbank*.c: reduce filterbank size...
2009-09-22 Paul Brossierexamples/utils.c: add --bufsize option and short messag...
2009-09-21 Paul Brossiersrc/cvec.c: add cvec_print
2009-09-21 Paul Brossiersrc/spectral/fft.c: fix horrible bug where norm[0]...
2009-09-18 Paul Brossierswig/aubio.i: update new_aubio_mfcc prototype
2009-09-17 Paul Brossiersrc/spectral/mfcc.c: zero output before computing it
2009-09-17 Paul Brossiertest-mfcc.c: add simple mfcc test
2009-09-17 Paul Brossiersrc/spectral/mfcc.h: remove obsolete reference to libxt...
2009-09-17 Paul Brossiersrc/spectral/mfcc.c: indent, update to GPLv3
2009-09-17 Paul Brossiermfcc.c: use a coefficient table for DCT computation...
2009-09-17 Paul Brossierfilterbank.c: use base 10 logarithm
2009-09-17 Paul Brossiertests/src/test-filterbank_mel.c: added filterbank_mel...
2009-09-17 Paul Brossiersrc/types.h: remove completed todo items, hardcode...
2009-09-17 Paul Brossiersrc/lvec.{c,h}: add lvec_print
2009-09-17 Paul Brossiersrc/fvec.c: use AUBIO_SMPL_FMT
2009-09-17 Paul Brossierext/midi/midi_player.c: use AUBIO_LSMP_FMT
2009-09-17 Paul Brossiersrc/spectral/fft.c: use native fftw types, add warning...
2009-09-17 Paul Brossiersrc/aubio_priv.h: add AUBIO_WRN, add message to _WRN...
2009-09-17 Paul Brossiersrc/types.h: add a switch between single and double...
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: remove unused variable
2009-09-17 Paul Brossierext/sndfileio.c: cat to sndfile native type
2009-09-17 Paul Brossiersrc/temporal/resample.c: cast to SRC native type
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: move Slaney's specific...
2009-09-17 Paul Brossiertests/src/Makefile.am: add filterbank_mel test
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: shorten counter variable...
2009-09-17 Paul Brossiersrc/spectral/filterbank_mel.c: correct computation...
2009-09-16 Paul Brossiertest-filterbank.c: add trivial test for filterbank...
2009-09-16 Paul Brossiersrc/spectral/filterbank_mel.{c,h}: indent
2009-09-16 Paul Brossiersrc/spectral/filterbank.{c,h}: indent
2009-09-16 Paul Brossiersrc/spectral/filterbank.c: refactorise filter bank...
2009-09-15 Paul Brossiersrc/tempo/beattracking.c: no changes, indent
2009-09-13 Paul Brossiersrc/tempo/beattracking.c: use fvec_ utilities, improve...
2009-09-12 Paul Brossiersrc/fvec.{c,h}: add fvec_set _zeros _ones _rev _weight...
2009-09-12 Paul Brossiersrc/aubio_priv.h: add MIN and MAX
2009-09-12 Paul Brossiersrc/tempo/beattracking.c: interpolate beat period and...
2009-09-12 Paul Brossierexamples/aubiotrack.c: compute sample accurate beat...
2009-09-12 Paul Brossiersrc/tempo/tempo.c: always output tempo, pass along...
2009-09-11 Paul Brossierswig/aubio.i: update prototype of vec_quadint
2009-09-11 Paul Brossiersrc/aubio_priv.h: fix typo in ROUND
2009-09-11 Paul Brossiersrc/mathutils.c: merge and fix vec_quadint_min and...
2009-09-11 Paul Brossiersrc/aubio_priv.h: add missing CEIL, rename TRUNC to...
2009-09-11 Paul Brossiersrc/fvec.{c,h}: add simple fvec_print function
2009-08-30 Paul Brossiersrc/tempo/beattracking.c: remove unused fvec_getperiod...
2009-08-30 Paul Brossiersrc/temporal/cdesign.h: fix include to be relative
2009-08-30 Paul Brossierplugins/puredata/Makefile.am: update compiler options
2009-08-30 Paul Brossierconfigure.ac: add check for CXX
2009-08-30 Paul BrossierMakefile.am: only compile java stuff if swig is installed
2009-08-30 Paul Brossierext/sndfileio.c: shorten sndfile error message
2008-07-13 Paul Brossierplugins/puredata/aubiozcr~.c: add aubiozcr~, computing...
2008-07-13 Paul Brossierplugins/puredata/aubiopitch~.c: add optional creation...
2008-07-13 Paul Brossiersrc/pitch/pitchschmitt.c: move buffer to private struct...
2008-07-13 Paul Brossiersrc/aubio.h: indent, only cosmetic changes
2008-05-18 Paul Brossiertests/python/src/utils/hist.py: update existing test...
2008-05-16 Paul Brossiertests/python/run_all_tests: add a warning if list_of_te...
2008-05-16 Paul Brossierjava/aubio/Makefile.am: fix pkgjavadir
2008-05-16 Paul Brossierjava/aubio/Makefile.am: use datadir, not hardcoded...
2008-05-16 Paul Brossierpython/aubio/Makefile.am: simplify using nobase
2008-05-15 Paul Brossiersrc/mathutils.c: change zero crossing function to split...
2008-05-15 Paul Brossierconfigure.ac: simplify flags for darwin and co (looks...
2008-05-15 Paul Brossiertests/python/localaubio.py: improve error message about...
2008-05-15 Paul Brossierplugins/puredata/aubio_setup.c: add aubio_new function...
2008-05-15 Paul Brossiercpp/Makefile.am: use CPPFLAGS for cpp lib, fix up includes
2008-05-13 Paul Brossiertests/src/test-filter.c: add missing channels argument...
2008-05-13 Paul Brossiertests/src/test-{hist,window}.c: use uint_t, not uint...
2008-04-30 Paul Brossierdoc/{user,devel}.cfg: update config to new doxygen...
2008-04-30 Paul Brossiersrc/pitch/pitchyinfft.c: fix indentation
2008-04-30 Paul BrossierMakefile.am, configure.ac: go down into java and tests...
2008-04-30 Paul Brossiercpp/aubiocpp.cpp: fix indentation
next