aubio.git
2010-04-14 Paul Brossierpython/aubio: more changes for mono
2010-04-14 Paul Brossierswig/aubio.i: add aubio_sndfile_read_mono
2010-03-13 Paul Brossiersrc/spectral/mfcc.c: also delete dct_coeffs, thanks...
2010-02-08 Paul Brossiersrc/mathutils.c: simplify aubio_is_power_of_two, thanks...
2010-01-09 Paul Brossiersrc/spectral/fft.c: lock fftw plan creation (closes...
2010-01-09 Paul Brossiermerge with mono
2010-01-09 Paul Brossierpull from master
2010-01-09 Paul Brossiermerge from master, print beats once in demo_beat.py
2010-01-09 Paul Brossierdemo_beat.py: added simple example
2010-01-09 Paul Brossieraubioinput.py: flush last frame, no resizing in mono
2010-01-09 Paul Brossiertest_fvec.py: add test_alpha_norm_of_none and test_vect...
2010-01-09 Paul Brossierdemo_filterbank.py: use fvec to create array
2009-12-25 Paul Brossieraubio/__init__.py: simplify, add support for list input
2009-12-25 Paul Brossierdemo_filterbank.py: add simple filterbank demo
2009-12-25 Paul Brossiertest_*.py: use aubio module
2009-12-25 Paul Brossierpy-cvec.c: improved documentation
2009-12-25 Paul Brossiergen_pyobject.py: simplify with proxy functions
2009-12-25 Paul Brossiertest_*.py: switch to mono, add tests for cvec
2009-12-25 Paul Brossierpy-cvec.c: remove obsolete proxy functions
2009-12-25 Paul Brossierpy-filterbank.c: switch to proxy functions
2009-12-25 Paul Brossiergen_pyobject.py: updated to use proxy functions
2009-12-25 Paul Brossierpy-fmat.c removed
2009-12-25 Paul Brossiersetup.py: add aubioproxy.c, remove py-fvec.c and py...
2009-12-25 Paul Brossierpy-fvec.c removed
2009-12-25 Paul Brossieraubiomodule.c: swith to new proxy functions, remove...
2009-12-25 Paul Brossierpy-filterbank.c: use new proxy function, switch to...
2009-12-25 Paul Brossierpy-filter.c: use new proxy function, switch to mono
2009-12-25 Paul Brossierpy-phasevoc.c: use new proxy functions
2009-12-25 Paul Brossierpy-fft.c: use new proxy functions
2009-12-25 Paul Brossieraubio/: cvec is still on the C side
2009-12-25 Paul Brossieraubio-types.h: kill fvec and fmat, update proxy functions
2009-12-25 Paul Brossieraubioproxy.c: added conversion functions from C to...
2009-12-20 Paul Brossieraubio/__init__.py: added python helper for fvec and...
2009-12-11 Paul Brossierspecdesc.c: mention default is used instead of unknown one
2009-12-11 Paul Brossierexamples/Makefile.am: added aubiopitch
2009-12-11 Paul Brossierutils.c: woodblock vector is overlap_size long
2009-12-11 Paul Brossiertest-pitch.c: added test for pitch
2009-12-05 Paul Brossiertests/src/: no more arguments for peakpicker
2009-12-05 Paul BrossierMerge branch 'master' of git+ssh://aubio.org/git/aubio...
2009-12-05 Paul Brossierinterfaces/python: added more tests
2009-12-05 Paul Brossierinterfaces/python: start updating tests for mono
2009-12-05 Paul Brossierinterfaces/python: towards mono (setup.py and py-phasev...
2009-12-05 Paul Brossierinterfaces/python: towards mono
2009-12-05 Paul Brossierpy-fvec.c, py-cvec.c: towards mono
2009-12-05 Paul Brossiersrc/onset/peakpicker.h: add void to empty prototype
2009-12-04 Paul Brossiertests/src: switch to mono
2009-12-04 Paul Brossierexamples: switch to mono
2009-12-04 Paul Brossiersrc/vecutils.c: switch to mono
2009-12-04 Paul Brossierswig/aubio.i: switch to mono
2009-12-04 Paul Brossiersrc/aubio.h: switch to mono
2009-12-04 Paul Brossiersrc/pitch: switch to mono
2009-12-04 Paul Brossiersrc/utils: switch to mono
2009-12-04 Paul Brossiersrc/mathutils.{c,h}: switch to mono
2009-12-04 Paul Brossiersrc/tempo: switch to mono
2009-12-04 Paul Brossiersrc/temporal: switch to mono
2009-12-04 Paul Brossiersrc/spectral: switch to mono
2009-12-04 Paul Brossiersrc/onset: mono
2009-12-04 Paul Brossiermodified cvec to be mono
2009-12-04 Paul Brossiermodified fvec and lvec to be mono, added fmat
2009-12-03 Paul Brossier.gitignore: added *.o
2009-12-03 Paul Brossierremoved .bzrignore
2009-12-03 Paul Brossieradded .gitignore
2009-11-30 Paul Brossierwscript: add libs to examples for binutils-gold bzr2git
2009-11-26 Paul Brossierexamples/: include config.h
2009-11-25 Paul Brossierinterfaces/python/gen_pyobject.py: fix aubio2types
2009-11-15 Paul Brossierconfigure.ac: add AUBIO_LIBS, now needs only -lm (close...
2009-11-15 Paul Brossierconfigure.ac: do not check for fftw3.h, let pkg-config...
2009-11-15 Paul Brossieraubiomodule.c: add generated objects
2009-11-15 Paul Brossiergen_pyobject.py: simplify using regex, add PyMethodDefs
2009-11-15 Paul Brossiergenerator.py: also spit out aubio-generated.h
2009-11-15 Paul Brossierpy-fvec.c: add PyAubio_CFvecToArray
2009-11-15 Paul Brossierpython/aubiowraphell.h: sprinkle some cpp magic
2009-11-13 Paul Brossiersrc/Makefile.am: rename peakpicker.h here too, thanks...
2009-11-06 Paul Brossieraubio-types.h: python module has it all
2009-11-06 Paul Brossiergen_pyobject.py: update, add smpl_t
2009-11-06 Paul Brossiergenerator.py: fully blown mode
2009-11-06 Paul Brossierdoc/user.cfg: sync with aubio.h
2009-11-06 Paul Brossiersrc/: cleanup variable names in prototypes
2009-11-05 Paul Brossiergenerator.py: skip resampler
2009-11-05 Paul Brossierpy-cvec.c: cvec.length to return the actual length
2009-11-05 Paul Brossiersrc/aubio.h: make filterbank public, should be stable...
2009-11-05 Paul Brossierswig/aubio.i: add peakpicker again, alias for char_t...
2009-11-05 Paul Brossiertests/src/test-phasevoc-jack.c: print warning if jack...
2009-11-05 Paul Brossierwscript: factorise build of extra source files
2009-11-05 Paul Brossiersrc/: rename peakpick.h to peakpicker.h, make public...
2009-11-05 Paul Brossierwscript: add option to disable libsamplerate
2009-11-05 Paul Brossiersrc/temporal/resampler.h: add dummy functions in case...
2009-11-05 Paul Brossiersrc/tempo: remove unused peek, use new aubio_peakpicker...
2009-11-05 Paul Brossiersrc/onset/peakpick.h: remove unused functions, fix...
2009-11-05 Paul Brossiertests/src/test-resample.c: indent, no #ifdef here
2009-11-05 Paul Brossiersrc/spectral/specdesc.h: fix typo decrease -> slope
2009-11-05 Paul BrossierTHANKS: remove reference to removed midi files
2009-11-05 Paul Brossierexamples/Makefile.am: add PACKAGE define
2009-11-05 Paul Brossiersrc/aubio.h: do not include config.h, do not install it
2009-11-05 Paul BrossierAUTHORS: use standard list of name/email
2009-11-05 Paul Brossierinterfaces/java: moved to java-aubio branch
2009-11-05 Paul Brossierwscript: remove java stuff
2009-11-05 Paul Brossiersrc/Makefile.am: add missing musicutils.h
2009-11-05 Paul Brossierinterfaces/java: moved to java-aubio branch
2009-11-05 Paul Brossierwscript: update TODO, remove pd stuff
next