[ci] remove trusty and sudo from .travis.yml
[ci] set windows path on travis
[ci] use choco to install py3.8 on travis, only upgrade pip there
[ci] fix travis target name
[ci] add names and upgrade travis targets
[ci] loosen pypy version in .travis.yml
[ci] remove python2 osx cruft in .travis.yml
[ci] switch azure osx to latest image
Merge branch 'master' of https://github.com/autoantwort/aubio into fix/get_waf_space
[doc] update line numbers in develop.rst, thanks to @cipo7741 (closes gh-267)
get_waf.sh: Allow spaces in the pwd path
Merge branch 'feature/debugmode'
[priv] also define variadic no-op debug macro
[priv] use {} for no-op macro when debug is not enabled
Merge branch 'master' into feature/quietmode
Merge branch 'master' into feature/debugmode
[py] incref exception type before restoring it
[py] incref exception type before restoring it
[py] fix reference counting of exception types (thanks @wackou)
Merge branch 'master' into fix/setbiquad
[py] expect a failure on 32bit systems, add a comment about -ffloat-store (closes gh-231)
[py] add helper to check if we are on a 32bit system
[py] relax precision for 32bit systems
[py] fix pvoc tests on powerpc
[ci] disable samplerate when cross building on osx
[ci] update brew on travis
[py] fix typo in dct docstring
[py] fix typo in fft docstring
[py] fix typo in sink docstrings
Merge branch 'aybe-patch-2' of feature/vcpkg_docs
Merge branch 'fix/winencoding' (closes gh-247)
[py] use universal_newlines=True to prevent decoding errors (see gh-247 gh-248)
Update binaries.rst
[py] fix note-off timings (closes #240, thanks to @chaoxinzheng)
[py] digital_filter.set_* raise ValueError (see #gh-241)
[py] improve digital_filter error messages (closes #gh-241)
[waf] remove ref to landscape.yml
[waf] also exclude signature files
[doc] remove landscape icon
[README] remove landscape icon
[VERSION] bump to 0.5.0~alpha
[ChangeLog] add 0.4.9 entry
[ci] fix azure vmImage field
[examples] add quiet mode for performance measurements
[tests] fix input size in test-mfcc
[aubio_priv.h] only define AUBIO_DBG in debug mode
[waf] add shortcut to compile in debug mode
[sink_wavwrite] call fflush in open
[sink] remove assert so tests pass in debug mode
[source] remove assert so tests pass in debug mode
[ci] use linux/py3.5 to test --build-type=debug
[aubio_priv.h] include blas first (see gh-225)
[source_avcodec] prevent leak when closing swresample context
[py] fix compilation warning in py-source
[tests] also capture expected source warnings in test_sink
[tests] check resampling a source raises a warning when expected
[tests] add parse_file_samplerate to fetch samplerate from path
[py] take a copy for the last source block when iterating
[source_avcodec] show a warning only when an error occurred in swr_convert
[source_avcodec] clean up unused statements and previously included stdlib
[py] define HAVE_ERRNO_H in add_local_macros
[source_sndfile] avoid declaration after statement
[source_wavread] comment unused macro
[source_wavread] use STRERR macro
[sink_wavwrite] use STRERR macro
[lib] add AUBIO_STRERR to log system error messages
[osx] build frameworks with -Os
[ci] add py3.6, drop py3.4 on travis
[source_sndfile] set error message when reading after close
[py] raise an exception when reading source failed
[source_avcodec] prevent reading after close
[tests] simplify test_source.py, skip if no test sounds
[tests] try reading after close in test-source.c
[tests] check reading source after close raises RuntimeError
[tests] test del_aubio_sink on null
[tests] test del_aubio_source on null
[source_apple_audio] get_duration returns 0 on failure
[py] check if filter was created before deleting it
[sink] del_aubio_sink argument can be null
[source] del_aubio_source argument can be null
[examples] only delete sink if needed
[py] check sink was created before calling del_aubio_sink
Revert "[py] avoid resizing py-source output"
[tests] test-mathutils-window input validation
[py] avoid resizing py-source output
[source_avcodec] fix warning messages
[source_sndfile] fix reading sizes when resampling
[ci] improve coverage of sndfile/samplerate support
[ci] add pypy on travis, use it to test sndfile/libsamplerate directly
[ci] set one of the travis config to use sndfile only