examples: add a dumb /dev/audio support
add a root mkfile
build examples
fix underflowing index in beat tracking logic
better plan9-specific config
sprinkle incomplete pragma
missing include
fix wrong warning message
port/build the library
[source_avcodec] define FF_API_LAVF_AVCTX for libavcodec > 59, thx @berolinux (closes gh-353)
[ci] update azure to windows-latest
[README] move commits since badge last
[README] add pypi and conda download badges
[README] add azure status badge
[README] add circleci status badge
[README] remove travis badge
[source_avcodec] avoid deprecation warning with latest avcodec api (58.134.100)
[ci] switch circleci to python 3.10
[ci] update circleci to new python docker images
[waf] fetch public key matching requested waf version (closes gh-340)
[VERSION] use - insted of ~ to split version status (closes gh-307, gh-309, gh-316)
Merge branch 'feature/timestretch'
Merge branch 'master' into feature/autosink
[waf] add vorbis and flac to nodeps list
Merge branch 'master' into feature/timestretch
Merge branch 'fix/shebangs'
[waf] add rubberband to nodeps list
Merge branch 'master' into feature/timestretch
Merge branch 'master' into feature/autosink
[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] disable all deps on travis nodeps
[ci] add rubberband on circleci
[ci] install rubberband on azure linux
Merge branch 'master' into feature/timestretch
[ci] fix azure linux deps name
Merge branch 'master' into feature/timestretch
[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
Merge branch 'master' into feature/timestretch
[ci] switch azure osx to latest image
Merge branch 'master' into feature/timestretch
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
Merge branch 'master' into feature/autosink
Merge branch 'master' into feature/timestretch
[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