src/pitch/pitch.c: fix error string
src/io/source_avcodec.c: fix missing samples in eof block
python/tests/test_source.py: check the tail of the file is non-zero on non silent test files
src/io/{source_wavread,sink_wavwrite}.c: declare internal functions as static
src/pitch/pitch.c: fail on wrong method, warn on wrong unit, improve error messages
src/onset/onset.c: return null and clean-up if new_aubio_specdesc failed
src/onset/onset.c: fix error message
src/pitch/pitch.c: declare internal functions as static
src/pitch/pitch.h: add aubio_pitch_get_tolerance
src/spectral/fft.c: add message about fftw3 being able to do non-power of two sizes
src/spectral/fft.c: use prefixed aubio_ooura_rdft
src/spectral/ooura_fft8g.c: prefix public function with aubio_ooura_ to avoid with other apps using ooura (e.g. puredata), make internal functions static
python/ext/aubiomodule.c: remove duplicate add_generated_objects
python/ext/aubiomodule.c: undo last commit
python/ext/aubiomodule.c: remove extern
python/ext/py-source.c: use error string set in src/io/source.c
python/ext/py-phasevoc.c: use error string set in src/spectral/phasevoc.c
python/ext/py-fft.c: use error string set in src/spectral/fft.c
src/io/source_sndfile.c: add support for multi-channel resampling
python/tests/test_source.py: break long line
src/notes/notes.c: fix error message
src/spectral/fft.h: strip example path
python/tests/test_specdesc.py: RuntimeError is now raised on wrong mode
src/spectral/specdesc.c: return NULL if wrong mode asked
src/utils/log.c: add header, remove unused code
src/aubio.h: add some links to examples
tests/src/spectral/test-fft.c: fix default size
src/spectral/specdesc.c: remove trailing spaces
python/tests/test_source.py: filter user warnings to avoid spamming the console
python/ext/aubiomodule.c: use custom logging function for errors and warnings
python/lib/moresetuptools.py: add HAVE_STDARG_H
tests/src/utils/test-log.c: add example for aubio_log_set_function
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