VERSION: bump to 0.4.5~alpha
python/tests/test_notes.py: use relative import
doc/index.rst: remove status links for release
ChangeLog: update for 0.4.4
scripts/build_android: add an example script to build aubio on android, add reference to it in doc/android.rst
doc/conf.py: remove static and sphinx links
doc/conf.py: use pyramid theme
tests/src/utils/test-log.c: improve messages
tests/src/utils/test-log.c: add AUBIO_INF
src/aubio.h: use https, format examples as list
wscript: add a target to doxygen rule
doc/python_module.rst: add print(aubio.version)
setup.py: remove extra quotes
python/ext/aubiomodule.c: more hack to avoid msvc issues
src/utils/log.c: also print warnings to stderr
src/aubio_priv.h: use AUBIO_LOG_INF, fix old c style
wscript: add version to sphinx and manpages
wscript: prepend defaults to honor user cflags
wscript: avoid overwritting CFLAGS' -O in release mode
.travis.yml: add gitter webhook
wscript: improve --build-type description, use -O0 in debug mode
wscript: remove trailing spaces
Merge branch 'yin-optimizations' of https://github.com/emuell/aubio
Merge branch 'waf-build-tweaks' of https://github.com/emuell/aubio
README.md: update copyright dates
python/demos/demo_pyaudio.py: add some comments, avoid overwriting aubio.pitch
python/demos/demo_pyaudio.py: added simple demo for pyaudio, see #6, closes #78, thanks to @jhoelzl and @notalentgeek
doc/aubionotes.txt: document -M option (see #18)
python/tests/test_notes.py: test results are correct for 44100Hz_44100f_sine441.wav
added debug/release build type configuations
help compiler to optimize aubio_pitchyin_do
src/notes/notes.c: fix get_minioi_ms
python/tests/test_notes.py: add basic tests
python/ext/aubiomodule.c: fix version string on windows
tests/src/spectral/test-phasevoc.c: fix typos
python/demos/demo_notes.py: add simple notes demos
python/ext/aubiomodule.c: add aubio._aubio.__version__, import as aubio.version
python/ext/aubio-types.h: use <> for non local aubio
setup.py: define AUBIO_VERSION
examples/aubionotes.c: use new notes, set minioi, send last note off when needed
src/notes/notes.c: use midi note to store pitch candidate, round to nearest note, add a variable to define precision
src/notes/notes.h: add aubio_notes_{get,set}_minioi_ms
src/io/source_avcodec.c: make sure s->path is set to null
Makefile: fix chmod for osx
src/notes/notes.c: fix unset silence_threshold
python/lib/gen_external.py: sort generated files
Makefile: chmod go-w waflib, clean cleaner
MANIFEST.in: exclude full.cfg, include waflib
wscript: remove full.cfg from tarball
doc/conf.py: remove hardcoded path
src/io/ioutils.h: add basic documentation
doc/web.cfg: exclude ioutils from doc
src/notes/notes.h: add doxygen header
src/io/source.c: add error message when aubio was compiled with no source
wscript: also exclude waf files with python3
doc/requirements.rst: add a note about --notests (closes #77)
wscript: define HAVE_CONFIG_H here
src/aubio_priv.h: move include config.h here
python/lib/moresetuptools.py: mo nore fake config.h here
examples/aubioonset.c: use seconds for minioi
doc/requirements.rst: improve description of options
doc/index.rst: more shuffling
Makefile: bump waf to 1.9.6
doc/index.rst: move toc at the end, use https, improve syntax
doc/cli_features.rst: add a note
doc/cli_features.rst: add matrix of command line features
wscript: build sphinx in doc/_build, add a note on install trick
.travis.yml: add xcode8.2, mimick build_apple_frameworks options
Makefile: quieten uninstall_python if already uninstalled
.travis.yml: move xcode8 to osx only, add iosimulator
.travis.yml: bump to xcode8
doc/aubioonset.txt: add documentation for -M, --minioi
examples/aubionotes.c: add warning for missing options
examples/aubioonset.c: add minioi option, in millisecond
examples/: only send a last note off when using jack
Makefile: really silent files
doc/aubioonset.txt: onset, not pitch
doc/aubio*.txt: improve -t documentation in aubiocut too
src/io/source_avcodec.c: fix for old libavcodec54
src/io/source_avcodec.c: includes first
src/io/source_avcodec.c: add backward compatibility for libavcodec55
.travis.yml: sudo required
.travis.yml: switch from precise to trusty
.travis.yml: add ffmpeg and improve noopt on osx
python/lib/gen_external.py: remove duplicate
.travis.yml: add dpkg-buildflags config
.travis.yml: use AUBIO_NOTESTS to build only lib on ios
wscript: verbose frameworks, default to no atlas check
.travis.yml: add target ios and disable accelerate configs
Makefile: add rules for documentation, simplify listing
.travis.yml: shuffle order, remove duplicate, add missing opening quote
doc/aubioonset.txt: improve threshold description (thanks to Peter Parker)
MANIFEST.in: removed python/ext/config.h