aubio.git
2016-07-09 Paul BrossierMerge branch 'sxalexander-python-readme-typo'
2016-07-08 Sam AlexanderUpdate Readme Typo
2016-07-08 Paul Brossierscripts/setenv_local.sh: update to new python-aubio...
2016-07-01 Paul Brossiersrc/musicutils.h: aubio_level_detection input is a...
2016-07-01 Paul Brossierpython/lib/gen_code.py: add output size for notes
2016-07-01 Paul Brossiersrc/notes/notes.h: clean up prototypes for python generator
2016-07-01 Paul Brossierexamples/aubionotes.c: use note aubio_notes object
2016-07-01 Paul Brossiersrc/notes/notes.c: complete implementation, now equival...
2016-06-22 Paul BrossierMerge branch 'master' into notes
2016-06-09 Paul Brossiersrc/io/source_avcodec.c: check if the uri is a network...
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorit...
2016-06-06 Paul Brossierpython/demos/demo_timestretch.py: add timescale algorithm
2016-05-19 Paul Brossierpython/VERSION: remove, use same VERSION file for libau...
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: fix typo
2016-05-16 Paul Brossierpython/lib/moresetuptools.py: add apple audio sind...
2016-05-16 Paul Brossier.travis.yml: always set PATH on osx
2016-05-16 Paul BrossierMakefile: user install on osx
2016-05-16 Paul Brossier.travis.yml: test pure python build
2016-05-16 Paul BrossierMakefile: added rules to build python-aubio without...
2016-05-16 Paul Brossierpython/lib/gen_external.py: improve compiler detection...
2016-05-16 Paul Brossierappveyor.yml: update, add environments, build and test...
2016-05-16 Paul Brossierpython/tests/utils.py: try reopening the file is deleti...
2016-05-16 Paul Brossiersrc/onset/onset.c: fix for "conversion from 'smpl_t...
2016-05-16 Paul Brossierpython/tests/test_mathutils.py: can also raise NotImple...
2016-05-16 Paul Brossierpython/tests: fix most prospect warnings
2016-05-16 Paul Brossier.landscape.yml: also parse tests
2016-05-16 Paul Brossierpython/demos/demo_specdesc.py: remove unused import
2016-05-16 Paul Brossierpython/: fix comparison to False
2016-05-16 Paul Brossierpython/: fix comparisons to None
2016-05-16 Paul Brossierpython/demos: python3 and double precision compatibility
2016-05-15 Paul Brossiersetup.py: clean up, remove ~
2016-05-15 Paul Brossierpython/demos/__init__.py: added empty file
2016-05-15 Paul Brossier.landscape.yml: added basic configuration
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: python 3 compat
2016-05-15 Paul Brossierpython/demos/demo_create_test_sounds.py: add script...
2016-05-15 Paul Brossierwscript: add /MD and /D_CRT_SECURE_NO_WARNINGS on windows
2016-05-15 Paul Brossiersrc/aubio_priv.h: use _isnan on windows msvc 9 to avoid...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: define HAVE_WIN_HACKS...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: always define HAVE_C99_VA...
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: also catch WindowsError...
2016-05-15 Paul Brossiersetup.py: only generate source files in build_ext
2016-05-15 Paul Brossierpython/tests/test_source.py: fix when python/tests...
2016-05-15 Paul Brossierpython/tests/test_source.py: skip tests if no sounds...
2016-05-15 Paul Brossiernose2.cfg: set multiprocess always-on=false (fixes...
2016-05-15 Paul Brossierwscript: exclude more files from dist
2016-05-15 Paul Brossier.gitignore: ignore .egg-info
2016-05-15 Paul Brossierpython/lib/gen_external.py: use os.path.join
2016-05-15 Paul Brossiersetup.py: do not fail if numpy is not installed yet
2016-05-15 Paul Brossierpython/lib/moresetuptools.py: use -framework Accelerate...
2016-05-14 Paul BrossierMANIFEST.in: move from python/, update contents
2016-05-14 Paul Brossiersetup.py: clean-up, add option to build libaubio inside...
2016-05-14 Paul Brossierpython/tests/test_specdesc.py: skip wrong name test
2016-05-14 Paul Brossierpython/tests/test_mfcc.py: add more tests
2016-05-14 Paul Brossierpython/tests/test_specdesc.py: check for wrong values
2016-05-14 Paul Brossierpython/tests/test_fft.py: avoid VisibleDeprecationWarning
2016-05-14 Paul Brossierpython/ext/py-source.c: check seek is not negative
2016-05-14 Paul Brossierpython/tests/test_filterbank.py: raise a ValueError
2016-05-14 Paul Brossierpython/tests/test_source.py: simplify, quieten
2016-05-14 Paul Brossierpython/tests/test_filterbank.py: check for wrong values
2016-05-14 Paul Brossier.gitignore: add python/tests/sounds
2016-05-13 Paul Brossierpython/__init__.py: add empty file
2016-05-13 Paul Brossiermove python/setup.py to setup.py, update Makefile,...
2016-05-13 Paul Brossierpython/tests/test_cvec.py: add more tests
2016-05-13 Paul Brossierpython/lib/gen_code.py: remove unused variable
2016-05-13 Paul Brossierpython/tests/test_musicutils.py: simplify, check TypeEr...
2016-05-13 Paul Brossierpython/ext/py-musicutils.c: do not overwrite PyArg_Pars...
2016-05-13 Paul Brossierpython/ext/py-filterbank.c: fix error message formattin...
2016-05-13 Paul Brossierpython/demos/demo_reading_speed.py: avoid unused variable
2016-05-13 Paul Brossiertests/utils_tests.h: also use custom srandom/random...
2016-05-13 Paul Brossiersrc/aubio_priv.h: if compiling with -std=c99, use defin...
2016-05-13 Paul Brossierpython/{ext/*.c,lib/gen_code.py}: complete PyTypeObject...
2016-05-13 Paul Brossierpython/ext/aubiomodule.c: fix PyMethodDef sentinel
2016-05-12 Paul Brossiersrc/spectral/mfcc.c: clean-up trailing ;
2016-05-12 Paul Brossiertests/src/temporal: avoid crash, clarify
2016-05-12 Paul Brossierpython/setup.py: no need to include ../build/src
2016-05-11 Paul Brossierpython/lib/gen_code.py: fix error string
2016-05-11 Paul Brossierext/: build with -Wdeclaration-after-statement -Werror
2016-05-11 Paul Brossierext/aubioproxy.c: fix windows c89 compilation
2016-05-11 Paul Brossierpython/ext/{aubioproxy,py-cvec}.c: use npy_intp, not...
2016-05-11 Paul Brossiersrc/aubio_priv.h: use if HAVE_AUBIO_DOUBLE, defined...
2016-05-11 Paul Brossierpython/ext/py-source.c: fix free
2016-05-11 Paul Brossierpython/ext/py-source.c: fix error string, only delete...
2016-05-11 Paul Brossierpython/tests/test_fvec.py: cope with accumulated errors
2016-05-11 Paul Brossierpython/tests/test_fvec.py: clean up and simplify
2016-05-11 Paul Brossierpython/lib/aubio/__init__.py: make sure length is not...
2016-05-11 Paul Brossierpython/tests/test_fvec.py: avoid import
2016-05-11 Paul Brossierpython/ext/py-cvec.c: remove unused function
2016-05-11 Paul Brossierpython/ext/aubioproxy.c: factorize input checks into...
2016-05-11 Paul Brossierpython/tests/test_filter.py: fix indent
2016-05-11 Paul Brossierpython/tests/test_filter.py: add tests
2016-05-10 Paul Brossierpython/demos/demo_reading_speed.py: avoid unused variab...
2016-05-10 Paul Brossiersrc/spectral/phasevoc.c: abort if fft creation failed
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: make sure to avoid double...
2016-05-10 Paul Brossierpython/ext/py-phasevoc.c: improve error message
2016-05-10 Paul Brossierpython/tests/test_phasevoc.py: fix duplicate test name
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: fix samplerate
2016-05-10 Paul Brossierpython/demos/demo_onset_plot.py: remove unused import
2016-05-10 Paul Brossierpython/lib/gen_code.py: remove unused variable
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: fix samplerate
2016-05-10 Paul Brossierpython/lib/aubio/slicing.py: clean up
next