src/aubio_priv.h: use new logging function
src/aubio.h: add utils/log.h
src/utils/log.h: add new aubio_log_set_function
src/aubio_priv.h: add stdarg.h
python/demos/demo_mfcc.py: add options to plot first and second derivatives, and set samplerate/win_s/hop_s, thanks to @jhoelzl (closes #68)
python/tests/test_fvec.py: reduce alpha norm precision to 10.-4
src/io/source_wavread.c: skip chunks until data is found, or abort
src/io/source_wavread.c: fix bytes_read for JUNK headers
.appveyor.yml: make nose2 verbose
src/io/source_sndfile.c: improve formatting
python/tests/test_source.py: use nose2 params to process one sound file per test
doc/aubio*.txt: document -T/--timeformat option
wscript: improve tarball creation (./waf dist)
wscript: build sphinx documentation if sphinx-build is found in PATH
src/spectral/fft.c: make calls to fftw_destroy_plan thread-safe
src/io/source_wavread.c: skip junk chunk
src/notes/notes.c: fix out-of-bound write
python/lib/gen_external.py: clean-up
python/tests/test_cvec.py: simplify
doc/index.rst: add number of commits since last release, use https
doc/develop.rst: add some documentation about the c-api
dox/xcode_frameworks.rst: improve markup
doc/xcode_frameworks.rst: improve markup
python/demos/demo_timestretch*: remove unused import
doc/requirements.rst: add missing code directive
doc/installing.rst: less bragging
python/demos/demo_source_simple.py: make executable
doc/requirements.rst: remove -fembed-bitcode on ios simulator
doc/requirements.rst: document --msvc options
python/demos/demo_source_simple.py: fix indentation
python/lib/gen_code.py: fix number of output
doc/requirements.txt: improve
doc/index.rst: add link to landscape, fix typo
doc/index.rst: clean up and add some external links
doc/python_module.rst: add demo_source_simple.py
doc/cli.rst: include command line manpages
installing.rst: split and rewrite
doc/python_module.rst: improve
doc/conf.py: update copyright
doc/xcode_frameworks.rst: added page on xcode frameworks
doc/debian_packages.rst: added page on debian packages
doc/: add download.rst, update installing.rst
doc/installing.rst: update locations
doc/python_module.rst: add note on pip, clean and remove cd python
.appveyor.yml: fix typo in path
.appveyor.yml: fix path for windows+python 3.5
setup.py: update description
python/tests/utils.py: by default, use 5 seconds brownoise
python/lib/gen_code.py: improve del_ function, safer DECREF, fix indentation, emit RuntimeError
python/demos/demo_tss.py: improve default parameters, exit before plotting
python/lib/gen_external.py: enable tss
python/lib/gen_code.py: add support for multiple _do outputs
./python/demos/demo_timestretch{,_online}.py: fix usage string
VERSION: bump to 0.4.4~alpha
Makefile: also get libaubio.5.dylib
VERSION: bump current and age, set revision to 0
ChangeLog: update for 0.4.3
wscript: also exclude .landscape.yml
python/README.md: update (closes #2)
README.md: link to python/README.md
Makefile: use scripts/get_waf.sh
examples/utils.c: change send_noteon to accept floating point midi note number
examples/aubiotrack.c: fix is_beat / is_silence types
examples/: also emit midi note from aubioonset, thanks to topas-rec (closes #62)
Merge branch 'topas-rec-aubiotrack_midi_output'
Merge branch 'aubiotrack_midi_output' of https://github.com/topas-rec/aubio into topas-rec-aubiotrack_midi_output
scripts/get_waf.sh: added simple script to fetch latest waf
appveyor.yml: upgrade to waf 1.8.22
Makefile: back to 1.8.22 for now
{examples,tests}/wscrtip_build: update build target name
Makefile: update waf to 1.9.1
Makefile: use wget or curl
doc/: update to doxyfile 1.8.8
src/{fmat,tempo/tempo}.h: fix doxygen comment
Fixed #62 midi output missing in aubiotrack.
python/tests/test_specdesc.py: use correct input size (see #63)
python/tests/test_mfcc.py: test for wrong input size (see #63)
python/lib/gen_code.py: add input size checks (see #63)
Merge branch 'sxalexander-python-readme-typo'
scripts/setenv_local.sh: update to new python-aubio build location
Update Readme Typo
src/musicutils.h: aubio_level_detection input is a constant
python/lib/gen_code.py: add output size for notes
src/notes/notes.h: clean up prototypes for python generator
examples/aubionotes.c: use note aubio_notes object
src/notes/notes.c: complete implementation, now equivalent to examples/aubionotes.c
Merge branch 'master' into notes
src/io/source_avcodec.c: check if the uri is a network stream using av_url_split, call avformat_network_init() if needed
python/demos/demo_timestretch.py: add timescale algorithm (online version)
python/demos/demo_timestretch.py: add timescale algorithm
python/VERSION: remove, use same VERSION file for libaubio and python-aubio
python/lib/moresetuptools.py: fix typo