move python/setup.py to setup.py, update Makefile, add requirements
python/tests/test_cvec.py: add more tests
python/lib/gen_code.py: remove unused variable
python/tests/test_musicutils.py: simplify, check TypeError is raised
python/ext/py-musicutils.c: do not overwrite PyArg_ParseTuple messages
python/ext/py-filterbank.c: fix error message formatting, do not delete if not created
python/demos/demo_reading_speed.py: avoid unused variable
tests/utils_tests.h: also use custom srandom/random when compiling with -std=c99
src/aubio_priv.h: if compiling with -std=c99, use defines for strnlen and floorf
python/{ext/*.c,lib/gen_code.py}: complete PyTypeObject definitions
python/ext/aubiomodule.c: fix PyMethodDef sentinel
src/spectral/mfcc.c: clean-up trailing ;
tests/src/temporal: avoid crash, clarify
python/setup.py: no need to include ../build/src
python/lib/gen_code.py: fix error string
ext/: build with -Wdeclaration-after-statement -Werror
ext/aubioproxy.c: fix windows c89 compilation
python/ext/{aubioproxy,py-cvec}.c: use npy_intp, not long
src/aubio_priv.h: use if HAVE_AUBIO_DOUBLE, defined in types.h
python/ext/py-source.c: fix free
python/ext/py-source.c: fix error string, only delete if created
python/tests/test_fvec.py: cope with accumulated errors
python/tests/test_fvec.py: clean up and simplify
python/lib/aubio/__init__.py: make sure length is not zero and float_type is imported
python/tests/test_fvec.py: avoid import
python/ext/py-cvec.c: remove unused function
python/ext/aubioproxy.c: factorize input checks into PyAubio_IsValidVector
python/tests/test_filter.py: fix indent
python/tests/test_filter.py: add tests
python/demos/demo_reading_speed.py: avoid unused variable, use globals to get function name
src/spectral/phasevoc.c: abort if fft creation failed
python/ext/py-phasevoc.c: make sure to avoid double free
python/ext/py-phasevoc.c: improve error message
python/tests/test_phasevoc.py: fix duplicate test name
python/lib/aubio/slicing.py: fix samplerate
python/demos/demo_onset_plot.py: remove unused import
python/lib/gen_code.py: remove unused variable
python/lib/aubio/slicing.py: fix samplerate
python/lib/aubio/slicing.py: clean up
python/demos/demo_pitch_sinusoid.py: clean up, indent
python/demos/demo_simple_robot_voice.py: indent
python/demos/demo_reading_speed.py: disable other packages by default
python/demos: remove unused import and variables
python/lib/aubio/__init__.py: clean up, use isinstance
python/lib/aubio/midiconv.py: fix instance checks
python/tests/test_mathutils: fix test_miditobin test
python/lib/aubio/midiconv.py: clean up, add some documentation
python/lib/moresetuptools.py: simplify imports
python/demos/demo_spectrogram.py: remove unused import
python/demos/demo_spectrogram.py: fix title
python/lib/gen_code.py: fix format string
python/setup.py: remove unused import
python/demos/demo_pitch.py: clean up imports
python/demos/demo_bpm_extract.py: add exception type, avoid {} as default argument value
python/demos/demo_spectrogram.py: fix indent
python/demos/demo_tss.py: fix indent
python/demos/demo_spectrogram.py: fix indent
python/demos/demo_filter.py: clean-up
python/demos/demo_filter.py: moved from _a_weighting, clean-up
scripts/build_mingw: add script to cross-compile using mingw
src/utils/windll.c: fix mingw cross-compilation
python/lib/gen_code.py: make sure aubio object has been created before deleting it
appveyor.yml: simplify matrix
appveyor.yml: remove scripts, use pre-installed python
scripts/appveyor: add scripts to prepare building python module
src/io/source_avcodec.c: really fix #53
src/io/source_avcodec.c: check if we still need max_analyze_duration2 (closes #53, thanks to @anthonylauzon)
python/ext/py-fft.c: improve error message, dont delete if not created
python/tests/test_fft.py: more tests
python/ext/py-filterbank.c: check input size
Makefile: pass options to waf distcheck
.travis.yml: use fftw3 if using double precision
src/spectral/fft.c: fail build if trying to mix aubio/fftw3 in double/single precision
tests/wscript_build: do not install test programs
.travis.yml: enable fftw3f
tests/wscript_build: use 'use =', simplify
examples/wscript_build: use 'use =', simplify
src/wscript_build: use 'use =', simplify
wscript: use ctx.env.CC_NAME to check if using msvc
wscript: add -lm detection
.travis.yml: add fat mode on osx
python/tests/test_cvec.py: check input sizes
src/wscript_build: build static lib first
tests/wscript_build: link against libaubio
examples/wscript_build: link against libaubio
python/tests/test_cvec.py: more tests
python/tests/test_fvec.py: add test_pass_to_numpy
python/tests/test_filterbank.py: fix indentation
python/tests/test_filterbank.py: clean up, use nose2
tests/src/io/test-source.c: add _get_duration
python/tests/test_cvec.py: simplify, use nose2
python/tests/run_all_tests: use nose2
Makefile: improve test sounds creation
python/ext/py-phasevoc.c: add input size checks
python/ext/py-fft.c: improve error messages
python/tests/test_phasevoc.py: simplify, add wrong sized input tests
python/tests/test_fft.py: clean up
python/ext/aubio-types.h: remove warning, add comments
tests/src/test-lvec.c: use AUBIO_LSMP_FMT