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
wscript: add 'manpages', 'sphinx', and 'doxygen' methods to build doc, improve sphinx build, exclude tarball
Makefile: use pip to install, add a brief intro
.travis.yml: remove unused ARCH, add ffmpeg on osx
Makefile: factorise pip options
python/lib/aubio/midiconv.py: improve unicode handling, skip UnicodeEncodeError on python 2.x
python/tests/test_{midi2note,note2midi}.py: use nose2.params, add unicode tests
python/lib/aubio/midiconv.py: add unicode double sharp and double flat
python/lib/moresetuptools.py: also check for HAVE_AUBIO_DOUBLE
Makefile: remove tar commands for now
python/lib/moresetuptools.py: look first for system library, then for local build, then local sources
Makefile: verbose, improve clean, build_ext only for --enable-double, less flags
src/wscript_build: honor --includedir
.travis.yml: use expandwaf in install
wscript: use DATAROOTDIR instead of PREFIX/share
Makefile: avoid offline operations
Makefile: check for waf before clean
.travis.yml: use new test targets
Makefile: rewrite, improve test targets
src/io/sink_{sndfile,wavwrite}.c: use AUBIO_MAX_CHANNELS, fix error message
Makefile, .travis.yml: merge test_python and test_python_osx rules
Makefile: improve test_python and test_pure_python
setup.py: remove status from version string
python/demos/demo_timestretch_online.py: use 512, fix block counter
python/tests/test_source.py: remove fragile brownnoise test, check duration on short files
src/io/source_avcodec.c: keep a reference to packet to remove it when closing file
src/io/source_avcodec.c: call avformat_free_context after avformat_close_input
src/io/source_avcodec.c: avoid function calls before declarations
src/io/source_avcodec.c: improve error messages
src/io/source_avcodec.c: avoid deprecation warnings with ffmpeg 3.2
src/io/source_avcodec.c: use aubio samples
src/io/source_avcodec.c: replace with new context before closing old one
src/aubio_priv.h: add AUBIO_INF to print to stdout with header
src/io/sink_apple_audio.c: avoid crash on empty file name
src/io/sink_sndfile.c: improve error message
src/io/ioutils.h: add functions to check samplerate and channels, use in sink_*.c
scripts/setenv_local.sh: python3 compat
src/io/source_sndfile.c: add missing floor in ratio comparison
src/io/source_avcodec.c: use AV_SAMPLE_FMT_DBL when compiling with HAVE_AUBIO_DOUBLE
python/ext/py-sink.c: always set samplerate and channels in init
python/tests/test_sink.py: add more tests, quiet warnings
python/tests/: use local import, create __init__.py
python/tests/test_fft.py: skip test fft(zeros).phas == 0 if needed, expected powerpc
python/lib/moresetuptools.py: cleaner clean
src/pitch/pitch.h: add basic description of unit modes
src/{fmat,fvec}.c: avoid integer division
doc/Makefile: create and clean _static
Makefile: add html and dist targets
Makefile: generate more test sounds
python/ext/py-cvec.c: use NPY_INTP_FMT
Makefile: verbose waf rules, add cleanwaf
setup.py, python/lib/: use sorted glob.glob to improve reproducibility
src/io/source_wavread.c: improve error messages
src/wscript_build: also install static library
Makefile: use bdist_wheel in test_pure_python
.travis.yml: alway upgrade pip
.travis.yml: add pip --version and which pip after, remove --user
.travis.yml: upgrade pip first
python/README.md: add a note about nose2 for python tests (closes #74)
python/demos/demo_alsa.py: add example using alsaaudio (closes #72)