Merge branch 'fix/shebangs'
[ci] split --nodeps and --enable-double in travis
[doc] add a note about --nodeps
[ci] use --nodeps in travis
[make] always use 16 bit wav files to pass tests with source_wavread
[waf] add --nodeps option to build with no dependency
Merge branch 'fix-shebang', thanks to @katyo
Merge branch 'fix/gitignore_regex', thanks to @emlyn
Merge branch @THE-COB/aubio to fix typo in demo
Merge branch 'fix-typo-doc-utils' of @Polochon-street/aubio
[ci] fix azure linux deps name
[ci] swith appveyor py35 to py38
[py] add const qualifiers to ufuncs prototypes for latest numpy
[ci] use latest python on circleci
[ci] comment out windows travis for now, revert previous windows hack
[ci] kill gpg-agent on travis windows
[ci] remove windows py27 travis configuration, use AUBIO_NOTESTS=1 on win too
[ci] set linux versions on travis
[ci] install vcpython27 instead of py27 on windows travis
[ci] fix typo in xcode12 travis script
[ci] add windows py27 configuration for travis
[ci] update travis configuration names
[ci] build only lib on xcode12 in travis (borken python2.7)
[ci] do not try to build link python-aubio to libaubio on windows in travis
[ci] back to pypy3.5 in travis
[ci] no coverage on windows in travis
[ci] back to pypy3.5 in travis
[ci] set language: python for pypy
[ci] remove expandwaf for windows, remove travis_rety
[ci] add missing language, update xcode versions for travis
[ci] install make on windows
[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
Fix typo in musicutils doc
Fixed spelling error: "condidence" to "confidence"
Fix regex
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